Uses of Class
org.glassfish.grizzly.http.server.HttpRequestProcessor

Packages that use HttpRequestProcessor
org.glassfish.grizzly.http.server   
 

Uses of HttpRequestProcessor in org.glassfish.grizzly.http.server
 

Subclasses of HttpRequestProcessor in org.glassfish.grizzly.http.server
 class HttpServiceChain
          The HttpServiceChain class allows the invocation of multiple HttpRequestProcessors every time a new HTTP request is ready to be handled.
 class StaticResourcesService
          HttpRequestProcessor, which processes requests to a static resources.
 

Methods in org.glassfish.grizzly.http.server that return HttpRequestProcessor
 HttpRequestProcessor HttpServerFilter.getHttpService()
           
 HttpRequestProcessor HttpServer.getHttpService()
           
 

Methods in org.glassfish.grizzly.http.server that return types with arguments of type HttpRequestProcessor
 Map<HttpRequestProcessor,String[]> ServerConfiguration.getHttpServices()
          Returns the HttpRequestProcessor map.
 

Methods in org.glassfish.grizzly.http.server with parameters of type HttpRequestProcessor
 void ServerConfiguration.addHttpService(HttpRequestProcessor httpService, String... mapping)
          Adds the specified HttpRequestProcessor with its associated mapping(s).
 void HttpServiceChain.addService(HttpRequestProcessor httpService, String[] mappings)
          Add a HttpRequestProcessor and its associated array of mapping.
 boolean ServerConfiguration.removeHttpService(HttpRequestProcessor httpService)
          Removes the specified HttpRequestProcessor.
 boolean HttpServiceChain.removeHttpService(HttpRequestProcessor httpService)
          Remove a HttpRequestProcessor
 void HttpServerFilter.setHttpService(HttpRequestProcessor httpService)
           
 



Copyright © 2010 Oracle Corpration. All Rights Reserved.