Uses of Interface
java.net.ProtocolFamily
- 
Packages that use ProtocolFamily Package Description java.net Provides the classes for implementing networking applications.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.java.nio.channels.spi Service-provider classes for thejava.nio.channelspackage.
- 
- 
Uses of ProtocolFamily in java.netClasses in java.net that implement ProtocolFamily Modifier and Type Class Description classStandardProtocolFamilyDefines the standard families of communication protocols.
- 
Uses of ProtocolFamily in java.nio.channelsMethods in java.nio.channels with parameters of type ProtocolFamily Modifier and Type Method Description static DatagramChannelDatagramChannel. open(ProtocolFamily family)Opens a datagram channel.
- 
Uses of ProtocolFamily in java.nio.channels.spiMethods in java.nio.channels.spi with parameters of type ProtocolFamily Modifier and Type Method Description abstract DatagramChannelSelectorProvider. openDatagramChannel(ProtocolFamily family)Opens a datagram channel.
 
-