Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<HostAndPort> |
__TYPE_ARG |
Constructor and Description |
---|
HostAndPort(HostAndPort delegate) |
HostAndPort(Object delegate) |
Modifier and Type | Method and Description |
---|---|
static HostAndPort |
create(String host,
int port)
Create an instance.
|
boolean |
equals(Object o) |
HostAndPort |
getDelegate() |
int |
hashCode() |
String |
host() |
static HostAndPort |
newInstance(HostAndPort arg) |
int |
port() |
String |
toString() |
public static final io.vertx.lang.rx.TypeArg<HostAndPort> __TYPE_ARG
public HostAndPort(HostAndPort delegate)
public HostAndPort(Object delegate)
public HostAndPort getDelegate()
public static HostAndPort create(String host, int port)
host
- the host valueport
- the port valuepublic String host()
public int port()
public static HostAndPort newInstance(HostAndPort arg)
Copyright © 2024 Eclipse. All rights reserved.