com.sun.jersey.server.impl.container.grizzly2
Class GrizzlyContainer

java.lang.Object
  extended by org.glassfish.grizzly.http.server.HttpHandler
      extended by com.sun.jersey.server.impl.container.grizzly2.GrizzlyContainer
All Implemented Interfaces:
ContainerListener, ReloadListener

public final class GrizzlyContainer
extends org.glassfish.grizzly.http.server.HttpHandler
implements ContainerListener

Grizzly 2.0 Jersey container.

Author:
Matt Swift, Jakub Podlesak

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

Method Detail

onReload

public void onReload()
Specified by:
onReload in interface ContainerListener
Specified by:
onReload in interface ReloadListener

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


Copyright © 2015 Oracle Corporation. All Rights Reserved.