|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SocketOptions | |
|---|---|
| com.ccg.net.tcp | TCP Network Related Classes. |
| Uses of SocketOptions in com.ccg.net.tcp |
|---|
| Methods in com.ccg.net.tcp that return SocketOptions | |
|---|---|
SocketOptions |
URLConnection.getSocketOptions()
Get the socket options to apply to all incoming connections |
SocketOptions |
Server.getSocketOptions()
Get the socket options to apply to all incoming connections |
| Methods in com.ccg.net.tcp with parameters of type SocketOptions | |
|---|---|
static Socket |
URLConnection.connect(URL url,
SocketOptions so)
Static method to open up a TCP connection. |
void |
URLConnection.setSocketOptions(SocketOptions val)
Set the socket options to apply to all incoming connections
This method allows one to specify a specific set of socket options (receive buffer size, send buffer
size, etc), which should be applied to all incoming connections. |
void |
Server.setSocketOptions(SocketOptions val)
Set the socket options to apply to all incoming connections
This method allows one to specify a specific set of socket options (receive buffer size, send buffer
size, etc), which should be applied to all incoming connections. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||