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 ReadTimeouts
public int get_max_time_to_wait()
get_max_time_to_wait
in interface ReadTimeouts
public double get_backoff_factor()
get_backoff_factor
in interface ReadTimeouts
public int get_max_giop_header_time_to_wait()
get_max_giop_header_time_to_wait
in interface ReadTimeouts
Copyright © 2016 JBoss by Red Hat. All rights reserved.