All Packages Class Hierarchy This Package Previous Next Index
Class sics.agentbase.map.mapServer
java.lang.Object
|
+----sics.agentbase.net.InternetServer
|
+----sics.agentbase.map.mapServer
- public class mapServer
- extends InternetServer
- implements ProtocolHandler
-
mapServer()
-
Deprecated.
-
mapServer(boolean)
-
-
mapServer(int)
-
Deprecated.
-
mapServer(int, boolean)
-
-
mapServer(String, int)
-
Deprecated.
-
mapServer(String, int, boolean)
-
-
getScheme()
-
-
getURL(String)
-
-
handleConnection(Socket)
- handleConnection(Socket connection)
-
main(String[])
-
-
supportType(String)
-
mapServer
public mapServer() throws IOException
- Note: mapServer() is deprecated.
Use mapServer(boolean doRegister) instead!
mapServer
public mapServer(int Port) throws IOException
- Note: mapServer() is deprecated.
Use mapServer(int Port, boolean doRegister) instead!
mapServer
public mapServer(String host,
int Port) throws IOException
- Note: mapServer() is deprecated.
Use mapServer(String host, int Port, boolean doRegister) instead!
mapServer
public mapServer(boolean doRegister) throws IOException
mapServer
public mapServer(int Port,
boolean doRegister) throws IOException
mapServer
public mapServer(String host,
int Port,
boolean doRegister) throws IOException
getScheme
public String getScheme()
supportType
public boolean supportType(String mimetype)
getURL
public URL getURL(String name)
handleConnection
protected void handleConnection(Socket connection)
- handleConnection(Socket connection)
- Overrides:
- handleConnection in class InternetServer
main
public static void main(String args[])
All Packages Class Hierarchy This Package Previous Next Index