|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AsynchronousDatagramChannel | |
|---|---|
| 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 AsynchronousDatagramChannel in com.sun.sgs.impl.nio |
|---|
| Subclasses of AsynchronousDatagramChannel in com.sun.sgs.impl.nio | |
|---|---|
(package private) class |
AsyncDatagramChannelImpl
An implementation of AsynchronousDatagramChannel. |
| Methods in com.sun.sgs.impl.nio that return AsynchronousDatagramChannel | |
|---|---|
AsynchronousDatagramChannel |
AsyncDatagramChannelImpl.bind(SocketAddress local)
Binds the channel's socket to a local address. |
| Uses of AsynchronousDatagramChannel in com.sun.sgs.nio.channels |
|---|
| Methods in com.sun.sgs.nio.channels that return AsynchronousDatagramChannel | |
|---|---|
abstract AsynchronousDatagramChannel |
AsynchronousDatagramChannel.bind(SocketAddress local)
Binds the channel's socket to a local address. |
static AsynchronousDatagramChannel |
AsynchronousDatagramChannel.open()
Opens an asynchronous datagram channel. |
static AsynchronousDatagramChannel |
AsynchronousDatagramChannel.open(ProtocolFamily pf,
AsynchronousChannelGroup group)
Opens an asynchronous datagram channel. |
abstract AsynchronousDatagramChannel |
AsynchronousDatagramChannel.setOption(SocketOption name,
Object value)
Sets the value of a socket option. |
| Uses of AsynchronousDatagramChannel in com.sun.sgs.nio.channels.spi |
|---|
| Methods in com.sun.sgs.nio.channels.spi that return AsynchronousDatagramChannel | |
|---|---|
abstract AsynchronousDatagramChannel |
AsynchronousChannelProvider.openAsynchronousDatagramChannel(ProtocolFamily pf,
AsynchronousChannelGroup group)
Opens an asynchronous datagram channel. |
|
RedDwarf, Version 0.10.1 2010-03-14 10:56:12 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||