| Package | Description |
|---|---|
| io.zeebe.transport | |
| io.zeebe.transport.impl |
| Modifier and Type | Method and Description |
|---|---|
static SocketAddress |
SocketAddress.from(String address)
Tries to parse a address string to create a new socket address.
|
SocketAddress |
RemoteAddress.getAddress() |
SocketAddress |
SocketAddress.host(byte[] src,
int offset,
int length) |
SocketAddress |
SocketAddress.host(org.agrona.DirectBuffer src,
int offset,
int length) |
SocketAddress |
SocketAddress.host(String host) |
SocketAddress |
SocketAddress.hostLength(int hostLength) |
SocketAddress |
SocketAddress.port(int port) |
SocketAddress |
SocketAddress.reset() |
SocketAddress |
SocketAddress.setHost(String host) |
SocketAddress |
SocketAddress.setPort(int port) |
| Modifier and Type | Method and Description |
|---|---|
int |
SocketAddress.compareTo(SocketAddress o) |
RemoteAddress |
RemoteAddressList.getByAddress(SocketAddress inetSocketAddress) |
RemoteAddress |
ClientTransport.getRemoteAddress(SocketAddress addr) |
void |
RequestResponseController.open(SocketAddress receiver,
io.zeebe.util.buffer.BufferWriter requestWriter,
io.zeebe.util.buffer.BufferReader responseReader) |
RemoteAddress |
RemoteAddressList.register(SocketAddress inetSocketAddress) |
RemoteAddress |
ClientTransport.registerRemoteAddress(SocketAddress addr)
Resolve a socket address as a remote to which data can be sent.
|
RemoteAddress |
ClientTransport.registerRemoteAndAwaitChannel(SocketAddress addr)
DO NOT USE in production code as it involves blocking the current thread.
|
void |
SocketAddress.wrap(SocketAddress endpoint) |
| Constructor and Description |
|---|
SocketAddress(SocketAddress other) |
| Modifier and Type | Method and Description |
|---|---|
SocketAddress |
RemoteAddressImpl.getAddress() |
| Modifier and Type | Method and Description |
|---|---|
RemoteAddressImpl |
RemoteAddressListImpl.getByAddress(SocketAddress inetSocketAddress)
Returns only active addresses
|
RemoteAddressImpl |
RemoteAddressListImpl.getByAddress(SocketAddress inetSocketAddress,
int stateMask) |
RemoteAddressImpl |
RemoteAddressListImpl.register(SocketAddress inetSocketAddress) |
| Constructor and Description |
|---|
RemoteAddressImpl(int streamId,
SocketAddress addr) |
Copyright © 2017–2018 camunda services GmbH. All rights reserved.