public interface CommonSocketOptions
Modifier and Type | Method and Description |
---|---|
void |
setLocalAddress(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)
void setSoReceiveBufferSize(int soReceiveBufferSize)
void setSoSendBufferSize(int soSendBufferSize)
void setLocalAddress(String localAddress)
localAddress
- Copyright © 2018. All rights reserved.