Package com.sun.corba.se.spi.transport
Interface ReadTimeouts
- All Known Implementing Classes:
ReadTCPTimeoutsImpl
public interface ReadTimeouts
-
Method Summary
Modifier and TypeMethodDescriptiondoubleintintint
-
Method Details
-
get_initial_time_to_wait
int get_initial_time_to_wait() -
get_max_time_to_wait
int get_max_time_to_wait() -
get_backoff_factor
double get_backoff_factor() -
get_max_giop_header_time_to_wait
int get_max_giop_header_time_to_wait()
-