|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Changed Methods | ||
Object getOption(int ) |
Documentation changed from old to new. |
Fetch the value of an option. |
void setOption(int, |
Documentation changed from old to new. |
Enable/disable the option specified by optID. |
Added Fields | |
int SO_KEEPALIVE |
When the keepalive option is set for a TCP socket and no data has been exchanged across the socket in either direction for 2 hours (NOTE: the actual value is implementation dependent) TCP automatically sends a keepalive probe to the peer. |
Changed Fields | ||
int SO_BINDADDR |
Documentation changed from old to new. |
Fetch the local address binding of a socket (this option cannot be "set" only "gotten" since sockets are bound at creation time and so the locally bound address cannot be changed). |
int SO_RCVBUF |
Documentation changed from old to new. |
Set a hint the size of the underlying buffers used by the platform for incoming network I/O. |
int SO_SNDBUF |
Documentation changed from old to new. |
Set a hint the size of the underlying buffers used by the platform for outgoing network I/O. |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |