public interface ChannelFactory<T extends Channel> extends ChannelFactory<T>
Channel 。
| Modifier and Type | Method and Description |
|---|---|
T |
newChannel()
创建一个新频道。
|
T newChannel()
newChannel在界面
ChannelFactory<T extends Channel>
Copyright © 2008–2018 The Netty Project. All rights reserved.