Uses of Interface
java.net.ProtocolFamily
Packages that use ProtocolFamily
Package
Description
Provides the classes for implementing networking applications.
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.
Service-provider classes for the 
java.nio.channels
 package.- 
Uses of ProtocolFamily in java.netClasses in java.net that implement ProtocolFamilyModifier and TypeClassDescriptionenumDefines the standard families of communication protocols.
- 
Uses of ProtocolFamily in java.nio.channelsMethods in java.nio.channels with parameters of type ProtocolFamilyModifier and TypeMethodDescriptionstatic DatagramChannelDatagramChannel.open(ProtocolFamily family) Opens a datagram channel.static ServerSocketChannelServerSocketChannel.open(ProtocolFamily family) Opens a server-socket channel.static SocketChannelSocketChannel.open(ProtocolFamily family) Opens a socket channel.
- 
Uses of ProtocolFamily in java.nio.channels.spiMethods in java.nio.channels.spi with parameters of type ProtocolFamilyModifier and TypeMethodDescriptionabstract DatagramChannelSelectorProvider.openDatagramChannel(ProtocolFamily family) Opens a datagram channel.SelectorProvider.openServerSocketChannel(ProtocolFamily family) Opens a server-socket channel.SelectorProvider.openSocketChannel(ProtocolFamily family) Opens a socket channel.