public class ReadTCPTimeoutsImpl extends Object implements ReadTimeouts
| Constructor and Description |
|---|
ReadTCPTimeoutsImpl(int initial_time,
int max_time,
int max_giop_header_time,
int backoff_percent) |
| Modifier and Type | Method and Description |
|---|---|
double |
get_backoff_factor() |
int |
get_initial_time_to_wait() |
int |
get_max_giop_header_time_to_wait() |
int |
get_max_time_to_wait() |
public ReadTCPTimeoutsImpl(int initial_time,
int max_time,
int max_giop_header_time,
int backoff_percent)
public int get_initial_time_to_wait()
get_initial_time_to_wait in interface ReadTimeoutspublic int get_max_time_to_wait()
get_max_time_to_wait in interface ReadTimeoutspublic double get_backoff_factor()
get_backoff_factor in interface ReadTimeoutspublic int get_max_giop_header_time_to_wait()
get_max_giop_header_time_to_wait in interface ReadTimeoutsCopyright © 2018 JBoss by Red Hat. All rights reserved.