public class Exchangers extends Object
public static ExchangeServer bind(String url, Replier<?> replier) throws RemotingException
public static ExchangeServer bind(URL url, Replier<?> replier) throws RemotingException
public static ExchangeServer bind(String url, ChannelHandler handler, Replier<?> replier) throws RemotingException
public static ExchangeServer bind(URL url, ChannelHandler handler, Replier<?> replier) throws RemotingException
public static ExchangeServer bind(String url, ExchangeHandler handler) throws RemotingException
public static ExchangeServer bind(URL url, ExchangeHandler handler) throws RemotingException
public static ExchangeClient connect(String url) throws RemotingException
public static ExchangeClient connect(URL url) throws RemotingException
public static ExchangeClient connect(String url, Replier<?> replier) throws RemotingException
public static ExchangeClient connect(URL url, Replier<?> replier) throws RemotingException
public static ExchangeClient connect(String url, ChannelHandler handler, Replier<?> replier) throws RemotingException
public static ExchangeClient connect(URL url, ChannelHandler handler, Replier<?> replier) throws RemotingException
public static ExchangeClient connect(String url, ExchangeHandler handler) throws RemotingException
public static ExchangeClient connect(URL url, ExchangeHandler handler) throws RemotingException
Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.