helma.main
Class JettyServer

java.lang.Object
  extended by helma.main.JettyServer

public class JettyServer
extends java.lang.Object


Field Summary
protected  org.mortbay.jetty.ajp.Ajp13SocketConnector ajp13
           
protected  org.mortbay.jetty.Server http
           
 
Method Summary
 void destroy()
           
 org.mortbay.jetty.Server getHttpServer()
           
static JettyServer init(Server server, ServerConfig config)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

http

protected org.mortbay.jetty.Server http

ajp13

protected org.mortbay.jetty.ajp.Ajp13SocketConnector ajp13
Method Detail

init

public static JettyServer init(Server server,
                               ServerConfig config)
                        throws java.io.IOException
Throws:
java.io.IOException

getHttpServer

public org.mortbay.jetty.Server getHttpServer()

start

public void start()
           throws java.lang.Exception
Throws:
java.lang.Exception

stop

public void stop()
          throws java.lang.Exception
Throws:
java.lang.Exception

destroy

public void destroy()


Copyright © 1998-1998-${year} Helma.org. All Rights Reserved.