|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ExceptionMonitor in net.gleamynode.netty2 |
---|
Classes in net.gleamynode.netty2 that implement ExceptionMonitor | |
---|---|
class |
ExceptionLoggingMonitor
An ExceptionMonitor which logs uncaught exceptions. |
Methods in net.gleamynode.netty2 that return ExceptionMonitor | |
---|---|
ExceptionMonitor |
SessionServer.getExceptionMonitor()
Returns the ExceptionMonitor . |
ExceptionMonitor |
Session.getExceptionMonitor()
Returns the ExceptionMonitor . |
ExceptionMonitor |
IoProcessor.getExceptionMonitor()
Returns the ExceptionMonitor . |
Methods in net.gleamynode.netty2 with parameters of type ExceptionMonitor | |
---|---|
void |
SessionServer.setExceptionMonitor(ExceptionMonitor monitor)
Sets the ExceptionMonitor . |
void |
Session.setExceptionMonitor(ExceptionMonitor monitor)
Sets the ExceptionMonitor . |
void |
IoProcessor.setExceptionMonitor(ExceptionMonitor monitor)
Sets the ExceptionMonitor . |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |