com.javageeks.gjas.connection
Interface Connection

All Known Implementing Classes:
HttpConnection, JDBCTermConnection, RedirectConnection, SocketClassLoaderConnection, SocketClassLoaderConnection

public interface Connection


Method Summary
 void serve(java.net.Socket socket, ConfigProperties configInfo)
           
 

Method Detail

serve

public void serve(java.net.Socket socket,
                  ConfigProperties configInfo)
           throws java.lang.Exception