org.jconfig.server
Class ConfigProtocolHandler

java.lang.Object
  |
  +--org.jconfig.server.ConfigProtocolHandler
All Implemented Interfaces:
ProtocolHandler

public class ConfigProtocolHandler
extends java.lang.Object
implements ProtocolHandler

Author:
Administrator

Constructor Summary
ConfigProtocolHandler()
           
 
Method Summary
 void execute(java.net.Socket socket)
           
 void execute(java.net.Socket socket, ServerContext serverContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigProtocolHandler

public ConfigProtocolHandler()
Method Detail

execute

public void execute(java.net.Socket socket)

execute

public void execute(java.net.Socket socket,
                    ServerContext serverContext)
Specified by:
execute in interface ProtocolHandler


Copyright © 2001-2003 Andreas Mecky, Terry Dye. All Rights Reserved.