Uses of Enum
org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.ChannelState
Packages that use ChannelEventRunnable.ChannelState
-
Uses of ChannelEventRunnable.ChannelState in org.apache.dubbo.remoting.transport.dispatcher
Methods in org.apache.dubbo.remoting.transport.dispatcher that return ChannelEventRunnable.ChannelStateModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static ChannelEventRunnable.ChannelState[]ChannelEventRunnable.ChannelState.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.dubbo.remoting.transport.dispatcher with parameters of type ChannelEventRunnable.ChannelStateModifierConstructorDescriptionChannelEventRunnable(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)