Java io.vertx.core.net SocketAddress fields, constructors, methods, implement or subclass

Example usage for Java io.vertx.core.net SocketAddress fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.vertx.core.net SocketAddress.

The text is from its open source code.

Method

SocketAddressdomainSocketAddress(String path)
Create a domain socket address.
Stringhost()
SocketAddressinetSocketAddress(int port, String host)
Create a inet socket address, host must be non null and port must be between 0 and 65536 .
intport()