Packages

trait NetTypes extends AnyRef

Source
net.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NetTypes
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final type DynamicPortNumber = Refined[Int, Closed[Int(49152), Int(65535)]]
  2. final type NonSystemPortNumber = Refined[Int, Closed[Int(1024), Int(65535)]]
  3. final type PortNumber = Refined[Int, Closed[Int(0), Int(65535)]]
  4. final type PrivateNetwork = Refined[String, Or[Or[Or[Rfc1918PrivateSpec, Rfc5737TestnetSpec], Rfc3927LocalLinkSpec], Rfc2544BenchmarkSpec]]
  5. final type Rfc1918ClassAPrivate = Refined[String, Rfc1918ClassAPrivateSpec]
  6. final type Rfc1918ClassBPrivate = Refined[String, Rfc1918ClassBPrivateSpec]
  7. final type Rfc1918ClassCPrivate = Refined[String, Rfc1918ClassCPrivateSpec]
  8. final type Rfc1918Private = Refined[String, Rfc1918PrivateSpec]
  9. final type Rfc2544Benchmark = Refined[String, Rfc2544BenchmarkSpec]
  10. final type Rfc3927LocalLink = Refined[String, Rfc3927LocalLinkSpec]
  11. final type Rfc5737Testnet = Refined[String, Rfc5737TestnetSpec]
  12. final type Rfc5737Testnet1 = Refined[String, Rfc5737Testnet1Spec]
  13. final type Rfc5737Testnet2 = Refined[String, Rfc5737Testnet2Spec]
  14. final type Rfc5737Testnet3 = Refined[String, Rfc5737Testnet3Spec]
  15. final type SystemPortNumber = Refined[Int, Closed[Int(0), Int(1023)]]
  16. final type UserPortNumber = Refined[Int, Closed[Int(1024), Int(49151)]]

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final val DynamicPortNumber: net.DynamicPortNumber.type
  5. final val NonSystemPortNumber: net.NonSystemPortNumber.type
  6. final val PortNumber: net.PortNumber.type
  7. final val SystemPortNumber: net.SystemPortNumber.type
  8. final val UserPortNumber: net.UserPortNumber.type
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  23. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  24. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped