cc.otavia.core.channel.socket.SocketProtocolFamily
See theSocketProtocolFamily companion trait
object SocketProtocolFamily
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
SocketProtocolFamily.type
Members list
Type members
Classlikes
object INET extends SocketProtocolFamily
IPv4
object INET6 extends SocketProtocolFamily
IPv6
object UNIX extends SocketProtocolFamily
Unix Domain Socket
Inherited types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Value members
Concrete methods
Return the SocketProtocolFamily for the given ProtocolFamily if possible.
Return the SocketProtocolFamily for the given ProtocolFamily if possible.
Value parameters
- family
-
the JDK ProtocolFamily to convert.
Attributes
- Returns
-
the SocketProtocolFamily.
- Throws
-
UnsupportedOperationException
if it can't be converted.
In this article