com.javageeks.gjas.connection
Class SocketClassLoaderConnection

java.lang.Object
  |
  +--com.javageeks.gjas.connection.SocketClassLoaderConnection
All Implemented Interfaces:
Connection

public class SocketClassLoaderConnection
extends java.lang.Object
implements Connection


Constructor Summary
SocketClassLoaderConnection()
           
 
Method Summary
 void serve(java.net.Socket socket, ConfigProperties configInfo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocketClassLoaderConnection

public SocketClassLoaderConnection()
Method Detail

serve

public void serve(java.net.Socket socket,
                  ConfigProperties configInfo)
           throws java.lang.Exception
Specified by:
serve in interface Connection