INET

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

IPv4

Attributes

Graph
Supertypes
trait ProtocolFamily
class Object
trait Matchable
class Any
Self type
INET.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