All Packages Class Hierarchy This Package Previous Next Index
Class novocode.netforge.echo.EchoServer
java.lang.Object
|
+----novocode.netforge.PortServer
|
+----novocode.netforge.echo.EchoServer
- public final class EchoServer
- extends PortServer
A very simple port server that reads lines of text and echoes them
back to the client.
-
EchoServer()
-
-
accept(Socket)
-
-
getType()
-
-
serverGetConfig(Config)
-
-
serverResetConfig()
-
EchoServer
public EchoServer()
serverGetConfig
protected void serverGetConfig(Config c)
- Overrides:
- serverGetConfig in class PortServer
serverResetConfig
protected void serverResetConfig()
- Overrides:
- serverResetConfig in class PortServer
getType
protected String getType()
- Overrides:
- getType in class PortServer
accept
protected void accept(Socket sock)
- Overrides:
- accept in class PortServer
All Packages Class Hierarchy This Package Previous Next Index