| 限定符和类型 | 方法和说明 |
|---|---|
void |
ChannelListener.onConnected(AbstractChannel channel)
Handle connect event on channel active
|
void |
ChannelListener.onDisconnected(AbstractChannel channel)
Handle disconnect event on channel closed
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
TelnetHandler.telnet(AbstractChannel channel,
String message)
Do telnet and return string result.
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
HelpTelnetHandler.telnet(AbstractChannel channel,
String message) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ServerHandler.registerChannel(AbstractChannel nettyChannel)
Register channel.
|
void |
ServerHandler.unRegisterChannel(AbstractChannel nettyChannel)
Un register channel.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
HttpServerHandler.registerChannel(AbstractChannel nettyChannel) |
void |
HttpServerHandler.unRegisterChannel(AbstractChannel nettyChannel) |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract AbstractChannel |
ClientTransport.getChannel()
得到长连接
|
AbstractChannel |
AbstractProxyClientTransport.getChannel() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ClientTransport |
ClientTransportFactory.getReverseClientTransport(String container,
AbstractChannel channel)
构建反向的(服务端到客户端)虚拟长连接
|
abstract void |
ClientTransport.setChannel(AbstractChannel channel)
设置长连接
|
void |
AbstractProxyClientTransport.setChannel(AbstractChannel channel) |
| 限定符和类型 | 方法和说明 |
|---|---|
AbstractChannel |
BoltClientTransport.getChannel() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
BoltClientTransport.setChannel(AbstractChannel channel) |
| 限定符和类型 | 方法和说明 |
|---|---|
AbstractChannel |
AbstractHttp2ClientTransport.getChannel() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
AbstractHttp2ClientTransport.setChannel(AbstractChannel channel) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
NettyChannel |
| 限定符和类型 | 方法和说明 |
|---|---|
static AbstractChannel |
NettyHelper.getChannel(io.netty.channel.ChannelHandlerContext ctx) |
Copyright © 2008–2018 The Ant Financial. All rights reserved.