public interface ServerChannelFactory<T extends ServerChannel>
Channel on AbstractBootstrap.bind(), Bootstrap.connect(), and
AbstractBootstrap.bind().| Modifier and Type | Method and Description |
|---|---|
T |
newChannel(EventLoop eventLoop,
EventLoopGroup childGroup)
Creates a new channel.
|
T newChannel(EventLoop eventLoop, EventLoopGroup childGroup)
Copyright © 2008–2013 The Netty Project. All rights reserved.