object PrivateNetworks
- Source
- net.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PrivateNetworks
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type Rfc1918ClassAPrivateSpec = And[IPv4, StartsWith[String("10.")]]
- type Rfc1918ClassBPrivateSpec = And[IPv4, MatchesRegex[String("^172\\.(16|17|18|19|20|21|22|23|24|25|26|27|28|29|30|31)\\..+")]]
- type Rfc1918ClassCPrivateSpec = And[IPv4, StartsWith[String("192.168.")]]
- type Rfc1918PrivateSpec = Or[Or[Rfc1918ClassAPrivateSpec, Rfc1918ClassBPrivateSpec], Rfc1918ClassCPrivateSpec]
- type Rfc2544BenchmarkSpec = And[IPv4, Or[StartsWith[String("198.18.")], StartsWith[String("198.19.")]]]
- type Rfc3927LocalLinkSpec = And[IPv4, StartsWith[String("169.254.")]]
- type Rfc5737Testnet1Spec = And[IPv4, StartsWith[String("192.0.2.")]]
- type Rfc5737Testnet2Spec = And[IPv4, StartsWith[String("198.51.100.")]]
- type Rfc5737Testnet3Spec = And[IPv4, StartsWith[String("203.0.113.")]]
- type Rfc5737TestnetSpec = Or[Or[Rfc5737Testnet1Spec, Rfc5737Testnet2Spec], Rfc5737Testnet3Spec]
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
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- 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( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()