com.javageeks.gjas.connection
Class RedirectConnection

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

public class RedirectConnection
extends java.lang.Object
implements Connection


Constructor Summary
RedirectConnection()
           
 
Method Summary
static ConfigProperties getConfigInfo()
           
 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

RedirectConnection

public RedirectConnection()
Method Detail

serve

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

getConfigInfo

public static ConfigProperties getConfigInfo()