Uses of Class
com.alibaba.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.ChannelState

Packages that use ChannelEventRunnable.ChannelState
com.alibaba.dubbo.remoting.transport.dispatcher   
 

Uses of ChannelEventRunnable.ChannelState in com.alibaba.dubbo.remoting.transport.dispatcher
 

Methods in com.alibaba.dubbo.remoting.transport.dispatcher that return ChannelEventRunnable.ChannelState
static ChannelEventRunnable.ChannelState ChannelEventRunnable.ChannelState.valueOf(String name)
          Returns 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 com.alibaba.dubbo.remoting.transport.dispatcher with parameters of type ChannelEventRunnable.ChannelState
ChannelEventRunnable(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)
           
 



Copyright © 2012–2017 Alibaba. All rights reserved.