NIO2 API

Uses of Interface
org.classpath.icedtea.java.net.ProtocolFamily

Packages that use ProtocolFamily
org.classpath.icedtea.java.net   
org.classpath.icedtea.java.nio.channels Defines channels, which represent connections to entities that are capable of performing I/O operations, such as files and sockets; defines selectors, for multiplexed, non-blocking I/O operations. 
org.classpath.icedtea.java.nio.channels.spi Service-provider classes for the org.classpath.icedtea.java.nio.channels package. 
 

Uses of ProtocolFamily in org.classpath.icedtea.java.net
 

Classes in org.classpath.icedtea.java.net that implement ProtocolFamily
 class StandardProtocolFamily
          Defines the standard families of communication protocols.
 

Uses of ProtocolFamily in org.classpath.icedtea.java.nio.channels
 

Methods in org.classpath.icedtea.java.nio.channels with parameters of type ProtocolFamily
static DatagramChannel DatagramChannel.open(ProtocolFamily family)
          Opens a datagram channel.
static AsynchronousDatagramChannel AsynchronousDatagramChannel.open(ProtocolFamily family, AsynchronousChannelGroup group)
          Opens an asynchronous datagram channel.
 

Uses of ProtocolFamily in org.classpath.icedtea.java.nio.channels.spi
 

Methods in org.classpath.icedtea.java.nio.channels.spi with parameters of type ProtocolFamily
abstract  AsynchronousDatagramChannel AsynchronousChannelProvider.openAsynchronousDatagramChannel(ProtocolFamily family, AsynchronousChannelGroup group)
          Opens an asynchronous datagram channel.
abstract  DatagramChannel SelectorProvider.openDatagramChannel(ProtocolFamily family)
           Opens a datagram channel.
 


NIO2 API

Copyright © 2007, 2011, Oracle and/or its affiliates. All rights reserved.