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