类 Exchangers
- java.lang.Object
-
- com.alibaba.dubbo.remoting.exchange.Exchangers
-
public class Exchangers extends Object
Exchanger facade. (API, Static, ThreadSafe)
-
-
方法概要
-
-
-
方法详细资料
-
bind
public static ExchangeServer bind(String url, Replier<?> replier) throws RemotingException
-
bind
public static ExchangeServer bind(URL url, Replier<?> replier) throws RemotingException
-
bind
public static ExchangeServer bind(String url, ChannelHandler handler, Replier<?> replier) throws RemotingException
-
bind
public static ExchangeServer bind(URL url, ChannelHandler handler, Replier<?> replier) throws RemotingException
-
bind
public static ExchangeServer bind(String url, ExchangeHandler handler) throws RemotingException
-
bind
public static ExchangeServer bind(URL url, ExchangeHandler handler) throws RemotingException
-
connect
public static ExchangeClient connect(String url) throws RemotingException
-
connect
public static ExchangeClient connect(URL url) throws RemotingException
-
connect
public static ExchangeClient connect(String url, Replier<?> replier) throws RemotingException
-
connect
public static ExchangeClient connect(URL url, Replier<?> replier) throws RemotingException
-
connect
public static ExchangeClient connect(String url, ChannelHandler handler, Replier<?> replier) throws RemotingException
-
connect
public static ExchangeClient connect(URL url, ChannelHandler handler, Replier<?> replier) throws RemotingException
-
connect
public static ExchangeClient connect(String url, ExchangeHandler handler) throws RemotingException
-
connect
public static ExchangeClient connect(URL url, ExchangeHandler handler) throws RemotingException
-
-