|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ExceptionEvent in org.jboss.netty.channel |
---|
Classes in org.jboss.netty.channel that implement ExceptionEvent | |
---|---|
class |
DefaultExceptionEvent
The default ExceptionEvent implementation. |
Methods in org.jboss.netty.channel with parameters of type ExceptionEvent | |
---|---|
void |
SimpleChannelUpstreamHandler.exceptionCaught(ChannelHandlerContext ctx,
ExceptionEvent e)
Invoked when an exception was raised by an I/O thread or a ChannelHandler . |
void |
SimpleChannelHandler.exceptionCaught(ChannelHandlerContext ctx,
ExceptionEvent e)
Invoked when an exception was raised by an I/O thread or a ChannelHandler . |
Uses of ExceptionEvent in org.jboss.netty.example.discard |
---|
Methods in org.jboss.netty.example.discard with parameters of type ExceptionEvent | |
---|---|
void |
DiscardServerHandler.exceptionCaught(ChannelHandlerContext ctx,
ExceptionEvent e)
|
void |
DiscardClientHandler.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 | |
---|---|
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 | |
---|---|
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 | |
---|---|
void |
HttpStaticFileServerHandler.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 | |
---|---|
void |
HttpRequestHandler.exceptionCaught(ChannelHandlerContext ctx,
ExceptionEvent e)
|
Uses of ExceptionEvent in org.jboss.netty.example.http.websocket |
---|
Methods in org.jboss.netty.example.http.websocket with parameters of type ExceptionEvent | |
---|---|
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 | |
---|---|
void |
LocalTimeServerHandler.exceptionCaught(ChannelHandlerContext ctx,
ExceptionEvent e)
|
void |
LocalTimeClientHandler.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 | |
---|---|
void |
ObjectEchoServerHandler.exceptionCaught(ChannelHandlerContext ctx,
ExceptionEvent e)
|
void |
ObjectEchoClientHandler.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 | |
---|---|
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 | |
---|---|
void |
QuoteOfTheMomentServerHandler.exceptionCaught(ChannelHandlerContext ctx,
ExceptionEvent e)
|
void |
QuoteOfTheMomentClientHandler.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 | |
---|---|
void |
SecureChatServerHandler.exceptionCaught(ChannelHandlerContext ctx,
ExceptionEvent e)
|
void |
SecureChatClientHandler.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 | |
---|---|
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 | |
---|---|
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 | |
---|---|
void |
FrameDecoder.exceptionCaught(ChannelHandlerContext ctx,
ExceptionEvent e)
|
Uses of ExceptionEvent in org.jboss.netty.handler.codec.replay |
---|
Methods in org.jboss.netty.handler.codec.replay with parameters of type ExceptionEvent | |
---|---|
void |
ReplayingDecoder.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 | |
---|---|
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 | |
---|---|
void |
SslHandler.exceptionCaught(ChannelHandlerContext ctx,
ExceptionEvent e)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |