trait NetTypes extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- NetTypes
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- final type DynamicPortNumber = Refined[Int, Closed[Int(49152), Int(65535)]]
- final type NonSystemPortNumber = Refined[Int, Closed[Int(1024), Int(65535)]]
- final type PortNumber = Refined[Int, Closed[Int(0), Int(65535)]]
- final type PrivateNetwork = Refined[String, Or[Or[Or[Rfc1918PrivateSpec, Rfc5737TestnetSpec], Rfc3927LocalLinkSpec], Rfc2544BenchmarkSpec]]
- final type Rfc1918ClassAPrivate = Refined[String, Rfc1918ClassAPrivateSpec]
- final type Rfc1918ClassBPrivate = Refined[String, Rfc1918ClassBPrivateSpec]
- final type Rfc1918ClassCPrivate = Refined[String, Rfc1918ClassCPrivateSpec]
- final type Rfc1918Private = Refined[String, Rfc1918PrivateSpec]
- final type Rfc2544Benchmark = Refined[String, Rfc2544BenchmarkSpec]
- final type Rfc3927LocalLink = Refined[String, Rfc3927LocalLinkSpec]
- final type Rfc5737Testnet = Refined[String, Rfc5737TestnetSpec]
- final type Rfc5737Testnet1 = Refined[String, Rfc5737Testnet1Spec]
- final type Rfc5737Testnet2 = Refined[String, Rfc5737Testnet2Spec]
- final type Rfc5737Testnet3 = Refined[String, Rfc5737Testnet3Spec]
- final type SystemPortNumber = Refined[Int, Closed[Int(0), Int(1023)]]
- final type UserPortNumber = Refined[Int, Closed[Int(1024), Int(49151)]]
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final val DynamicPortNumber: net.DynamicPortNumber.type
- final val NonSystemPortNumber: net.NonSystemPortNumber.type
- final val PortNumber: net.PortNumber.type
- final val SystemPortNumber: net.SystemPortNumber.type
- final val UserPortNumber: net.UserPortNumber.type
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()