|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fipaos.mts.httpMTP.ThreadingAbility | +--fipaos.mts.httpMTP.HTTPTransportService
Fields inherited from class fipaos.mts.httpMTP.ThreadingAbility |
internal |
Constructor Summary | |
HTTPTransportService(int port,
CallBack httpCommsRef)
Sets up the server socket based upon the profile information |
Method Summary | |
static void |
main(java.lang.String[] args)
|
protected void |
runImplementation()
Implementation of Server's functionality. |
void |
setActive(boolean state)
Sets state of whether the service should be running |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HTTPTransportService(int port, CallBack httpCommsRef) throws java.io.IOException
port
- The port that the server should listen on.java.io.IOException
- Method Detail |
public void setActive(boolean state)
state
- boolean
true - service should runprotected void runImplementation()
ServerHandler
to deal with the communicating client.runImplementation
in class ThreadingAbility
public static void main(java.lang.String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |