com.twitter.util

NetUtil

Related Doc: package util

object NetUtil

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. NetUtil
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

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 def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def cidrToIpBlock(cidr: String): (Int, Int)

  6. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  11. def getLocalHostName(): String

  12. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  13. def inetAddressToInt(inetAddress: InetAddress): Int

  14. def ipToInt(ip: String): Int

  15. def ipToIpBlock(ip: String, prefixLen: Option[Int]): (Int, Int)

  16. def ipToOptionInt(ip: String): Option[Int]

  17. def isInetAddressInBlock(inetAddress: InetAddress, ipBlock: (Int, Int)): Boolean

  18. def isInetAddressInBlocks(inetAddress: InetAddress, ipBlocks: Iterable[(Int, Int)]): Boolean

  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. def isIpInBlock(ip: Int, ipBlock: (Int, Int)): Boolean

  21. def isIpInBlocks(ip: String, ipBlocks: Iterable[(Int, Int)]): Boolean

  22. def isIpInBlocks(ip: Int, ipBlocks: Iterable[(Int, Int)]): Boolean

  23. def isIpv4Address(ip: String): Boolean

  24. def isPrivateAddress(ip: InetAddress): Boolean

  25. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  29. def toString(): String

    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped