public interface ChannelFactory<T extends Channel> extends ChannelFactory<T>
Channel
.Modifier and Type | Method and Description |
---|---|
T |
newChannel()
Creates a new channel.
|
T newChannel()
newChannel
in interface ChannelFactory<T extends Channel>
Copyright © 2008–2017 The Netty Project. All rights reserved.