Uses of Interface
com.sun.grizzly.http.ErrorHandler

Packages that use ErrorHandler
com.sun.grizzly.http   
 

Uses of ErrorHandler in com.sun.grizzly.http
 

Fields in com.sun.grizzly.http declared as ErrorHandler
protected  ErrorHandler SelectorThread.errorHandler
          SelectorThread ErrorHandler.
 

Methods in com.sun.grizzly.http that return ErrorHandler
 ErrorHandler SelectorThread.getErrorHandler()
          Returns the ErrorHandler.
 ErrorHandler ProcessorTask.getErrorHandler()
           
 

Methods in com.sun.grizzly.http with parameters of type ErrorHandler
 void SelectorThread.setErrorHandler(ErrorHandler errorHandler)
          Sets the ErrorHandler.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.