|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SocketOption | |
|---|---|
| com.sun.sgs.nio.channels | Defines asynchronous channels that are connected to a stream-oriented connecting or listening socket, or a datagram-oriented socket. |
| Uses of SocketOption in com.sun.sgs.nio.channels |
|---|
| Classes in com.sun.sgs.nio.channels that implement SocketOption | |
|---|---|
class |
StandardSocketOption
Defines the standard socket options. |
| Methods in com.sun.sgs.nio.channels that return types with arguments of type SocketOption | |
|---|---|
Set<SocketOption> |
NetworkChannel.options()
Returns a set of the socket options supported by this channel. |
| Methods in com.sun.sgs.nio.channels with parameters of type SocketOption | |
|---|---|
Object |
NetworkChannel.getOption(SocketOption name)
Returns the value of a socket option. |
NetworkChannel |
NetworkChannel.setOption(SocketOption name,
Object value)
Sets the value of a socket option. |
abstract AsynchronousSocketChannel |
AsynchronousSocketChannel.setOption(SocketOption name,
Object value)
Sets the value of a socket option. |
abstract AsynchronousServerSocketChannel |
AsynchronousServerSocketChannel.setOption(SocketOption name,
Object value)
Sets the value of a socket option. |
abstract AsynchronousDatagramChannel |
AsynchronousDatagramChannel.setOption(SocketOption name,
Object value)
Sets the value of a socket option. |
|
RedDwarf, Version 0.10.1 2010-03-14 10:56:12 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||