| 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 TransportVertxFactory |
getTransportVertxFactory() |
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 TransportVertxFactory getTransportVertxFactory()
public Endpoint getPublishEndpoint()
getPublishEndpoint in interface Transportpublic Endpoint getEndpoint()
getEndpoint in interface Transportprotected void setListenAddressWithoutSchema(String addressWithoutSchema)
protected void setListenAddressWithoutSchema(String addressWithoutSchema, Map<String,String> pairs)
public Object parseAddress(String address)
parseAddress in interface TransportCopyright © 2017–2019 The Apache Software Foundation. All rights reserved.