TransportBasepublic interface TransportBase
Methods Summary |
---|
public java.lang.String | getDescription()Get a textual description for this transport.
| public boolean | isReadyForRead(EventWaiter waiter)Is the transport ready to read,
i.e. will a read request result in >0 bytes read.
| public boolean | isReadyForWrite(EventWaiter waiter)Is the transport ready to write,
i.e. will a write request result in >0 bytes written.
| public boolean | isTCP()
|
|