|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AsynchronousServerSocketChannel | |
|---|---|
| com.sun.sgs.nio.channels | Defines asynchronous channels that are connected to a stream-oriented connecting or listening socket, or a datagram-oriented socket. |
| com.sun.sgs.nio.channels.spi | Service-provider classes for the com.sun.sgs.nio.channels package. |
| Uses of AsynchronousServerSocketChannel in com.sun.sgs.nio.channels |
|---|
| Methods in com.sun.sgs.nio.channels that return AsynchronousServerSocketChannel | |
|---|---|
AsynchronousServerSocketChannel |
AsynchronousServerSocketChannel.bind(SocketAddress local)
Binds the channel's socket to a local address and configures the socket to listen for connections. |
abstract AsynchronousServerSocketChannel |
AsynchronousServerSocketChannel.bind(SocketAddress local,
int backlog)
Binds the channel's socket to a local address and configures the socket to listen for connections. |
static AsynchronousServerSocketChannel |
AsynchronousServerSocketChannel.open()
Opens an asynchronous server-socket channel. |
static AsynchronousServerSocketChannel |
AsynchronousServerSocketChannel.open(AsynchronousChannelGroup group)
Opens an asynchronous server-socket channel. |
abstract AsynchronousServerSocketChannel |
AsynchronousServerSocketChannel.setOption(SocketOption name,
Object value)
Sets the value of a socket option. |
| Uses of AsynchronousServerSocketChannel in com.sun.sgs.nio.channels.spi |
|---|
| Methods in com.sun.sgs.nio.channels.spi that return AsynchronousServerSocketChannel | |
|---|---|
abstract AsynchronousServerSocketChannel |
AsynchronousChannelProvider.openAsynchronousServerSocketChannel(AsynchronousChannelGroup group)
Opens an asynchronous server-socket channel. |
|
RedDwarf, Version 0.10.1 2010-03-14 10:56:12 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||