public abstract class AbstractNioMessageServerChannel extends AbstractNioMessageChannel implements ServerChannel
AbstractNioChannel.AbstractNioUnsafe, AbstractNioChannel.NioUnsafeAbstractChannel.AbstractUnsafeChannel.UnsafereadInterestOp| Modifier | Constructor and Description |
|---|---|
protected |
AbstractNioMessageServerChannel(Channel parent,
EventLoop eventLoop,
EventLoopGroup childGroup,
SelectableChannel ch,
int readInterestOp) |
| Modifier and Type | Method and Description |
|---|---|
EventLoopGroup |
childEventLoopGroup() |
doReadMessages, doWrite, doWriteMessage, newUnsafedoBeginRead, doConnect, doDeregister, doFinishConnect, doRegister, eventLoop, isCompatible, isInputShutdown, isOpen, javaChannel, selectionKey, unsafealloc, bind, bind, checkEOF, close, close, closeFuture, compareTo, connect, connect, connect, connect, disconnect, disconnect, doBind, doClose, doDisconnect, equals, flush, hashCode, id, invalidateLocalAddress, invalidateRemoteAddress, isRegistered, isWritable, localAddress, localAddress0, newFailedFuture, newProgressivePromise, newPromise, newSucceededFuture, parent, pipeline, read, remoteAddress, remoteAddress0, toString, voidPromise, write, write, writeAndFlush, writeAndFlushclone, finalize, getClass, notify, notifyAll, wait, wait, waitalloc, bind, bind, close, close, closeFuture, config, connect, connect, connect, connect, disconnect, disconnect, eventLoop, flush, id, isActive, isOpen, isRegistered, isWritable, localAddress, metadata, newFailedFuture, newProgressivePromise, newPromise, newSucceededFuture, parent, pipeline, read, remoteAddress, unsafe, voidPromise, write, write, writeAndFlush, writeAndFlushcompareToprotected AbstractNioMessageServerChannel(Channel parent, EventLoop eventLoop, EventLoopGroup childGroup, SelectableChannel ch, int readInterestOp)
public EventLoopGroup childEventLoopGroup()
childEventLoopGroup in interface ServerChannelCopyright © 2008–2013 The Netty Project. All rights reserved.