Uses of Interface
org.processmining.framework.util.socket.ServiceEnvironment
-
Packages that use ServiceEnvironment Package Description org.processmining.framework.util.socket -
-
Uses of ServiceEnvironment in org.processmining.framework.util.socket
Methods in org.processmining.framework.util.socket with parameters of type ServiceEnvironment Modifier and Type Method 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.Constructors in org.processmining.framework.util.socket with parameters of type ServiceEnvironment Constructor Description ConnectionHandlerRunnable(java.net.Socket aSocket, ServiceEnvironment environment)
-