Uses of Class
com.sun.sgs.nio.channels.spi.AsynchronousChannelProvider

Packages that use AsynchronousChannelProvider
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 AsynchronousChannelProvider in com.sun.sgs.impl.nio
 

Subclasses of AsynchronousChannelProvider in com.sun.sgs.impl.nio
(package private)  class AsyncProviderImpl
          Common base implementation of AsynchronousChannelProvider.
 class ReactiveAsyncChannelProvider
          A select-based asynchronous IO provider.
 

Uses of AsynchronousChannelProvider in com.sun.sgs.nio.channels
 

Methods in com.sun.sgs.nio.channels that return AsynchronousChannelProvider
 AsynchronousChannelProvider AsynchronousChannelGroup.provider()
          Returns the provider that created this channel group.
 AsynchronousChannelProvider AsynchronousChannel.provider()
          Returns the provider that created this channel.
 

Constructors in com.sun.sgs.nio.channels with parameters of type AsynchronousChannelProvider
AsynchronousChannel(AsynchronousChannelProvider provider)
          Initializes a new instance of this class.
AsynchronousChannelGroup(AsynchronousChannelProvider provider)
          Initialize a new instance of this class.
AsynchronousDatagramChannel(AsynchronousChannelProvider provider)
          Initializes a new instance of this class.
AsynchronousServerSocketChannel(AsynchronousChannelProvider provider)
          Initializes a new instance of this class.
AsynchronousSocketChannel(AsynchronousChannelProvider provider)
          Initializes a new instance of this class.
 

Uses of AsynchronousChannelProvider in com.sun.sgs.nio.channels.spi
 

Methods in com.sun.sgs.nio.channels.spi that return AsynchronousChannelProvider
static AsynchronousChannelProvider AsynchronousChannelProvider.provider()
          Returns the system-wide default asynchronous channel provider for this invocation of the Java virtual machine.
 


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