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