Uses of Interface
org.apache.dubbo.remoting.Channel
Packages that use Channel
Package
Description
-
Uses of Channel in org.apache.dubbo.remoting
Subinterfaces of Channel in org.apache.dubbo.remotingMethods in org.apache.dubbo.remoting that return ChannelModifier and TypeMethodDescriptionRemotingServer.getChannel(InetSocketAddress remoteAddress) get channel.Methods in org.apache.dubbo.remoting that return types with arguments of type ChannelMethods in org.apache.dubbo.remoting with parameters of type ChannelModifier and TypeMethodDescriptionvoidon exception caught.voidon channel connected.Codec.decode(Channel channel, InputStream input) Deprecated.Decode message.Codec2.decode(Channel channel, ChannelBuffer buffer) voidChannelHandler.disconnected(Channel channel) on channel disconnected.voidCodec.encode(Channel channel, OutputStream output, Object message) Deprecated.Encode message.voidCodec2.encode(Channel channel, ChannelBuffer buffer, Object message) voidon message received.voidon message sent.Constructors in org.apache.dubbo.remoting with parameters of type ChannelModifierConstructorDescriptionExecutionException(Object request, Channel channel, String msg) ExecutionException(Object request, Channel channel, String message, Throwable cause) ExecutionException(Object request, Channel channel, Throwable cause) RemotingException(Channel channel, String msg) RemotingException(Channel channel, String message, Throwable cause) RemotingException(Channel channel, Throwable cause) TimeoutException(boolean serverSide, Channel channel, String message) -
Uses of Channel in org.apache.dubbo.remoting.api.connection
Classes in org.apache.dubbo.remoting.api.connection that implement Channel -
Uses of Channel in org.apache.dubbo.remoting.api.pu
Methods in org.apache.dubbo.remoting.api.pu with parameters of type ChannelModifier and TypeMethodDescriptionvoidvoidDefaultCodec.decode(Channel channel, ChannelBuffer buffer) voidDefaultPuHandler.disconnected(Channel channel) voidDefaultCodec.encode(Channel channel, ChannelBuffer buffer, Object message) voidvoid -
Uses of Channel in org.apache.dubbo.remoting.exchange
Subinterfaces of Channel in org.apache.dubbo.remoting.exchangeModifier and TypeInterfaceDescriptioninterfaceExchangeChannel.interfaceExchangeClient. -
Uses of Channel in org.apache.dubbo.remoting.exchange.codec
Methods in org.apache.dubbo.remoting.exchange.codec with parameters of type ChannelModifier and TypeMethodDescriptionExchangeCodec.decode(Channel channel, ChannelBuffer buffer) voidExchangeCodec.encode(Channel channel, ChannelBuffer buffer, Object msg) -
Uses of Channel in org.apache.dubbo.remoting.exchange.support
Methods in org.apache.dubbo.remoting.exchange.support that return ChannelModifier and TypeMethodDescriptionExchangeServerDelegate.getChannel(InetSocketAddress remoteAddress) Methods in org.apache.dubbo.remoting.exchange.support that return types with arguments of type ChannelMethods in org.apache.dubbo.remoting.exchange.support with parameters of type ChannelModifier and TypeMethodDescriptionvoidstatic voidDefaultFuture.closeChannel(Channel channel, long timeout) close a channel when a channel is inactive directly return the unfinished requests.voidvoidExchangeHandlerDispatcher.disconnected(Channel channel) static booleanstatic DefaultFutureDefaultFuture.newFuture(Channel channel, Request request, int timeout, ExecutorService executor) init a DefaultFuture 1.init a DefaultFuture 2.timeout checkstatic voidstatic voidvoidstatic voidvoid -
Uses of Channel in org.apache.dubbo.remoting.exchange.support.header
Classes in org.apache.dubbo.remoting.exchange.support.header that implement ChannelMethods in org.apache.dubbo.remoting.exchange.support.header that return ChannelModifier and TypeMethodDescriptionHeaderExchangeServer.getChannel(InetSocketAddress remoteAddress) Methods in org.apache.dubbo.remoting.exchange.support.header that return types with arguments of type ChannelMethods in org.apache.dubbo.remoting.exchange.support.header with parameters of type ChannelModifier and TypeMethodDescriptionvoidvoidvoidvoidHeaderExchangeHandler.disconnected(Channel channel) voidHeartbeatHandler.disconnected(Channel channel) voidvoidvoidvoid -
Uses of Channel in org.apache.dubbo.remoting.telnet
Methods in org.apache.dubbo.remoting.telnet with parameters of type Channel -
Uses of Channel in org.apache.dubbo.remoting.telnet.codec
Methods in org.apache.dubbo.remoting.telnet.codec with parameters of type ChannelModifier and TypeMethodDescriptionTelnetCodec.decode(Channel channel, ChannelBuffer buffer) voidTelnetCodec.encode(Channel channel, ChannelBuffer buffer, Object message) -
Uses of Channel in org.apache.dubbo.remoting.telnet.support
Methods in org.apache.dubbo.remoting.telnet.support with parameters of type Channel -
Uses of Channel in org.apache.dubbo.remoting.telnet.support.command
Methods in org.apache.dubbo.remoting.telnet.support.command with parameters of type ChannelModifier and TypeMethodDescription -
Uses of Channel in org.apache.dubbo.remoting.transport
Classes in org.apache.dubbo.remoting.transport that implement ChannelModifier and TypeClassDescriptionclassAbstractChannelclassAbstractClientclassChannelDelegateclassClientDelegateMethods in org.apache.dubbo.remoting.transport that return ChannelModifier and TypeMethodDescriptionChannelDelegate.getChannel()ServerDelegate.getChannel(InetSocketAddress remoteAddress) Methods in org.apache.dubbo.remoting.transport that return types with arguments of type ChannelMethods in org.apache.dubbo.remoting.transport with parameters of type ChannelModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidAbstractChannelHandlerDelegate.disconnected(Channel channel) voidAbstractPeer.disconnected(Channel ch) voidAbstractServer.disconnected(Channel ch) voidChannelHandlerAdapter.disconnected(Channel channel) voidChannelHandlerDispatcher.disconnected(Channel channel) voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidChannelDelegate.setChannel(Channel channel) Constructors in org.apache.dubbo.remoting.transport with parameters of type Channel -
Uses of Channel in org.apache.dubbo.remoting.transport.codec
Methods in org.apache.dubbo.remoting.transport.codec with parameters of type ChannelModifier and TypeMethodDescriptionCodecAdapter.decode(Channel channel, ChannelBuffer buffer) TransportCodec.decode(Channel channel, ChannelBuffer buffer) Deprecated.voidCodecAdapter.encode(Channel channel, ChannelBuffer buffer, Object message) voidTransportCodec.encode(Channel channel, ChannelBuffer buffer, Object message) Deprecated. -
Uses of Channel in org.apache.dubbo.remoting.transport.dispatcher
Methods in org.apache.dubbo.remoting.transport.dispatcher with parameters of type ChannelModifier and TypeMethodDescriptionvoidvoidvoidWrappedChannelHandler.disconnected(Channel channel) voidvoidConstructors in org.apache.dubbo.remoting.transport.dispatcher with parameters of type ChannelModifierConstructorDescriptionChannelEventRunnable(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) -
Uses of Channel in org.apache.dubbo.remoting.transport.dispatcher.all
Methods in org.apache.dubbo.remoting.transport.dispatcher.all with parameters of type Channel -
Uses of Channel in org.apache.dubbo.remoting.transport.dispatcher.connection
Methods in org.apache.dubbo.remoting.transport.dispatcher.connection with parameters of type ChannelModifier and TypeMethodDescriptionvoidvoidvoidConnectionOrderedChannelHandler.disconnected(Channel channel) void -
Uses of Channel in org.apache.dubbo.remoting.transport.dispatcher.direct
Methods in org.apache.dubbo.remoting.transport.dispatcher.direct with parameters of type Channel -
Uses of Channel in org.apache.dubbo.remoting.transport.dispatcher.execution
Methods in org.apache.dubbo.remoting.transport.dispatcher.execution with parameters of type Channel -
Uses of Channel in org.apache.dubbo.remoting.transport.dispatcher.message
Methods in org.apache.dubbo.remoting.transport.dispatcher.message with parameters of type Channel