org.apache.tomcat.modules.server
Interface JNIEndpoint.JniHandler

All Known Implementing Classes:
JNIConnectionHandler
Enclosing class:
JNIEndpoint

public static interface JNIEndpoint.JniHandler


Method Summary
 void processConnection(long s, long l)
           
 void shutdown()
           
 

Method Detail

processConnection

public void processConnection(long s,
                              long l)

shutdown

public void shutdown()


Copyright ?? 2001 Apache Software Foundation. All Rights Reserved.