All Packages Class Hierarchy This Package Previous Next Index
Class sics.agentbase.sap.sapServer
java.lang.Object
|
+----sics.agentbase.net.InternetServer
|
+----sics.agentbase.sap.sapServer
- public class sapServer
- extends InternetServer
-
sapServer()
-
-
sapServer(int)
-
-
sapServer(String, int)
-
-
handleConnection(Socket)
- handleConnection(Socket connection)
-
main(String[])
-
sapServer
public sapServer() throws IOException
sapServer
public sapServer(int Port) throws IOException
sapServer
public sapServer(String host,
int Port) throws IOException
handleConnection
protected void handleConnection(Socket connection) throws IOException
- handleConnection(Socket connection)
- Overrides:
- handleConnection in class InternetServer
main
public static void main(String args[])
All Packages Class Hierarchy This Package Previous Next Index