ibspan.tss.agents.pra.server
Class MainServer
java.lang.Object
ibspan.tss.agents.pra.server.MainServer
- All Implemented Interfaces:
- Runnable
public class MainServer
- extends Object
- implements Runnable
It is HTTP server. When HTTP request comes, it creates Server thread.
- Author:
- Pawel Kaczmarek
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MEDIA_TYPE_SUFFIX
public static final String MEDIA_TYPE_SUFFIX
- See Also:
- Constant Field Values
HTML_MEDIA_TYPE
public static final String HTML_MEDIA_TYPE
- See Also:
- Constant Field Values
WML_MEDIA_TYPE
public static final String WML_MEDIA_TYPE
- See Also:
- Constant Field Values
HTML_SERVER
public static final String HTML_SERVER
- See Also:
- Constant Field Values
WML_SERVER
public static final String WML_SERVER
- See Also:
- Constant Field Values
MainServer
public MainServer(SynchronousController listener,
int port,
String mediaType)
run
public void run()
- Specified by:
run
in interface Runnable