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
-
confLocalHost
-
-
localHost
-
-
responderLookup
-
-
HTTPServer()
-
-
accept(Socket)
-
-
getType()
-
-
identify()
-
-
init()
-
-
serverGetConfig(Config)
-
-
serverResetConfig()
-
-
serverSetConfig(Config)
-
-
shutdown()
-
responderLookup
public ResponderLookup responderLookup
confLocalHost
protected String confLocalHost
localHost
protected String localHost
HTTPServer
public HTTPServer()
init
public void init()
- Overrides:
- init in class PortServer
accept
protected final void accept(Socket clientSock)
- Overrides:
- accept in class PortServer
shutdown
public void shutdown()
- Overrides:
- shutdown in class PortServer
identify
public final boolean identify()
serverGetConfig
public synchronized void serverGetConfig(Config c)
- Overrides:
- serverGetConfig in class PortServer
serverSetConfig
public String serverSetConfig(Config c)
- Overrides:
- serverSetConfig in class PortServer
serverResetConfig
public void serverResetConfig()
- Overrides:
- serverResetConfig in class PortServer
getType
protected String getType()
- Overrides:
- getType in class PortServer
All Packages Class Hierarchy This Package Previous Next Index