SocketProtocolFamily

cc.otavia.core.channel.socket.SocketProtocolFamily
See theSocketProtocolFamily companion object
sealed trait SocketProtocolFamily extends ProtocolFamily

ProtocolFamily implementation that is used by the different transport implementations.

Attributes

Companion
object
Graph
Supertypes
trait ProtocolFamily
class Object
trait Matchable
class Any
Known subtypes
object INET
object INET6
object UNIX

Members list

Value members

Abstract methods

def toJdkFamily: ProtocolFamily

Return a ProtocolFamily that is "known" by the JDK itself and represent the same as SocketProtocolFamily.

Return a ProtocolFamily that is "known" by the JDK itself and represent the same as SocketProtocolFamily.

Attributes

Returns

the JDK ProtocolFamily.

Inherited methods

def name(): String

Attributes

Inherited from:
ProtocolFamily