org.glassfish.jersey.grizzly2.httpserver
Class GrizzlyHttpContainer

java.lang.Object
  extended by org.glassfish.grizzly.http.server.HttpHandler
      extended by org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer
All Implemented Interfaces:
Container

public final class GrizzlyHttpContainer
extends org.glassfish.grizzly.http.server.HttpHandler
implements Container

Grizzly 2 Jersey HTTP Container.

Author:
Jakub Podlesak (jakub.podlesak at oracle.com)

Method Summary
 void destroy()
           
 ResourceConfig getConfiguration()
           
 void reload()
           
 void reload(ResourceConfig configuration)
           
 void service(org.glassfish.grizzly.http.server.Request request, org.glassfish.grizzly.http.server.Response response)
           
 void start()
           
 
Methods inherited from class org.glassfish.grizzly.http.server.HttpHandler
customizedErrorPage, doHandle, getName, getRequestURIEncoding, isAllowCustomStatusMessage, isAllowEncodedSlash, sendAcknowledgment, setAllowCustomStatusMessage, setAllowEncodedSlash, setDecodeUrl, setDispatcherHelper, setRequestURIEncoding, setRequestURIEncoding, updatePaths
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

start

public void start()
Overrides:
start in class org.glassfish.grizzly.http.server.HttpHandler

service

public void service(org.glassfish.grizzly.http.server.Request request,
                    org.glassfish.grizzly.http.server.Response response)
Specified by:
service in class org.glassfish.grizzly.http.server.HttpHandler

getConfiguration

public ResourceConfig getConfiguration()
Specified by:
getConfiguration in interface Container

reload

public void reload()
Specified by:
reload in interface Container

reload

public void reload(ResourceConfig configuration)
Specified by:
reload in interface Container

destroy

public void destroy()
Overrides:
destroy in class org.glassfish.grizzly.http.server.HttpHandler


Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.