| Modifier and Type | Method and Description |
|---|---|
static BoundTransportAddress |
BoundTransportAddress.readBoundTransportAddress(StreamInput in) |
| Modifier and Type | Method and Description |
|---|---|
BoundTransportAddress |
HttpInfo.address() |
BoundTransportAddress |
HttpServerTransport.boundAddress() |
BoundTransportAddress |
HttpInfo.getAddress() |
| Constructor and Description |
|---|
HttpInfo(BoundTransportAddress address,
long maxContentLength) |
| Modifier and Type | Field and Description |
|---|---|
protected BoundTransportAddress |
NettyHttpServerTransport.boundAddress |
| Modifier and Type | Method and Description |
|---|---|
BoundTransportAddress |
NettyHttpServerTransport.boundAddress() |
| Modifier and Type | Method and Description |
|---|---|
BoundTransportAddress |
TransportInfo.address() |
BoundTransportAddress |
Transport.boundAddress()
The address the transport is bound on.
|
BoundTransportAddress |
TransportService.boundAddress() |
BoundTransportAddress |
TransportInfo.getAddress() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,BoundTransportAddress> |
TransportInfo.getProfileAddresses() |
Map<String,BoundTransportAddress> |
TransportInfo.profileAddresses() |
Map<String,BoundTransportAddress> |
Transport.profileBoundAddresses()
Further profile bound addresses
|
| Constructor and Description |
|---|
TransportInfo(BoundTransportAddress address,
Map<String,BoundTransportAddress> profileAddresses) |
| Constructor and Description |
|---|
TransportInfo(BoundTransportAddress address,
Map<String,BoundTransportAddress> profileAddresses) |
| Modifier and Type | Method and Description |
|---|---|
BoundTransportAddress |
LocalTransport.boundAddress() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,BoundTransportAddress> |
LocalTransport.profileBoundAddresses() |
| Modifier and Type | Field and Description |
|---|---|
protected BoundTransportAddress |
NettyTransport.boundAddress |
| Modifier and Type | Field and Description |
|---|---|
protected ConcurrentMap<String,BoundTransportAddress> |
NettyTransport.profileBoundAddresses |
| Modifier and Type | Method and Description |
|---|---|
BoundTransportAddress |
NettyTransport.boundAddress() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,BoundTransportAddress> |
NettyTransport.profileBoundAddresses() |
Copyright © 2009–2017. All rights reserved.