|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Changed Constructors | ||
int, |
Documentation changed from old to new. |
Creates a server socket and binds it to the specified local port number with the specified backlog. |
int, |
Documentation changed from old to new. |
Create a server with the specified port listen backlog and local IP address to bind to. |
Changed Methods | ||
Socket accept() |
Documentation changed from old to new. |
Listens for a connection to be made to this socket and accepts it. |
int getSoTimeout() |
Documentation changed from old to new. |
Retrive setting for SO_TIMEOUT. |
void implAccept(Socket ) |
Documentation changed from old to new. |
Subclasses of ServerSocket use this method to override accept() to return their own subclass of socket. |
void setSoTimeout(int ) |
Documentation changed from old to new. |
Enable/disable SO_TIMEOUT with the specified timeout in milliseconds. |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |