Package | Description |
---|---|
org.processmining.framework.util.socket |
Modifier and Type | Method and Description |
---|---|
protected void |
Service.handleConnection(java.net.Socket socket,
ServiceEnvironment environment,
java.util.concurrent.Executor executor)
Notifies all registered handlers about every new client connection.
|
void |
ServiceHandler.handleRequest(ServiceEnvironment environment,
java.io.BufferedReader in,
java.io.PrintWriter out)
Invoked whenever a client connects to the service.
|
void |
Service.start(ServiceEnvironment environment,
java.util.concurrent.Executor executor)
Opens the server socked on the given port.
|
Constructor and Description |
---|
Service.ConnectionHandlerRunnable(java.net.Socket aSocket,
ServiceEnvironment environment) |