public abstract class AbstractOioMessageChannel extends AbstractOioChannel
AbstractChannel.AbstractUnsafe
Channel.Unsafe
SO_TIMEOUT
限定符 | 构造器和说明 |
---|---|
protected |
AbstractOioMessageChannel(Channel parent) |
限定符和类型 | 方法和说明 |
---|---|
protected void |
doRead() |
protected abstract int |
doReadMessages(java.util.List<java.lang.Object> msgs)
Read messages into the given array and return the amount which was read.
|
doBeginRead, doConnect, isCompatible, isReadPending, newUnsafe, setReadPending
alloc, bind, bind, close, close, closeFuture, compareTo, connect, connect, connect, connect, deregister, deregister, disconnect, disconnect, doBind, doClose, doDeregister, doDisconnect, doRegister, doShutdownOutput, doWrite, equals, eventLoop, filterOutboundMessage, flush, hashCode, invalidateLocalAddress, invalidateRemoteAddress, isRegistered, isWritable, localAddress, localAddress0, newChannelPipeline, newFailedFuture, newProgressivePromise, newPromise, newSucceededFuture, parent, pipeline, read, remoteAddress, remoteAddress0, toString, unsafe, voidPromise, write, write, writeAndFlush, writeAndFlush
attr
attr
protected AbstractOioMessageChannel(Channel parent)
protected void doRead()
doRead
在类中 AbstractOioChannel
protected abstract int doReadMessages(java.util.List<java.lang.Object> msgs) throws java.lang.Exception
java.lang.Exception