Package client.network
Class NetworkService
- java.lang.Object
-
- client.network.NetworkService
-
public class NetworkService extends Object
-
-
Constructor Summary
Constructors Constructor Description NetworkService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()SocketgetSocket()ResponsereceiveResponse()ResponsereceiveResponse(int timeout)voidsendRequest(Request request)booleantryConnect()
-
-
-
Method Detail
-
getSocket
public Socket getSocket()
-
tryConnect
public boolean tryConnect()
-
sendRequest
public void sendRequest(Request request) throws IOException
- Throws:
IOException
-
receiveResponse
public Response receiveResponse(int timeout) throws IOException
- Throws:
IOException
-
receiveResponse
public Response receiveResponse() throws IOException
- Throws:
IOException
-
close
public void close()
-
-