| Package | Description |
|---|---|
| com.alibaba.dubbo.remoting | |
| com.alibaba.dubbo.remoting.exchange | |
| com.alibaba.dubbo.remoting.telnet |
| Modifier and Type | Method and Description |
|---|---|
Server |
Transporter.bind(URL url,
ChannelHandler handler)
Deprecated.
|
void |
ChannelHandler.caught(Channel channel,
Throwable exception)
Deprecated.
|
void |
ChannelHandler.connected(Channel channel)
Deprecated.
|
void |
ChannelHandler.disconnected(Channel channel)
Deprecated.
|
void |
ChannelHandler.received(Channel channel,
Object message)
Deprecated.
|
void |
ChannelHandler.sent(Channel channel,
Object message)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
ResponseFuture.get()
Deprecated.
get result.
|
Object |
ResponseFuture.get(int timeoutInMillis)
Deprecated.
get result with the specified timeout.
|
| Modifier and Type | Method and Description |
|---|---|
String |
TelnetHandler.telnet(Channel channel,
String message)
Deprecated.
|
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.