com.noelios.restlet.ext.grizzly
Class HttpServerHelper

java.lang.Object
  extended by org.restlet.util.Helper<T>
      extended by com.noelios.restlet.ConnectorHelper<Server>
          extended by com.noelios.restlet.ServerHelper
              extended by com.noelios.restlet.http.HttpServerHelper
                  extended by com.noelios.restlet.ext.grizzly.GrizzlyServerHelper
                      extended by com.noelios.restlet.ext.grizzly.HttpServerHelper

public class HttpServerHelper
extends GrizzlyServerHelper

HTTP connector based on Grizzly.

Author:
Jerome Louvel

Constructor Summary
HttpServerHelper(Server server)
          Constructor.
 
Method Summary
protected  void configure(com.sun.grizzly.Controller controller)
          Configures the Grizzly controller.
 
Methods inherited from class com.noelios.restlet.ext.grizzly.GrizzlyServerHelper
getSelectorHandler, start, stop
 
Methods inherited from class com.noelios.restlet.http.HttpServerHelper
getConverter, handle, setConverter
 
Methods inherited from class com.noelios.restlet.ServerHelper
handle, setEphemeralPort, setEphemeralPort
 
Methods inherited from class com.noelios.restlet.ConnectorHelper
getProtocols, update
 
Methods inherited from class org.restlet.util.Helper
getAttributes, getContext, getHelped, getHelpedParameters, getLogger, setHelped
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpServerHelper

public HttpServerHelper(Server server)
Constructor.

Parameters:
server - The helped server.
Method Detail

configure

protected void configure(com.sun.grizzly.Controller controller)
                  throws java.lang.Exception
Description copied from class: GrizzlyServerHelper
Configures the Grizzly controller.

Specified by:
configure in class GrizzlyServerHelper
Parameters:
controller - The controller to configure.
Throws:
java.lang.Exception


Copyright © 2005-2008 Noelios Technologies.