Uses of Class
org.apache.dubbo.remoting.RemotingException
Packages that use RemotingException
Package
Description
-
Uses of RemotingException in org.apache.dubbo.remoting
Subclasses of RemotingException in org.apache.dubbo.remotingModifier and TypeClassDescriptionclassReceiveExceptionclassTimeoutException.Methods in org.apache.dubbo.remoting that throw RemotingExceptionModifier and TypeMethodDescriptionTransporter.bind(URL url, ChannelHandler handler) Bind a server.static RemotingServerTransporters.bind(String url, ChannelHandler... handler) static RemotingServerTransporters.bind(URL url, ChannelHandler... handlers) voidon exception caught.Transporter.connect(URL url, ChannelHandler handler) Connect to a server.static ClientTransporters.connect(String url, ChannelHandler... handler) static ClientTransporters.connect(URL url, ChannelHandler... handlers) voidon channel connected.voidChannelHandler.disconnected(Channel channel) on channel disconnected.voidon message received.voidClient.reconnect()reconnect.voidsend message.voidsend message.voidon message sent. -
Uses of RemotingException in org.apache.dubbo.remoting.api.pu
Methods in org.apache.dubbo.remoting.api.pu that throw RemotingExceptionModifier and TypeMethodDescriptionPortUnificationTransporter.bind(URL url, ChannelHandler handler) voidPortUnificationTransporter.connect(URL url, ChannelHandler handler) voidvoidDefaultPuHandler.disconnected(Channel channel) voidvoidConstructors in org.apache.dubbo.remoting.api.pu that throw RemotingException -
Uses of RemotingException in org.apache.dubbo.remoting.exchange
Methods in org.apache.dubbo.remoting.exchange that throw RemotingExceptionModifier and TypeMethodDescriptionExchanger.bind(URL url, ExchangeHandler handler) bind.static ExchangeServerExchangers.bind(String url, ChannelHandler handler, Replier<?> replier) static ExchangeServerExchangers.bind(String url, ExchangeHandler handler) static ExchangeServerstatic ExchangeServerExchangers.bind(URL url, ChannelHandler handler, Replier<?> replier) static ExchangeServerExchangers.bind(URL url, ExchangeHandler handler) static ExchangeServerExchanger.connect(URL url, ExchangeHandler handler) connect.static ExchangeClientstatic ExchangeClientExchangers.connect(String url, ChannelHandler handler, Replier<?> replier) static ExchangeClientExchangers.connect(String url, ExchangeHandler handler) static ExchangeClientstatic ExchangeClientstatic ExchangeClientExchangers.connect(URL url, ChannelHandler handler, Replier<?> replier) static ExchangeClientExchangers.connect(URL url, ExchangeHandler handler) static ExchangeClientExchangeHandler.reply(ExchangeChannel channel, Object request) reply.Deprecated.Deprecated.ExchangeChannel.request(Object request, int timeout, ExecutorService executor) send request.ExchangeChannel.request(Object request, ExecutorService executor) send request. -
Uses of RemotingException in org.apache.dubbo.remoting.exchange.support
Methods in org.apache.dubbo.remoting.exchange.support that throw RemotingExceptionModifier and TypeMethodDescriptionExchangeHandlerAdapter.reply(ExchangeChannel channel, Object msg) ExchangeHandlerDispatcher.reply(ExchangeChannel channel, Object request) Replier.reply(ExchangeChannel channel, T request) reply.ReplierDispatcher.reply(ExchangeChannel channel, Object request) voidvoid -
Uses of RemotingException in org.apache.dubbo.remoting.exchange.support.header
Methods in org.apache.dubbo.remoting.exchange.support.header that throw RemotingExceptionModifier and TypeMethodDescriptionHeaderExchanger.bind(URL url, ExchangeHandler handler) voidHeaderExchanger.connect(URL url, ExchangeHandler handler) voidvoidvoidHeaderExchangeHandler.disconnected(Channel channel) voidHeartbeatHandler.disconnected(Channel channel) voidvoidvoidHeaderExchangeClient.reconnect()HeaderExchangeClient.request(Object request, int timeout, ExecutorService executor) HeaderExchangeClient.request(Object request, ExecutorService executor) voidvoidvoidvoidvoidvoid -
Uses of RemotingException in org.apache.dubbo.remoting.telnet
Methods in org.apache.dubbo.remoting.telnet that throw RemotingException -
Uses of RemotingException in org.apache.dubbo.remoting.telnet.support
Methods in org.apache.dubbo.remoting.telnet.support that throw RemotingException -
Uses of RemotingException in org.apache.dubbo.remoting.transport
Methods in org.apache.dubbo.remoting.transport that throw RemotingExceptionModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidAbstractChannelHandlerDelegate.disconnected(Channel channel) voidAbstractPeer.disconnected(Channel ch) voidAbstractServer.disconnected(Channel ch) voidChannelHandlerAdapter.disconnected(Channel channel) voidvoidvoidvoidvoidvoidAbstractClient.reconnect()voidClientDelegate.reconnect()voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidConstructors in org.apache.dubbo.remoting.transport that throw RemotingExceptionModifierConstructorDescriptionAbstractClient(URL url, ChannelHandler handler) AbstractServer(URL url, ChannelHandler handler) -
Uses of RemotingException in org.apache.dubbo.remoting.transport.dispatcher
Methods in org.apache.dubbo.remoting.transport.dispatcher that throw RemotingExceptionModifier and TypeMethodDescriptionvoidvoidvoidWrappedChannelHandler.disconnected(Channel channel) voidvoid -
Uses of RemotingException in org.apache.dubbo.remoting.transport.dispatcher.all
Methods in org.apache.dubbo.remoting.transport.dispatcher.all that throw RemotingException -
Uses of RemotingException in org.apache.dubbo.remoting.transport.dispatcher.connection
Methods in org.apache.dubbo.remoting.transport.dispatcher.connection that throw RemotingExceptionModifier and TypeMethodDescriptionvoidvoidvoidConnectionOrderedChannelHandler.disconnected(Channel channel) void -
Uses of RemotingException in org.apache.dubbo.remoting.transport.dispatcher.direct
Methods in org.apache.dubbo.remoting.transport.dispatcher.direct that throw RemotingException -
Uses of RemotingException in org.apache.dubbo.remoting.transport.dispatcher.execution
Methods in org.apache.dubbo.remoting.transport.dispatcher.execution that throw RemotingException -
Uses of RemotingException in org.apache.dubbo.remoting.transport.dispatcher.message
Methods in org.apache.dubbo.remoting.transport.dispatcher.message that throw RemotingException