Uses of Interface
com.sun.sgs.nio.channels.ProtocolFamily

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

Classes in com.sun.sgs.nio.channels that implement ProtocolFamily
 class StandardProtocolFamily
          Defines the standard family of communication protocols.
 

Methods in com.sun.sgs.nio.channels with parameters of type ProtocolFamily
static AsynchronousDatagramChannel AsynchronousDatagramChannel.open(ProtocolFamily pf, AsynchronousChannelGroup group)
          Opens an asynchronous datagram channel.
 

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

Methods in com.sun.sgs.nio.channels.spi with parameters of type ProtocolFamily
abstract  AsynchronousDatagramChannel AsynchronousChannelProvider.openAsynchronousDatagramChannel(ProtocolFamily pf, AsynchronousChannelGroup group)
          Opens an asynchronous datagram channel.
 


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