Most visited

Recently visited

Added in API level 24

ProtocolFamily

public interface ProtocolFamily

java.net.ProtocolFamily
Known Indirect Subclasses


Represents a family of communication protocols.

Summary

Public methods

abstract String name()

Returns the name of the protocol family.

Public methods

name

Added in API level 24
String name ()

Returns the name of the protocol family.

Returns
String

Hooray!