All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class novocode.netforge.http.HTTPServer

java.lang.Object
   |
   +----novocode.netforge.PortServer
           |
           +----novocode.netforge.http.HTTPServer

public class HTTPServer
extends PortServer

Variable Index

 o confLocalHost
 o localHost
 o responderLookup

Constructor Index

 o HTTPServer()

Method Index

 o accept(Socket)
 o getType()
 o identify()
 o init()
 o serverGetConfig(Config)
 o serverResetConfig()
 o serverSetConfig(Config)
 o shutdown()

Variables

 o responderLookup
 public ResponderLookup responderLookup
 o confLocalHost
 protected String confLocalHost
 o localHost
 protected String localHost

Constructors

 o HTTPServer
 public HTTPServer()

Methods

 o init
 public void init()
Overrides:
init in class PortServer
 o accept
 protected final void accept(Socket clientSock)
Overrides:
accept in class PortServer
 o shutdown
 public void shutdown()
Overrides:
shutdown in class PortServer
 o identify
 public final boolean identify()
 o serverGetConfig
 public synchronized void serverGetConfig(Config c)
Overrides:
serverGetConfig in class PortServer
 o serverSetConfig
 public String serverSetConfig(Config c)
Overrides:
serverSetConfig in class PortServer
 o serverResetConfig
 public void serverResetConfig()
Overrides:
serverResetConfig in class PortServer
 o getType
 protected String getType()
Overrides:
getType in class PortServer

All Packages  Class Hierarchy  This Package  Previous  Next  Index