Uses of Package
com.sun.sgs.nio.channels

Packages that use com.sun.sgs.nio.channels
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.impl.transport.tcp Provides an implementation of the transport layer APIs using TCP. 
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. 
com.sun.sgs.transport Provides interfaces for the transport layer. 
 

Classes in com.sun.sgs.nio.channels used by com.sun.sgs.impl.nio
AsynchronousByteChannel
          A channel that can read and write bytes asynchronously.
AsynchronousChannel
          A channel that supports asynchronous operations.
AsynchronousChannelGroup
          An organization of asynchronous channels for the purpose of resource sharing.
AsynchronousDatagramChannel
          An asynchronous channel for datagram-oriented sockets.
AsynchronousServerSocketChannel
          An asynchronous channel for stream-oriented listening sockets.
AsynchronousSocketChannel
          An asynchronous channel for stream-oriented connecting sockets.
CompletionHandler
          A handler for consuming the result of an asynchronous operation.
IoFuture
          A Future representing the result of an asynchronous I/O operation.
MembershipKey
          A token representing the membership of an Internet Protocol (IP) multicast group.
MulticastChannel
          A network channel that supports Internet Protocol (IP) multicasting.
NetworkChannel
          A channel to a network socket.
ProtocolFamily
          Represents a family of communication protocols.
ShutdownType
          A typesafe enumeration used when shutting down a connection on a stream-oriented connecting socket.
SocketOption
          A socket option associated with a socket.
ThreadPoolFactory
          An object that creates thread pools on demand.
 

Classes in com.sun.sgs.nio.channels used by com.sun.sgs.impl.protocol.simple
AsynchronousByteChannel
          A channel that can read and write bytes asynchronously.
CompletionHandler
          A handler for consuming the result of an asynchronous operation.
IoFuture
          A Future representing the result of an asynchronous I/O operation.
 

Classes in com.sun.sgs.nio.channels used by com.sun.sgs.impl.transport.tcp
AsynchronousServerSocketChannel
          An asynchronous channel for stream-oriented listening sockets.
IoFuture
          A Future representing the result of an asynchronous I/O operation.
 

Classes in com.sun.sgs.nio.channels used by com.sun.sgs.nio.channels
AsynchronousByteChannel
          A channel that can read and write bytes asynchronously.
AsynchronousChannel
          A channel that supports asynchronous operations.
AsynchronousChannelGroup
          An organization of asynchronous channels for the purpose of resource sharing.
AsynchronousDatagramChannel
          An asynchronous channel for datagram-oriented sockets.
AsynchronousServerSocketChannel
          An asynchronous channel for stream-oriented listening sockets.
AsynchronousSocketChannel
          An asynchronous channel for stream-oriented connecting sockets.
ChannelPoolMXBean
          The management interface for a channel pool.
CompletionHandler
          A handler for consuming the result of an asynchronous operation.
IoFuture
          A Future representing the result of an asynchronous I/O operation.
MembershipKey
          A token representing the membership of an Internet Protocol (IP) multicast group.
MulticastChannel
          A network channel that supports Internet Protocol (IP) multicasting.
NetworkChannel
          A channel to a network socket.
ProtocolFamily
          Represents a family of communication protocols.
ShutdownType
          A typesafe enumeration used when shutting down a connection on a stream-oriented connecting socket.
SocketOption
          A socket option associated with a socket.
StandardProtocolFamily
          Defines the standard family of communication protocols.
StandardSocketOption
          Defines the standard socket options.
 

Classes in com.sun.sgs.nio.channels used by com.sun.sgs.nio.channels.spi
AsynchronousChannelGroup
          An organization of asynchronous channels for the purpose of resource sharing.
AsynchronousDatagramChannel
          An asynchronous channel for datagram-oriented sockets.
AsynchronousServerSocketChannel
          An asynchronous channel for stream-oriented listening sockets.
AsynchronousSocketChannel
          An asynchronous channel for stream-oriented connecting sockets.
ProtocolFamily
          Represents a family of communication protocols.
 

Classes in com.sun.sgs.nio.channels used by com.sun.sgs.transport
AsynchronousByteChannel
          A channel that can read and write bytes asynchronously.
 


RedDwarf, Version 0.10.1
2010-03-14 10:56:12

Copyright © 2010 The RedDwarf Authors. All rights reserved
Copyright © 2007-2010 Sun Microsystems, Inc. All rights reserved