| Modifier and Type | Field and Description |
|---|---|
protected Endpoint |
endpoint |
static String |
ENDPOINT_KEY |
protected Endpoint |
publishEndpoint |
protected io.vertx.core.Vertx |
transportVertx |
| Constructor and Description |
|---|
AbstractTransport() |
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
getEndpoint() |
Endpoint |
getPublishEndpoint() |
static long |
getRequestTimeout() |
Object |
parseAddress(String address) |
protected void |
setListenAddressWithoutSchema(String addressWithoutSchema) |
protected void |
setListenAddressWithoutSchema(String addressWithoutSchema,
Map<String,String> pairs) |
public static final String ENDPOINT_KEY
protected io.vertx.core.Vertx transportVertx
protected Endpoint endpoint
protected Endpoint publishEndpoint
public static long getRequestTimeout()
public Endpoint getPublishEndpoint()
getPublishEndpoint in interface Transportpublic Endpoint getEndpoint() throws Exception
getEndpoint in interface TransportExceptionprotected void setListenAddressWithoutSchema(String addressWithoutSchema)
protected void setListenAddressWithoutSchema(String addressWithoutSchema, Map<String,String> pairs)
public Object parseAddress(String address)
parseAddress in interface TransportCopyright © 2017. All rights reserved.