com.tinkerpop.rexster
Class WebServer

java.lang.Object
  extended by com.tinkerpop.rexster.WebServer

public class WebServer
extends Object

Author:
Marko A. Rodriguez (http://markorodriguez.com)

Field Summary
protected  org.glassfish.grizzly.nio.transport.TCPNIOTransport rexproServer
           
protected  org.glassfish.grizzly.http.server.HttpServer rexsterServer
           
 
Constructor Summary
WebServer(org.apache.commons.configuration.XMLConfiguration properties, boolean user)
           
 
Method Summary
static String getCharacterEncoding()
           
static void main(String[] args)
           
protected  void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rexsterServer

protected org.glassfish.grizzly.http.server.HttpServer rexsterServer

rexproServer

protected org.glassfish.grizzly.nio.transport.TCPNIOTransport rexproServer
Constructor Detail

WebServer

public WebServer(org.apache.commons.configuration.XMLConfiguration properties,
                 boolean user)
          throws Exception
Throws:
Exception
Method Detail

getCharacterEncoding

public static String getCharacterEncoding()

stop

protected void stop()

main

public static void main(String[] args)


Copyright © 2009-2012. All Rights Reserved.