public interface ServerChannel extends Channel
Channel that accepts an incoming connection attempt and creates its child Channels by accepting
them. ServerSocketChannel is a good example.Channel.Unsafe| Modifier and Type | Method and Description |
|---|---|
EventLoopGroup |
childEventLoopGroup() |
alloc, 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, writeAndFlushcompareToEventLoopGroup childEventLoopGroup()
Copyright © 2008–2013 The Netty Project. All rights reserved.