|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AsynchronousSocketChannel | |
|---|---|
| com.sun.sgs.impl.nio | Implements asynchronous IO as specified by
the package com.sun.sgs.nio.channels. |
| 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 AsynchronousSocketChannel in com.sun.sgs.impl.nio |
|---|
| Subclasses of AsynchronousSocketChannel in com.sun.sgs.impl.nio | |
|---|---|
(package private) class |
AsyncSocketChannelImpl
An implementation of AsynchronousSocketChannel. |
| Methods in com.sun.sgs.impl.nio that return types with arguments of type AsynchronousSocketChannel | ||
|---|---|---|
|
AsyncServerSocketChannelImpl.accept(A attachment,
CompletionHandler<AsynchronousSocketChannel,? super A> handler)
Accepts a connection. |
|
| Method parameters in com.sun.sgs.impl.nio with type arguments of type AsynchronousSocketChannel | ||
|---|---|---|
|
AsyncServerSocketChannelImpl.accept(A attachment,
CompletionHandler<AsynchronousSocketChannel,? super A> handler)
Accepts a connection. |
|
| Uses of AsynchronousSocketChannel in com.sun.sgs.nio.channels |
|---|
| Methods in com.sun.sgs.nio.channels that return AsynchronousSocketChannel | |
|---|---|
abstract AsynchronousSocketChannel |
AsynchronousSocketChannel.bind(SocketAddress local)
Binds the channel's socket to a local address. |
static AsynchronousSocketChannel |
AsynchronousSocketChannel.open()
Opens an asynchronous socket channel. |
static AsynchronousSocketChannel |
AsynchronousSocketChannel.open(AsynchronousChannelGroup group)
Opens an asynchronous socket channel. |
abstract AsynchronousSocketChannel |
AsynchronousSocketChannel.setOption(SocketOption name,
Object value)
Sets the value of a socket option. |
abstract AsynchronousSocketChannel |
AsynchronousSocketChannel.shutdown(ShutdownType how)
Shutdown a connection for reading and/or writing without closing the channel. |
| Methods in com.sun.sgs.nio.channels that return types with arguments of type AsynchronousSocketChannel | ||
|---|---|---|
abstract
|
AsynchronousServerSocketChannel.accept(A attachment,
CompletionHandler<AsynchronousSocketChannel,? super A> handler)
Accepts a connection. |
|
|
AsynchronousServerSocketChannel.accept(CompletionHandler<AsynchronousSocketChannel,? super A> handler)
Accepts a connection. |
|
| Method parameters in com.sun.sgs.nio.channels with type arguments of type AsynchronousSocketChannel | ||
|---|---|---|
abstract
|
AsynchronousServerSocketChannel.accept(A attachment,
CompletionHandler<AsynchronousSocketChannel,? super A> handler)
Accepts a connection. |
|
|
AsynchronousServerSocketChannel.accept(CompletionHandler<AsynchronousSocketChannel,? super A> handler)
Accepts a connection. |
|
| Uses of AsynchronousSocketChannel in com.sun.sgs.nio.channels.spi |
|---|
| Methods in com.sun.sgs.nio.channels.spi that return AsynchronousSocketChannel | |
|---|---|
abstract AsynchronousSocketChannel |
AsynchronousChannelProvider.openAsynchronousSocketChannel(AsynchronousChannelGroup group)
Opens an asynchronous socket channel. |
|
RedDwarf, Version 0.10.1 2010-03-14 10:56:12 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||