Uses of Interface
org.jboss.netty.channel.ExceptionEvent
-
-
Uses of ExceptionEvent in org.jboss.netty.channel
Classes in org.jboss.netty.channel that implement ExceptionEvent Modifier and Type Class Description class
DefaultExceptionEvent
The defaultExceptionEvent
implementation.Methods in org.jboss.netty.channel with parameters of type ExceptionEvent Modifier and Type Method Description void
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.example.discard
Methods in org.jboss.netty.example.discard with parameters of type ExceptionEvent Modifier and Type Method Description void
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 ExceptionEvent Modifier and Type Method Description void
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 ExceptionEvent Modifier and Type Method Description void
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 ExceptionEvent Modifier and Type Method Description void
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 ExceptionEvent Modifier and Type Method Description void
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 ExceptionEvent Modifier and Type Method Description void
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 ExceptionEvent Modifier and Type Method Description void
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 ExceptionEvent Modifier and Type Method Description void
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 ExceptionEvent Modifier and Type Method Description void
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 ExceptionEvent Modifier and Type Method Description void
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 ExceptionEvent Modifier and Type Method Description void
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 ExceptionEvent Modifier and Type Method Description void
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 ExceptionEvent Modifier and Type Method Description void
HexDumpProxyInboundHandler. 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 ExceptionEvent Modifier and Type Method Description void
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 ExceptionEvent Modifier and Type Method Description void
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 ExceptionEvent Modifier and Type Method Description void
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 ExceptionEvent Modifier and Type Method Description void
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 ExceptionEvent Modifier and Type Method Description void
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 ExceptionEvent Modifier and Type Method Description void
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 ExceptionEvent Modifier and Type Method Description void
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 ExceptionEvent Modifier and Type Method Description void
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 ExceptionEvent Modifier and Type Method Description void
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 ExceptionEvent Modifier and Type Method Description void
SslHandler. exceptionCaught(ChannelHandlerContext ctx, ExceptionEvent e)
-