public interface Channel
| Modifier and Type | Method and Description |
|---|---|
int |
active_requests()
Active request count.
|
int |
channel_age()
Indication of channel age.
|
boolean |
recv(int timeout)
Wait the specified amount of time for an incoming message.
|
void |
run_recv()
Donate a thread for recieving messages.
|
Transport |
transport()
Obtain the transport which created this channel.
|
int active_requests()
int channel_age()
void run_recv()
boolean recv(int timeout)
Transport transport()