Package se.vidstige.jadb.server
Class SocketServer
- java.lang.Object
-
- se.vidstige.jadb.server.SocketServer
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSocketServer(int port)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract RunnablecreateResponder(Socket socket)intgetPort()voidrun()voidstart()voidstop()
-
-
-
Method Detail
-
start
public void start() throws InterruptedException- Throws:
InterruptedException
-
getPort
public int getPort()
-
stop
public void stop() throws IOException, InterruptedException- Throws:
IOExceptionInterruptedException
-
-