Package | Description |
---|---|
org.jboss.netty.channel |
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
|
org.jboss.netty.example.discard | |
org.jboss.netty.example.echo | |
org.jboss.netty.example.factorial | |
org.jboss.netty.example.http.file | |
org.jboss.netty.example.http.snoop | |
org.jboss.netty.example.http.upload | |
org.jboss.netty.example.http.websocketx.autobahn |
This package is intended for use with testing against the Python
AutoBahn test suite.
|
org.jboss.netty.example.http.websocketx.client |
This is an example web service client.
|
org.jboss.netty.example.http.websocketx.server |
This package contains an example web socket web server.
|
org.jboss.netty.example.http.websocketx.sslserver |
This package contains an example web socket web server with server SSL.
|
org.jboss.netty.example.localtime | |
org.jboss.netty.example.objectecho | |
org.jboss.netty.example.proxy | |
org.jboss.netty.example.qotm | |
org.jboss.netty.example.securechat | |
org.jboss.netty.example.telnet | |
org.jboss.netty.example.uptime | |
org.jboss.netty.handler.codec.frame |
Extensible decoder and its common implementations which deal with the
packet fragmentation and reassembly issue found in a stream-based transport
such as TCP/IP.
|
org.jboss.netty.handler.codec.http.websocketx |
Encoder, decoder, handshakers and their related message types for
Web Socket data frames.
|
org.jboss.netty.handler.codec.spdy |
Encoder, decoder, session handler and their related message types for the SPDY protocol.
|
org.jboss.netty.handler.queue |
The special-purpose handlers that store an event into an internal queue
instead of propagating the event immediately.
|
org.jboss.netty.handler.ssl |
Modifier and Type | Class and Description |
---|---|
class |
DefaultExceptionEvent
The default
ExceptionEvent implementation. |
Modifier and Type | Method and Description |
---|---|
void |
SimpleChannelHandler.exceptionCaught(ChannelHandlerContext ctx,
ExceptionEvent e)
Invoked when an exception was raised by an I/O thread or a
ChannelHandler . |
void |
SimpleChannelUpstreamHandler.exceptionCaught(ChannelHandlerContext ctx,
ExceptionEvent e)
Invoked when an exception was raised by an I/O thread or a
ChannelHandler . |
Modifier and Type | Method and Description |
---|---|
void |
DiscardClientHandler.exceptionCaught(ChannelHandlerContext ctx,
ExceptionEvent e) |
void |
DiscardServerHandler.exceptionCaught(ChannelHandlerContext ctx,
ExceptionEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
EchoClientHandler.exceptionCaught(ChannelHandlerContext ctx,
ExceptionEvent e) |
void |
EchoServerHandler.exceptionCaught(ChannelHandlerContext ctx,
ExceptionEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
FactorialClientHandler.exceptionCaught(ChannelHandlerContext ctx,
ExceptionEvent e) |
void |
FactorialServerHandler.exceptionCaught(ChannelHandlerContext ctx,
ExceptionEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
HttpStaticFileServerHandler.exceptionCaught(ChannelHandlerContext ctx,
ExceptionEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
HttpSnoopServerHandler.exceptionCaught(ChannelHandlerContext ctx,
ExceptionEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
HttpUploadClientHandler.exceptionCaught(ChannelHandlerContext ctx,
ExceptionEvent e) |
void |
HttpUploadServerHandler.exceptionCaught(ChannelHandlerContext ctx,
ExceptionEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
AutobahnServerHandler.exceptionCaught(ChannelHandlerContext ctx,
ExceptionEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
WebSocketClientHandler.exceptionCaught(ChannelHandlerContext ctx,
ExceptionEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
WebSocketServerHandler.exceptionCaught(ChannelHandlerContext ctx,
ExceptionEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
WebSocketSslServerHandler.exceptionCaught(ChannelHandlerContext ctx,
ExceptionEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
LocalTimeClientHandler.exceptionCaught(ChannelHandlerContext ctx,
ExceptionEvent e) |
void |
LocalTimeServerHandler.exceptionCaught(ChannelHandlerContext ctx,
ExceptionEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
ObjectEchoClientHandler.exceptionCaught(ChannelHandlerContext ctx,
ExceptionEvent e) |
void |
ObjectEchoServerHandler.exceptionCaught(ChannelHandlerContext ctx,
ExceptionEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
HexDumpProxyInboundHandler.exceptionCaught(ChannelHandlerContext ctx,
ExceptionEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
QuoteOfTheMomentClientHandler.exceptionCaught(ChannelHandlerContext ctx,
ExceptionEvent e) |
void |
QuoteOfTheMomentServerHandler.exceptionCaught(ChannelHandlerContext ctx,
ExceptionEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
SecureChatClientHandler.exceptionCaught(ChannelHandlerContext ctx,
ExceptionEvent e) |
void |
SecureChatServerHandler.exceptionCaught(ChannelHandlerContext ctx,
ExceptionEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
TelnetServerHandler.exceptionCaught(ChannelHandlerContext ctx,
ExceptionEvent e) |
void |
TelnetClientHandler.exceptionCaught(ChannelHandlerContext ctx,
ExceptionEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
UptimeClientHandler.exceptionCaught(ChannelHandlerContext ctx,
ExceptionEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
FrameDecoder.exceptionCaught(ChannelHandlerContext ctx,
ExceptionEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
WebSocketServerProtocolHandler.exceptionCaught(ChannelHandlerContext ctx,
ExceptionEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
SpdySessionHandler.exceptionCaught(ChannelHandlerContext ctx,
ExceptionEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
BlockingReadHandler.exceptionCaught(ChannelHandlerContext ctx,
ExceptionEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
SslHandler.exceptionCaught(ChannelHandlerContext ctx,
ExceptionEvent e) |
Copyright © 2008-2017 The Netty Project. All Rights Reserved.