com.caucho.server.http
Class JniServer

java.lang.Object
  |
  +--com.caucho.server.http.ResinServer
        |
        +--com.caucho.server.http.JniServer
All Implemented Interfaces:
com.caucho.server.ShutdownListener

public class JniServer
extends ResinServer

Main server object for the binary launcher.


Fields inherited from class com.caucho.server.http.ResinServer
servletServer
 
Constructor Summary
JniServer(java.lang.String[] args)
           
 
Method Summary
protected  void closeImpl()
          Stub so JniServer can close down gracefully.
 void closeNative()
           
 com.caucho.server.http.JniRequest createRequest()
           
 
Methods inherited from class com.caucho.server.http.ResinServer
close, handleShutdown, init, isClosed, main
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JniServer

public JniServer(java.lang.String[] args)
          throws java.lang.Exception
Method Detail

closeImpl

protected void closeImpl()
Stub so JniServer can close down gracefully.
Overrides:
closeImpl in class ResinServer

closeNative

public void closeNative()

createRequest

public com.caucho.server.http.JniRequest createRequest()