INET6

cc.otavia.core.channel.socket.SocketProtocolFamily.INET6
object INET6 extends SocketProtocolFamily

IPv6

Attributes

Graph
Supertypes
trait ProtocolFamily
class Object
trait Matchable
class Any
Self type
INET6.type

Members list

Value members

Concrete methods

override def name(): String

Attributes

Definition Classes
ProtocolFamily
override 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.

Definition Classes