IpV4

final case class IpV4(octet1: Byte, octet2: Byte, octet3: Byte, octet4: Byte)(implicit conf: UriConfig) extends Host
Companion
object
trait Serializable
trait Product
trait Equals
trait Host
class Object
trait Matchable
class Any

Type members

Types

type Self = IpV4

Value members

Concrete methods

def apexDomain: Option[String]
def longestSubdomain: Option[String]
def octet1Int: Int
def octet2Int: Int
def octet3Int: Int
def octet4Int: Int
def octets: Vector[Byte]
def octetsInt: Vector[Int]
def publicSuffix: Option[String]
def publicSuffixes: Vector[String]
def shortestSubdomain: Option[String]
def subdomain: Option[String]
def subdomains: Vector[String]
def toIpV6Pieces: (Char, Char)
def value: String

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
override def toString: String
Definition Classes
Host -> Any
Inherited from
Host
def toStringPunycode: String
Returns

the domain name in ASCII Compatible Encoding (ACE), as defined by the ToASCII operation of <a href="http://www.ietf.org/rfc/rfc3490.txt">RFC 3490</a>.

Inherited from
Host

Implicits

Implicits

implicit val conf: UriConfig