Uses of Enum Class
java.net.StandardProtocolFamily
Packages that use StandardProtocolFamily
-
Uses of StandardProtocolFamily in java.net
Subclasses with type arguments of type StandardProtocolFamily in java.netModifier and TypeClassDescriptionenum
Defines the standard families of communication protocols.Methods in java.net that return StandardProtocolFamilyModifier and TypeMethodDescriptionstatic StandardProtocolFamily
Returns the enum constant of this class with the specified name.static StandardProtocolFamily[]
StandardProtocolFamily.values()
Returns an array containing the constants of this enum class, in the order they are declared.