Uses of Interface
org.jboss.netty.channel.ExceptionEvent
Packages that use ExceptionEvent
Package
Description
IoC/DI friendly helper classes which enable an easy implementation of
typical client side and server side channel initialization.
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
An HTTP-based client-side
SocketChannel
and its corresponding server-side Servlet implementation that make your
existing server application work in a firewalled network.This package is intended for use with testing against the Python
AutoBahn test suite.
This is an example web service client.
This package contains an example web socket web server.
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.
Encoder, decoder, handshakers and their related message types for
Web Socket data frames.
Decoder and Encoder which uses JBoss Marshalling.
Encoder, decoder, session handler and their related message types for the SPDY protocol.
The special-purpose handlers that store an event into an internal queue
instead of propagating the event immediately.
-
Uses of ExceptionEvent in org.jboss.netty.bootstrap
Methods in org.jboss.netty.bootstrap with parameters of type ExceptionEventModifier and TypeMethodDescriptionvoid
ServerBootstrap.Binder.exceptionCaught
(ChannelHandlerContext ctx, ExceptionEvent e) -
Uses of ExceptionEvent in org.jboss.netty.channel
Classes in org.jboss.netty.channel that implement ExceptionEventMethods in org.jboss.netty.channel with parameters of type ExceptionEventModifier and TypeMethodDescriptionvoid
SimpleChannelHandler.exceptionCaught
(ChannelHandlerContext ctx, ExceptionEvent e) Invoked when an exception was raised by an I/O thread or aChannelHandler
.void
SimpleChannelUpstreamHandler.exceptionCaught
(ChannelHandlerContext ctx, ExceptionEvent e) Invoked when an exception was raised by an I/O thread or aChannelHandler
. -
Uses of ExceptionEvent in org.jboss.netty.channel.socket.http
Methods in org.jboss.netty.channel.socket.http with parameters of type ExceptionEventModifier and TypeMethodDescriptionvoid
HttpTunnelingClientSocketChannel.ServletChannelHandler.exceptionCaught
(ChannelHandlerContext ctx, ExceptionEvent e) void
HttpTunnelingServlet.OutboundConnectionHandler.exceptionCaught
(ChannelHandlerContext ctx, ExceptionEvent e) -
Uses of ExceptionEvent in org.jboss.netty.example.discard
Methods in org.jboss.netty.example.discard with parameters of type ExceptionEventModifier and TypeMethodDescriptionvoid
DiscardClientHandler.exceptionCaught
(ChannelHandlerContext ctx, ExceptionEvent e) void
DiscardServerHandler.exceptionCaught
(ChannelHandlerContext ctx, ExceptionEvent e) -
Uses of ExceptionEvent in org.jboss.netty.example.echo
Methods in org.jboss.netty.example.echo with parameters of type ExceptionEventModifier and TypeMethodDescriptionvoid
EchoClientHandler.exceptionCaught
(ChannelHandlerContext ctx, ExceptionEvent e) void
EchoServerHandler.exceptionCaught
(ChannelHandlerContext ctx, ExceptionEvent e) -
Uses of ExceptionEvent in org.jboss.netty.example.factorial
Methods in org.jboss.netty.example.factorial with parameters of type ExceptionEventModifier and TypeMethodDescriptionvoid
FactorialClientHandler.exceptionCaught
(ChannelHandlerContext ctx, ExceptionEvent e) void
FactorialServerHandler.exceptionCaught
(ChannelHandlerContext ctx, ExceptionEvent e) -
Uses of ExceptionEvent in org.jboss.netty.example.http.file
Methods in org.jboss.netty.example.http.file with parameters of type ExceptionEventModifier and TypeMethodDescriptionvoid
HttpStaticFileServerHandler.exceptionCaught
(ChannelHandlerContext ctx, ExceptionEvent e) -
Uses of ExceptionEvent in org.jboss.netty.example.http.helloworld
Methods in org.jboss.netty.example.http.helloworld with parameters of type ExceptionEventModifier and TypeMethodDescriptionvoid
HttpHelloWorldServerHandler.exceptionCaught
(ChannelHandlerContext ctx, ExceptionEvent e) -
Uses of ExceptionEvent in org.jboss.netty.example.http.snoop
Methods in org.jboss.netty.example.http.snoop with parameters of type ExceptionEventModifier and TypeMethodDescriptionvoid
HttpSnoopServerHandler.exceptionCaught
(ChannelHandlerContext ctx, ExceptionEvent e) -
Uses of ExceptionEvent in org.jboss.netty.example.http.upload
Methods in org.jboss.netty.example.http.upload with parameters of type ExceptionEventModifier and TypeMethodDescriptionvoid
HttpUploadClientHandler.exceptionCaught
(ChannelHandlerContext ctx, ExceptionEvent e) void
HttpUploadServerHandler.exceptionCaught
(ChannelHandlerContext ctx, ExceptionEvent e) -
Uses of ExceptionEvent in org.jboss.netty.example.http.websocketx.autobahn
Methods in org.jboss.netty.example.http.websocketx.autobahn with parameters of type ExceptionEventModifier and TypeMethodDescriptionvoid
AutobahnServerHandler.exceptionCaught
(ChannelHandlerContext ctx, ExceptionEvent e) -
Uses of ExceptionEvent in org.jboss.netty.example.http.websocketx.client
Methods in org.jboss.netty.example.http.websocketx.client with parameters of type ExceptionEventModifier and TypeMethodDescriptionvoid
WebSocketClientHandler.exceptionCaught
(ChannelHandlerContext ctx, ExceptionEvent e) -
Uses of ExceptionEvent in org.jboss.netty.example.http.websocketx.server
Methods in org.jboss.netty.example.http.websocketx.server with parameters of type ExceptionEventModifier and TypeMethodDescriptionvoid
WebSocketServerHandler.exceptionCaught
(ChannelHandlerContext ctx, ExceptionEvent e) -
Uses of ExceptionEvent in org.jboss.netty.example.localtime
Methods in org.jboss.netty.example.localtime with parameters of type ExceptionEventModifier and TypeMethodDescriptionvoid
LocalTimeClientHandler.exceptionCaught
(ChannelHandlerContext ctx, ExceptionEvent e) void
LocalTimeServerHandler.exceptionCaught
(ChannelHandlerContext ctx, ExceptionEvent e) -
Uses of ExceptionEvent in org.jboss.netty.example.objectecho
Methods in org.jboss.netty.example.objectecho with parameters of type ExceptionEventModifier and TypeMethodDescriptionvoid
ObjectEchoClientHandler.exceptionCaught
(ChannelHandlerContext ctx, ExceptionEvent e) void
ObjectEchoServerHandler.exceptionCaught
(ChannelHandlerContext ctx, ExceptionEvent e) -
Uses of ExceptionEvent in org.jboss.netty.example.proxy
Methods in org.jboss.netty.example.proxy with parameters of type ExceptionEventModifier and TypeMethodDescriptionvoid
HexDumpProxyInboundHandler.exceptionCaught
(ChannelHandlerContext ctx, ExceptionEvent e) void
HexDumpProxyInboundHandler.OutboundHandler.exceptionCaught
(ChannelHandlerContext ctx, ExceptionEvent e) -
Uses of ExceptionEvent in org.jboss.netty.example.qotm
Methods in org.jboss.netty.example.qotm with parameters of type ExceptionEventModifier and TypeMethodDescriptionvoid
QuoteOfTheMomentClientHandler.exceptionCaught
(ChannelHandlerContext ctx, ExceptionEvent e) void
QuoteOfTheMomentServerHandler.exceptionCaught
(ChannelHandlerContext ctx, ExceptionEvent e) -
Uses of ExceptionEvent in org.jboss.netty.example.securechat
Methods in org.jboss.netty.example.securechat with parameters of type ExceptionEventModifier and TypeMethodDescriptionvoid
SecureChatClientHandler.exceptionCaught
(ChannelHandlerContext ctx, ExceptionEvent e) void
SecureChatServerHandler.exceptionCaught
(ChannelHandlerContext ctx, ExceptionEvent e) -
Uses of ExceptionEvent in org.jboss.netty.example.telnet
Methods in org.jboss.netty.example.telnet with parameters of type ExceptionEventModifier and TypeMethodDescriptionvoid
TelnetClientHandler.exceptionCaught
(ChannelHandlerContext ctx, ExceptionEvent e) void
TelnetServerHandler.exceptionCaught
(ChannelHandlerContext ctx, ExceptionEvent e) -
Uses of ExceptionEvent in org.jboss.netty.example.uptime
Methods in org.jboss.netty.example.uptime with parameters of type ExceptionEventModifier and TypeMethodDescriptionvoid
UptimeClientHandler.exceptionCaught
(ChannelHandlerContext ctx, ExceptionEvent e) -
Uses of ExceptionEvent in org.jboss.netty.handler.codec.frame
Methods in org.jboss.netty.handler.codec.frame with parameters of type ExceptionEventModifier and TypeMethodDescriptionvoid
FrameDecoder.exceptionCaught
(ChannelHandlerContext ctx, ExceptionEvent e) -
Uses of ExceptionEvent in org.jboss.netty.handler.codec.http.websocketx
Methods in org.jboss.netty.handler.codec.http.websocketx with parameters of type ExceptionEventModifier and TypeMethodDescriptionvoid
WebSocketServerProtocolHandler.exceptionCaught
(ChannelHandlerContext ctx, ExceptionEvent e) -
Uses of ExceptionEvent in org.jboss.netty.handler.codec.marshalling
Methods in org.jboss.netty.handler.codec.marshalling with parameters of type ExceptionEventModifier and TypeMethodDescriptionvoid
CompatibleMarshallingDecoder.exceptionCaught
(ChannelHandlerContext ctx, ExceptionEvent e) CallsChannel.close()
if a TooLongFrameException was thrown -
Uses of ExceptionEvent in org.jboss.netty.handler.codec.spdy
Methods in org.jboss.netty.handler.codec.spdy with parameters of type ExceptionEventModifier and TypeMethodDescriptionvoid
SpdySessionHandler.exceptionCaught
(ChannelHandlerContext ctx, ExceptionEvent e) -
Uses of ExceptionEvent in org.jboss.netty.handler.queue
Methods in org.jboss.netty.handler.queue with parameters of type ExceptionEventModifier and TypeMethodDescriptionvoid
BlockingReadHandler.exceptionCaught
(ChannelHandlerContext ctx, ExceptionEvent e) -
Uses of ExceptionEvent in org.jboss.netty.handler.ssl
Methods in org.jboss.netty.handler.ssl with parameters of type ExceptionEventModifier and TypeMethodDescriptionvoid
SslHandler.exceptionCaught
(ChannelHandlerContext ctx, ExceptionEvent e)