public class AbstractNonblockingServer.AsyncFrameBuffer extends AbstractNonblockingServer.FrameBuffer
buffer_, context_, frameTrans_, inProt_, inTrans_, outProt_, outTrans_, response_, selectionKey_, selectThread_, state_, trans_| Constructor and Description |
|---|
AbstractNonblockingServer.AsyncFrameBuffer(TNonblockingTransport trans,
java.nio.channels.SelectionKey selectionKey,
AbstractNonblockingServer.AbstractSelectThread selectThread) |
| Modifier and Type | Method and Description |
|---|---|
TProtocol |
getInputProtocol() |
TProtocol |
getOutputProtocol() |
void |
invoke()
Actually invoke the method signified by this FrameBuffer.
|
changeSelectInterests, close, isFrameFullyRead, read, requestSelectInterestChange, responseReady, writepublic AbstractNonblockingServer.AsyncFrameBuffer(TNonblockingTransport trans, java.nio.channels.SelectionKey selectionKey, AbstractNonblockingServer.AbstractSelectThread selectThread)
public TProtocol getInputProtocol()
public TProtocol getOutputProtocol()
public void invoke()
AbstractNonblockingServer.FrameBufferinvoke in class AbstractNonblockingServer.FrameBuffer