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 TypeMethodDescriptionvoidServerBootstrap.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 TypeMethodDescriptionvoidSimpleChannelHandler.exceptionCaught(ChannelHandlerContext ctx, ExceptionEvent e) Invoked when an exception was raised by an I/O thread or aChannelHandler.voidSimpleChannelUpstreamHandler.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 TypeMethodDescriptionvoidHttpTunnelingClientSocketChannel.ServletChannelHandler.exceptionCaught(ChannelHandlerContext ctx, ExceptionEvent e) voidHttpTunnelingServlet.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 TypeMethodDescriptionvoidDiscardClientHandler.exceptionCaught(ChannelHandlerContext ctx, ExceptionEvent e) voidDiscardServerHandler.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 TypeMethodDescriptionvoidEchoClientHandler.exceptionCaught(ChannelHandlerContext ctx, ExceptionEvent e) voidEchoServerHandler.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 TypeMethodDescriptionvoidFactorialClientHandler.exceptionCaught(ChannelHandlerContext ctx, ExceptionEvent e) voidFactorialServerHandler.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 TypeMethodDescriptionvoidHttpStaticFileServerHandler.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 TypeMethodDescriptionvoidHttpHelloWorldServerHandler.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 TypeMethodDescriptionvoidHttpSnoopServerHandler.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 TypeMethodDescriptionvoidHttpUploadClientHandler.exceptionCaught(ChannelHandlerContext ctx, ExceptionEvent e) voidHttpUploadServerHandler.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 TypeMethodDescriptionvoidAutobahnServerHandler.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 TypeMethodDescriptionvoidWebSocketClientHandler.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 TypeMethodDescriptionvoidWebSocketServerHandler.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 TypeMethodDescriptionvoidLocalTimeClientHandler.exceptionCaught(ChannelHandlerContext ctx, ExceptionEvent e) voidLocalTimeServerHandler.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 TypeMethodDescriptionvoidObjectEchoClientHandler.exceptionCaught(ChannelHandlerContext ctx, ExceptionEvent e) voidObjectEchoServerHandler.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 TypeMethodDescriptionvoidHexDumpProxyInboundHandler.exceptionCaught(ChannelHandlerContext ctx, ExceptionEvent e) voidHexDumpProxyInboundHandler.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 TypeMethodDescriptionvoidQuoteOfTheMomentClientHandler.exceptionCaught(ChannelHandlerContext ctx, ExceptionEvent e) voidQuoteOfTheMomentServerHandler.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 TypeMethodDescriptionvoidSecureChatClientHandler.exceptionCaught(ChannelHandlerContext ctx, ExceptionEvent e) voidSecureChatServerHandler.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 TypeMethodDescriptionvoidTelnetClientHandler.exceptionCaught(ChannelHandlerContext ctx, ExceptionEvent e) voidTelnetServerHandler.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 TypeMethodDescriptionvoidUptimeClientHandler.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 TypeMethodDescriptionvoidFrameDecoder.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 TypeMethodDescriptionvoidWebSocketServerProtocolHandler.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 TypeMethodDescriptionvoidCompatibleMarshallingDecoder.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 TypeMethodDescriptionvoidSpdySessionHandler.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 TypeMethodDescriptionvoidBlockingReadHandler.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 TypeMethodDescriptionvoidSslHandler.exceptionCaught(ChannelHandlerContext ctx, ExceptionEvent e)