Uses of Interface
net.gleamynode.netty2.ExceptionMonitor

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 Session.getExceptionMonitor()
          Returns the ExceptionMonitor.
 ExceptionMonitor IoProcessor.getExceptionMonitor()
          Returns the ExceptionMonitor.
 ExceptionMonitor SessionServer.getExceptionMonitor()
          Returns the ExceptionMonitor.
 

Methods in net.gleamynode.netty2 with parameters of type ExceptionMonitor
 void Session.setExceptionMonitor(ExceptionMonitor monitor)
          Sets the ExceptionMonitor.
 void IoProcessor.setExceptionMonitor(ExceptionMonitor monitor)
          Sets the ExceptionMonitor.
 void SessionServer.setExceptionMonitor(ExceptionMonitor monitor)
          Sets the ExceptionMonitor.
 



Copyright © 2004-2007 Trustin Lee. All Rights Reserved.