Modifier and Type | Class and Description |
---|---|
class |
EpollSocketChannel
SocketChannel implementation that uses linux EPOLL Edge-Triggered Mode for
maximal performance. |
Modifier and Type | Class and Description |
---|---|
class |
KQueueSocketChannel |
Constructor and Description |
---|
DefaultSocketChannelConfig(SocketChannel channel,
Socket javaSocket)
Creates a new instance.
|
Modifier and Type | Class and Description |
---|---|
class |
NioSocketChannel
SocketChannel which uses NIO selector based implementation. |
Modifier and Type | Class and Description |
---|---|
class |
OioSocketChannel
A
SocketChannel which is using Old-Blocking-IO |
Constructor and Description |
---|
DefaultOioSocketChannelConfig(SocketChannel channel,
Socket javaSocket)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
FactorialServerInitializer.initChannel(SocketChannel ch) |
void |
FactorialClientInitializer.initChannel(SocketChannel ch) |
Modifier and Type | Method and Description |
---|---|
void |
HttpCorsServerInitializer.initChannel(SocketChannel ch) |
Modifier and Type | Method and Description |
---|---|
void |
HttpStaticFileServerInitializer.initChannel(SocketChannel ch) |
Modifier and Type | Method and Description |
---|---|
void |
HttpHelloWorldServerInitializer.initChannel(SocketChannel ch) |
Modifier and Type | Method and Description |
---|---|
void |
HttpSnoopServerInitializer.initChannel(SocketChannel ch) |
void |
HttpSnoopClientInitializer.initChannel(SocketChannel ch) |
Modifier and Type | Method and Description |
---|---|
void |
HttpUploadServerInitializer.initChannel(SocketChannel ch) |
void |
HttpUploadClientInitializer.initChannel(SocketChannel ch) |
Modifier and Type | Method and Description |
---|---|
void |
WebSocketServerInitializer.initChannel(SocketChannel ch) |
Modifier and Type | Method and Description |
---|---|
void |
WebSocketServerInitializer.initChannel(SocketChannel ch) |
Modifier and Type | Method and Description |
---|---|
void |
Http2ClientInitializer.initChannel(SocketChannel ch) |
Modifier and Type | Method and Description |
---|---|
void |
Http2ServerInitializer.initChannel(SocketChannel ch) |
Modifier and Type | Method and Description |
---|---|
void |
Http2ServerInitializer.initChannel(SocketChannel ch) |
Modifier and Type | Method and Description |
---|---|
void |
Http2ServerInitializer.initChannel(SocketChannel ch) |
Modifier and Type | Method and Description |
---|---|
void |
HexDumpProxyInitializer.initChannel(SocketChannel ch) |
Modifier and Type | Method and Description |
---|---|
void |
SecureChatServerInitializer.initChannel(SocketChannel ch) |
void |
SecureChatClientInitializer.initChannel(SocketChannel ch) |
Modifier and Type | Method and Description |
---|---|
void |
SocksServerInitializer.initChannel(SocketChannel ch) |
Modifier and Type | Method and Description |
---|---|
void |
SpdyClientInitializer.initChannel(SocketChannel ch) |
Modifier and Type | Method and Description |
---|---|
void |
SpdyServerInitializer.initChannel(SocketChannel ch) |
Modifier and Type | Method and Description |
---|---|
void |
TelnetServerInitializer.initChannel(SocketChannel ch) |
void |
TelnetClientInitializer.initChannel(SocketChannel ch) |
Modifier and Type | Method and Description |
---|---|
void |
WorldClockServerInitializer.initChannel(SocketChannel ch) |
void |
WorldClockClientInitializer.initChannel(SocketChannel ch) |
Copyright © 2008–2017 The Netty Project. All rights reserved.