The address of a socket, an inet socket address or a domain socket address.
Use @see \io\vertx\jphp\core\net\SocketAddress::inetSocketAddress to create an inet socket address and @see \io\vertx\jphp\core\net\SocketAddress::domainSocketAddress to create a domain socket address
package |
Default |
---|
__construct()
domainSocketAddress( $arg0) : \io\vertx\jphp\core\net\SocketAddress
host() : string
string
the address host or {@code null} for a domain socket
inetSocketAddress( $arg0, $arg1) : \io\vertx\jphp\core\net\SocketAddress
integer
string
\io\vertx\jphp\core\net\SocketAddress
the created socket address
path() : string
string
the address path or {@code null} for a inet socket
port() : integer
integer
the address port or {@code -1} for a domain socket