Uses of Interface
org.apache.dubbo.remoting.ChannelHandler
Packages that use ChannelHandler
Package
Description
-
Uses of ChannelHandler in org.apache.dubbo.remoting
Methods in org.apache.dubbo.remoting that return ChannelHandlerModifier and TypeMethodDescriptionDispatcher.dispatch(ChannelHandler handler, URL url) dispatch the message to threadpool.Endpoint.getChannelHandler()get channel handler.Methods in org.apache.dubbo.remoting with parameters of type ChannelHandlerModifier and TypeMethodDescriptionTransporter.bind(URL url, ChannelHandler handler) Bind a server.static RemotingServerTransporters.bind(String url, ChannelHandler... handler) static RemotingServerTransporters.bind(URL url, ChannelHandler... handlers) Transporter.connect(URL url, ChannelHandler handler) Connect to a server.static ClientTransporters.connect(String url, ChannelHandler... handler) static ClientTransporters.connect(URL url, ChannelHandler... handlers) Dispatcher.dispatch(ChannelHandler handler, URL url) dispatch the message to threadpool. -
Uses of ChannelHandler in org.apache.dubbo.remoting.api.connection
Classes in org.apache.dubbo.remoting.api.connection that implement ChannelHandlerMethods in org.apache.dubbo.remoting.api.connection with parameters of type ChannelHandlerModifier and TypeMethodDescriptionConnectionManager.connect(URL url, ChannelHandler handler) MultiplexProtocolConnectionManager.connect(URL url, ChannelHandler handler) SingleProtocolConnectionManager.connect(URL url, ChannelHandler handler) -
Uses of ChannelHandler in org.apache.dubbo.remoting.api.pu
Classes in org.apache.dubbo.remoting.api.pu that implement ChannelHandlerModifier and TypeClassDescriptionclassclassclassMethods in org.apache.dubbo.remoting.api.pu that return types with arguments of type ChannelHandlerMethods in org.apache.dubbo.remoting.api.pu with parameters of type ChannelHandlerModifier and TypeMethodDescriptionvoidAbstractPortUnificationServer.addSupportedProtocol(URL url, ChannelHandler handler) PortUnificationTransporter.bind(URL url, ChannelHandler handler) PortUnificationTransporter.connect(URL url, ChannelHandler handler) Method parameters in org.apache.dubbo.remoting.api.pu with type arguments of type ChannelHandlerModifier and TypeMethodDescriptionvoidChannelOperator.configChannelHandler(List<ChannelHandler> handlerList) Constructors in org.apache.dubbo.remoting.api.pu with parameters of type ChannelHandler -
Uses of ChannelHandler in org.apache.dubbo.remoting.exchange
Subinterfaces of ChannelHandler in org.apache.dubbo.remoting.exchangeMethods in org.apache.dubbo.remoting.exchange with parameters of type ChannelHandlerModifier and TypeMethodDescriptionstatic ExchangeServerExchangers.bind(String url, ChannelHandler handler, Replier<?> replier) static ExchangeServerExchangers.bind(URL url, ChannelHandler handler, Replier<?> replier) static RemotingServerPortUnificationExchanger.bind(URL url, ChannelHandler handler) static ExchangeClientExchangers.connect(String url, ChannelHandler handler, Replier<?> replier) static ExchangeClientExchangers.connect(URL url, ChannelHandler handler, Replier<?> replier) static AbstractConnectionClientPortUnificationExchanger.connect(URL url, ChannelHandler handler) -
Uses of ChannelHandler in org.apache.dubbo.remoting.exchange.support
Classes in org.apache.dubbo.remoting.exchange.support that implement ChannelHandlerModifier and TypeClassDescriptionclassExchangeHandlerAdapterclassExchangeHandlerDispatcherMethods in org.apache.dubbo.remoting.exchange.support that return ChannelHandlerMethods in org.apache.dubbo.remoting.exchange.support with parameters of type ChannelHandlerModifier and TypeMethodDescriptionExchangeHandlerDispatcher.addChannelHandler(ChannelHandler handler) ExchangeHandlerDispatcher.removeChannelHandler(ChannelHandler handler) Constructors in org.apache.dubbo.remoting.exchange.support with parameters of type ChannelHandlerModifierConstructorDescriptionExchangeHandlerDispatcher(ChannelHandler... handlers) ExchangeHandlerDispatcher(FrameworkModel frameworkModel, Replier<?> replier, ChannelHandler... handlers) -
Uses of ChannelHandler in org.apache.dubbo.remoting.exchange.support.header
Classes in org.apache.dubbo.remoting.exchange.support.header that implement ChannelHandlerModifier and TypeClassDescriptionclassExchangeReceiverclassMethods in org.apache.dubbo.remoting.exchange.support.header that return ChannelHandlerModifier and TypeMethodDescriptionHeaderExchangeClient.getChannelHandler()HeaderExchangeServer.getChannelHandler()HeaderExchangeHandler.getHandler()Constructors in org.apache.dubbo.remoting.exchange.support.header with parameters of type ChannelHandler -
Uses of ChannelHandler in org.apache.dubbo.remoting.telnet.support
Classes in org.apache.dubbo.remoting.telnet.support that implement ChannelHandler -
Uses of ChannelHandler in org.apache.dubbo.remoting.transport
Subinterfaces of ChannelHandler in org.apache.dubbo.remoting.transportClasses in org.apache.dubbo.remoting.transport that implement ChannelHandlerModifier and TypeClassDescriptionclassAbstractChannelclassclassAbstractClientclassAbstractEndpointclassAbstractPeerclassAbstractServerclassChannelHandlerAdapter.classChannelListenerDispatcherclassclassMethods in org.apache.dubbo.remoting.transport that return ChannelHandlerModifier and TypeMethodDescriptionAbstractPeer.getChannelHandler()ChannelDelegate.getChannelHandler()ClientDelegate.getChannelHandler()ServerDelegate.getChannelHandler()AbstractPeer.getDelegateHandler()Return the final handler (which may have been wrapped).AbstractChannelHandlerDelegate.getHandler()AbstractPeer.getHandler()Deprecated.ChannelHandlerDelegate.getHandler()Methods in org.apache.dubbo.remoting.transport that return types with arguments of type ChannelHandlerMethods in org.apache.dubbo.remoting.transport with parameters of type ChannelHandlerModifier and TypeMethodDescriptionChannelHandlerDispatcher.addChannelHandler(ChannelHandler handler) ChannelHandlerDispatcher.removeChannelHandler(ChannelHandler handler) Constructors in org.apache.dubbo.remoting.transport with parameters of type ChannelHandlerModifierConstructorDescriptionAbstractChannel(URL url, ChannelHandler handler) AbstractClient(URL url, ChannelHandler handler) AbstractEndpoint(URL url, ChannelHandler handler) AbstractPeer(URL url, ChannelHandler handler) AbstractServer(URL url, ChannelHandler handler) ChannelHandlerDispatcher(ChannelHandler... handlers) DecodeHandler(ChannelHandler handler) MultiMessageHandler(ChannelHandler handler) Constructor parameters in org.apache.dubbo.remoting.transport with type arguments of type ChannelHandler -
Uses of ChannelHandler in org.apache.dubbo.remoting.transport.dispatcher
Classes in org.apache.dubbo.remoting.transport.dispatcher that implement ChannelHandlerMethods in org.apache.dubbo.remoting.transport.dispatcher that return ChannelHandlerModifier and TypeMethodDescriptionWrappedChannelHandler.getHandler()static ChannelHandlerChannelHandlers.wrap(ChannelHandler handler, URL url) Methods in org.apache.dubbo.remoting.transport.dispatcher with parameters of type ChannelHandlerModifier and TypeMethodDescriptionstatic ChannelHandlerChannelHandlers.wrap(ChannelHandler handler, URL url) Constructors in org.apache.dubbo.remoting.transport.dispatcher with parameters of type ChannelHandlerModifierConstructorDescriptionChannelEventRunnable(Channel channel, ChannelHandler handler, ChannelEventRunnable.ChannelState state) ChannelEventRunnable(Channel channel, ChannelHandler handler, ChannelEventRunnable.ChannelState state, Object message) ChannelEventRunnable(Channel channel, ChannelHandler handler, ChannelEventRunnable.ChannelState state, Object message, Throwable exception) ChannelEventRunnable(Channel channel, ChannelHandler handler, ChannelEventRunnable.ChannelState state, Throwable t) WrappedChannelHandler(ChannelHandler handler, URL url) -
Uses of ChannelHandler in org.apache.dubbo.remoting.transport.dispatcher.all
Classes in org.apache.dubbo.remoting.transport.dispatcher.all that implement ChannelHandlerMethods in org.apache.dubbo.remoting.transport.dispatcher.all that return ChannelHandlerMethods in org.apache.dubbo.remoting.transport.dispatcher.all with parameters of type ChannelHandlerConstructors in org.apache.dubbo.remoting.transport.dispatcher.all with parameters of type ChannelHandler -
Uses of ChannelHandler in org.apache.dubbo.remoting.transport.dispatcher.connection
Classes in org.apache.dubbo.remoting.transport.dispatcher.connection that implement ChannelHandlerMethods in org.apache.dubbo.remoting.transport.dispatcher.connection that return ChannelHandlerModifier and TypeMethodDescriptionConnectionOrderedDispatcher.dispatch(ChannelHandler handler, URL url) Methods in org.apache.dubbo.remoting.transport.dispatcher.connection with parameters of type ChannelHandlerModifier and TypeMethodDescriptionConnectionOrderedDispatcher.dispatch(ChannelHandler handler, URL url) Constructors in org.apache.dubbo.remoting.transport.dispatcher.connection with parameters of type ChannelHandler -
Uses of ChannelHandler in org.apache.dubbo.remoting.transport.dispatcher.direct
Classes in org.apache.dubbo.remoting.transport.dispatcher.direct that implement ChannelHandlerMethods in org.apache.dubbo.remoting.transport.dispatcher.direct that return ChannelHandlerMethods in org.apache.dubbo.remoting.transport.dispatcher.direct with parameters of type ChannelHandlerConstructors in org.apache.dubbo.remoting.transport.dispatcher.direct with parameters of type ChannelHandler -
Uses of ChannelHandler in org.apache.dubbo.remoting.transport.dispatcher.execution
Classes in org.apache.dubbo.remoting.transport.dispatcher.execution that implement ChannelHandlerModifier and TypeClassDescriptionclassOnly request message will be dispatched to thread pool.Methods in org.apache.dubbo.remoting.transport.dispatcher.execution that return ChannelHandlerMethods in org.apache.dubbo.remoting.transport.dispatcher.execution with parameters of type ChannelHandlerConstructors in org.apache.dubbo.remoting.transport.dispatcher.execution with parameters of type ChannelHandler -
Uses of ChannelHandler in org.apache.dubbo.remoting.transport.dispatcher.message
Classes in org.apache.dubbo.remoting.transport.dispatcher.message that implement ChannelHandlerMethods in org.apache.dubbo.remoting.transport.dispatcher.message that return ChannelHandlerModifier and TypeMethodDescriptionMessageOnlyDispatcher.dispatch(ChannelHandler handler, URL url) Methods in org.apache.dubbo.remoting.transport.dispatcher.message with parameters of type ChannelHandlerModifier and TypeMethodDescriptionMessageOnlyDispatcher.dispatch(ChannelHandler handler, URL url) Constructors in org.apache.dubbo.remoting.transport.dispatcher.message with parameters of type ChannelHandler