Added in API level 24
    ProtocolFamily
interface ProtocolFamily
| java.net.ProtocolFamily | 
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
      abstract fun name(): String!
Returns the name of the protocol family.
| Return | |
|---|---|
| String! | the name of the protocol family | 
