| Package | Description |
|---|---|
| com.alibaba.dubbo.remoting.transport.dispatcher |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
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 © 2011–2020 The Apache Software Foundation. All rights reserved.