Endpoint

sec.api.Endpoint
See theEndpoint companion object
final case class Endpoint(address: String, port: Int)

Endpoint can be an IP Socket Address consisting of an IP address and port number. It can also be a hostname and a port number, in which case an attempt will be made to resolve the hostname.

Attributes

Companion
object
Source
endpoint.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def render: String
Extension method from Endpoint

Attributes

Source
endpoint.scala
def toEquivalentAddressGroup: EquivalentAddressGroup
Extension method from Endpoint

Attributes

Source
endpoint.scala
def toInetSocketAddress: InetSocketAddress
Extension method from Endpoint

Attributes

Source
endpoint.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product