public interface Transport
| Modifier and Type | Method and Description |
|---|---|
java.nio.ByteBuffer |
acquireSendBuffer(int requiredSize) |
void |
flush() |
ContextImpl |
getContext()
Get context transport is living in.
|
short |
getMinorRevision()
Transport protocol minor revision.
|
int |
getPriority() |
java.net.InetSocketAddress |
getRemoteAddress()
Get remote address.
|
void |
releaseSendBuffer(boolean ignore,
boolean flush) |
java.net.InetSocketAddress getRemoteAddress()
ContextImpl getContext()
short getMinorRevision()
int getPriority()
java.nio.ByteBuffer acquireSendBuffer(int requiredSize)
void releaseSendBuffer(boolean ignore,
boolean flush)
void flush()