|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AsynchronousByteChannel | |
|---|---|
| com.sun.sgs.impl.nio | Implements asynchronous IO as specified by
the package com.sun.sgs.nio.channels. |
| com.sun.sgs.impl.protocol.simple | Provides an implementation of the protocol layer APIs using the
SimpleSgsProtocol. |
| 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.transport | Provides interfaces for the transport layer. |
| Uses of AsynchronousByteChannel in com.sun.sgs.impl.nio |
|---|
| Classes in com.sun.sgs.impl.nio that implement AsynchronousByteChannel | |
|---|---|
(package private) class |
AsyncDatagramChannelImpl
An implementation of AsynchronousDatagramChannel. |
(package private) class |
AsyncSocketChannelImpl
An implementation of AsynchronousSocketChannel. |
| Uses of AsynchronousByteChannel in com.sun.sgs.impl.protocol.simple |
|---|
| Fields in com.sun.sgs.impl.protocol.simple declared as AsynchronousByteChannel | |
|---|---|
(package private) AsynchronousByteChannel |
AsynchronousMessageChannel.channel
The underlying channel (possibly another layer of abstraction, e.g. |
| Constructors in com.sun.sgs.impl.protocol.simple with parameters of type AsynchronousByteChannel | |
|---|---|
AsynchronousMessageChannel(AsynchronousByteChannel channel,
int readBufferSize)
Creates a new instance of this class with the given channel and read buffer size. |
|
SimpleSgsProtocolImpl(ProtocolListener listener,
SimpleSgsProtocolAcceptor acceptor,
AsynchronousByteChannel byteChannel,
int readBufferSize)
Creates a new instance of this class. |
|
SimpleSgsProtocolImpl(ProtocolListener listener,
SimpleSgsProtocolAcceptor acceptor,
AsynchronousByteChannel byteChannel,
int readBufferSize,
LoggerWrapper logger)
Constructs a new instance of this class. |
|
SimpleSgsRelocationProtocolImpl(ProtocolListener listener,
SimpleSgsProtocolAcceptor acceptor,
AsynchronousByteChannel byteChannel,
int readBufferSize)
Creates a new instance of this class. |
|
SimpleSgsRelocationProtocolImpl(ProtocolListener listener,
SimpleSgsProtocolAcceptor acceptor,
AsynchronousByteChannel byteChannel,
int readBufferSize,
LoggerWrapper logger)
Constructs a new instance of this class. |
|
| Uses of AsynchronousByteChannel in com.sun.sgs.nio.channels |
|---|
| Classes in com.sun.sgs.nio.channels that implement AsynchronousByteChannel | |
|---|---|
class |
AsynchronousDatagramChannel
An asynchronous channel for datagram-oriented sockets. |
class |
AsynchronousSocketChannel
An asynchronous channel for stream-oriented connecting sockets. |
| Methods in com.sun.sgs.nio.channels with parameters of type AsynchronousByteChannel | |
|---|---|
static InputStream |
Channels.newInputStream(AsynchronousByteChannel ch)
Constructs a stream that reads bytes from the given channel. |
static OutputStream |
Channels.newOutputStream(AsynchronousByteChannel ch)
Constructs a stream that writes bytes to the given channel. |
| Uses of AsynchronousByteChannel in com.sun.sgs.transport |
|---|
| Methods in com.sun.sgs.transport with parameters of type AsynchronousByteChannel | |
|---|---|
void |
ConnectionHandler.newConnection(AsynchronousByteChannel channel)
Notify the handler that a new connection has been initiated. |
|
RedDwarf, Version 0.10.1 2010-03-14 10:56:12 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||