| Package | Description |
|---|---|
| io.netty.channel |
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
|
| Modifier and Type | Method and Description |
|---|---|
static ChannelHandlerType |
ChannelHandlerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChannelHandlerType[] |
ChannelHandlerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<ChannelHandlerType> |
ChannelHandlerContext.types() |
Copyright © 2008-2012 The Netty Project. All Rights Reserved.