public interface CommonSocketOptions
Modifier and Type | Method and Description |
---|---|
void |
setLocalAddress(java.lang.String localAddress)
On a multi-homed system, specifies the ip address of the network interface used to communicate.
|
void |
setSoReceiveBufferSize(int soReceiveBufferSize) |
void |
setSoSendBufferSize(int soSendBufferSize) |
void |
setSoTimeout(int soTimeout) |
void setSoTimeout(int soTimeout)
Socket.setSoTimeout(int)
,
DatagramSocket.setSoTimeout(int)
void setSoReceiveBufferSize(int soReceiveBufferSize)
Socket.setReceiveBufferSize(int)
,
DatagramSocket.setReceiveBufferSize(int)
void setSoSendBufferSize(int soSendBufferSize)
Socket.setSendBufferSize(int)
,
DatagramSocket.setSendBufferSize(int)
void setLocalAddress(java.lang.String localAddress)
localAddress
-