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