com.caucho.server.http
Class JniServer

java.lang.Object
  |
  +--com.caucho.server.http.JniServer

public class JniServer
extends java.lang.Object


Constructor Summary
JniServer(java.lang.String[] args)
           
 
Method Summary
 void close()
           
 com.caucho.server.http.JniRequest createRequest()
           
 
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

createRequest

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

close

public void close()
           throws java.lang.Exception