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

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

Fields in com.sun.sgs.impl.nio declared as ProtocolFamily
(package private) static ProtocolFamily AsyncDatagramChannelImpl.DEFAULT_PROTOCOL_FAMILY
          The default protocol family if none is specified: StandardProtocolFamily.INET
(package private)  ProtocolFamily AsyncDatagramChannelImpl.protocolFamily
          The ProtocolFamily for this channel.
 

Methods in com.sun.sgs.impl.nio with parameters of type ProtocolFamily
 AsyncDatagramChannelImpl AsyncProviderImpl.openAsynchronousDatagramChannel(ProtocolFamily pf, AsynchronousChannelGroup group)
          Opens an asynchronous datagram channel.
 

Constructors in com.sun.sgs.impl.nio with parameters of type ProtocolFamily
AsyncDatagramChannelImpl(ProtocolFamily pf, AsyncGroupImpl group)
          Creates a new instance registered with the given channel group.
 

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