| 程序包 | 说明 |
|---|---|
| com.alibaba.dubbo.remoting | |
| com.alibaba.dubbo.remoting.exchange | |
| com.alibaba.dubbo.remoting.telnet |
| 限定符和类型 | 方法和说明 |
|---|---|
Server |
Transporter.bind(URL url,
ChannelHandler handler)
已过时。
|
void |
ChannelHandler.caught(Channel channel,
Throwable exception)
已过时。
|
void |
ChannelHandler.connected(Channel channel)
已过时。
|
void |
ChannelHandler.disconnected(Channel channel)
已过时。
|
void |
ChannelHandler.received(Channel channel,
Object message)
已过时。
|
void |
ChannelHandler.sent(Channel channel,
Object message)
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
ResponseFuture.get()
已过时。
get result.
|
Object |
ResponseFuture.get(int timeoutInMillis)
已过时。
get result with the specified timeout.
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
TelnetHandler.telnet(Channel channel,
String message)
已过时。
|
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.