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