Uses of Interface
java.net.ProtocolFamily
Packages that useProtocolFamily
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 ofProtocolFamily injava.net
Classes injava.net that implementProtocolFamilyModifier and TypeClassDescriptionenumDefines the standard families of communication protocols.Uses ofProtocolFamily injava.nio.channels
Methods injava.nio.channels with parameters of typeProtocolFamilyModifier and TypeMethodDescriptionstaticDatagramChannelDatagramChannel.open(ProtocolFamily family) Opens a datagram channel.staticServerSocketChannelServerSocketChannel.open(ProtocolFamily family) Opens a server-socket channel.staticSocketChannelSocketChannel.open(ProtocolFamily family) Opens a socket channel.Uses ofProtocolFamily injava.nio.channels.spi
Methods injava.nio.channels.spi with parameters of typeProtocolFamilyModifier and TypeMethodDescriptionabstractDatagramChannelSelectorProvider.openDatagramChannel(ProtocolFamily family) Opens a datagram channel.SelectorProvider.openServerSocketChannel(ProtocolFamily family) Opens a server-socket channel.SelectorProvider.openSocketChannel(ProtocolFamily family) Opens a socket channel.