-
public interface SocketBuilder
Responsible for opening a socket
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Socket
connect()
void
setTcpNoDelay(boolean delay)
-
-
-
Method Detail
-
connect
Socket connect() throws IOException
- Throws:
IOException
-
setTcpNoDelay
void setTcpNoDelay(boolean delay)
-
-