com.tinkerpop.rexster
Class WebServer
java.lang.Object
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
rexsterServer
protected org.glassfish.grizzly.http.server.HttpServer rexsterServer
rexproServer
protected org.glassfish.grizzly.nio.transport.TCPNIOTransport rexproServer
WebServer
public WebServer(org.apache.commons.configuration.XMLConfiguration properties,
boolean user)
throws Exception
- Throws:
Exception
getCharacterEncoding
public static String getCharacterEncoding()
stop
protected void stop()
main
public static void main(String[] args)
Copyright © 2009-2012. All Rights Reserved.