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

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

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

Subclasses of HttpService in org.glassfish.grizzly.http.server
 class HttpServiceChain
          The HttpServiceChain class allows the invocation of multiple HttpServices every time a new HTTP request is ready to be handled.
 

Methods in org.glassfish.grizzly.http.server that return HttpService
protected  HttpService ServerConfiguration.buildService()
           
 HttpService HttpServer.getHttpService()
           
 

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



Copyright © 2010 Oracle Corpration. All Rights Reserved.