Uses of Interface
com.sun.enterprise.web.connector.grizzly.Handler

Packages that use Handler
com.sun.enterprise.web.ara.algorithms   
com.sun.enterprise.web.connector.grizzly   
com.sun.enterprise.web.connector.grizzly.algorithms   
com.sun.enterprise.web.connector.grizzly.handlers   
com.sun.enterprise.web.connector.grizzly.standalone   
 

Uses of Handler in com.sun.enterprise.web.ara.algorithms
 

Methods in com.sun.enterprise.web.ara.algorithms that return Handler
 Handler ContextRootAlgorithm.getHandler()
          Return null as handler aren't required.
 

Uses of Handler in com.sun.enterprise.web.connector.grizzly
 

Fields in com.sun.enterprise.web.connector.grizzly declared as Handler
protected  Handler DefaultProcessorTask.handler
          The handler used by this Task to manipulate the request.
 

Methods in com.sun.enterprise.web.connector.grizzly that return Handler
 Handler DefaultProcessorTask.getHandler()
          Return the Handler used by this instance.
 Handler ProcessorTask.getHandler()
          Get the Handler used by this instance.
 Handler StreamAlgorithm.getHandler()
          The Handler associated with this algorithm.
 

Methods in com.sun.enterprise.web.connector.grizzly with parameters of type Handler
 void DefaultProcessorTask.setHandler(Handler handler)
          Set the Handler used by this class.
 void ProcessorTask.setHandler(Handler handler)
          Set the Handler used by this instance.
 

Uses of Handler in com.sun.enterprise.web.connector.grizzly.algorithms
 

Classes in com.sun.enterprise.web.connector.grizzly.algorithms that implement Handler
static class StreamAlgorithmBase.DummyHandler
          Empty handler used when Grizzly is bundled outside of GlassFish.
 

Fields in com.sun.enterprise.web.connector.grizzly.algorithms declared as Handler
protected  Handler StreamAlgorithmBase.handler
          An Handler implementation used to implement a static resources cache.
 

Methods in com.sun.enterprise.web.connector.grizzly.algorithms that return Handler
 Handler ContentLengthAlgorithm.getHandler()
          Return the Handler used by this algorithm.
 Handler NoParsingAlgorithm.getHandler()
          Return the Handler used by this algorithm.
 Handler StateMachineAlgorithm.getHandler()
          Return the Handler used by this algorithm.
 

Uses of Handler in com.sun.enterprise.web.connector.grizzly.handlers
 

Classes in com.sun.enterprise.web.connector.grizzly.handlers that implement Handler
 class ContentLengthHandler
          This Handler is invoked after the request line has been parsed.
 class NoParsingHandler
          This Handler is invoked after the request line has been parsed.
 

Uses of Handler in com.sun.enterprise.web.connector.grizzly.standalone
 

Classes in com.sun.enterprise.web.connector.grizzly.standalone that implement Handler
 class StaticHandler
          This Handler is invoked after the request line has been parsed.
 

Methods in com.sun.enterprise.web.connector.grizzly.standalone that return Handler
 Handler StaticStreamAlgorithm.getHandler()
          Return the Handler used by this algorithm.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.