| Package | Description |
|---|---|
| io.zeebe.transport.impl | |
| io.zeebe.transport.impl.actor |
| Modifier and Type | Method and Description |
|---|---|
RemoteAddressImpl |
RemoteAddressListImpl.getByAddress(SocketAddress inetSocketAddress)
Returns only active addresses
|
RemoteAddressImpl |
RemoteAddressListImpl.getByAddress(SocketAddress inetSocketAddress,
int stateMask) |
RemoteAddressImpl |
RemoteAddressListImpl.getByStreamId(int streamId) |
RemoteAddressImpl |
TransportChannel.getRemoteAddress() |
RemoteAddressImpl |
RemoteAddressListImpl.AddressIterator.next() |
RemoteAddressImpl |
RemoteAddressListImpl.register(SocketAddress inetSocketAddress) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<RemoteAddressImpl> |
RemoteAddressListImpl.iterator() |
| Modifier and Type | Method and Description |
|---|---|
TransportChannel |
DefaultChannelFactory.buildClientChannel(TransportChannel.ChannelLifecycleListener listener,
RemoteAddressImpl remoteAddress,
int maxMessageSize,
io.zeebe.dispatcher.FragmentHandler readHandler) |
TransportChannel |
TransportChannelFactory.buildClientChannel(TransportChannel.ChannelLifecycleListener listener,
RemoteAddressImpl remoteAddress,
int maxMessageSize,
io.zeebe.dispatcher.FragmentHandler readHandler) |
TransportChannel |
DefaultChannelFactory.buildServerChannel(TransportChannel.ChannelLifecycleListener listener,
RemoteAddressImpl remoteAddress,
int maxMessageSize,
io.zeebe.dispatcher.FragmentHandler readHandler,
SocketChannel media) |
TransportChannel |
TransportChannelFactory.buildServerChannel(TransportChannel.ChannelLifecycleListener listener,
RemoteAddressImpl remoteAddress,
int maxMessageSize,
io.zeebe.dispatcher.FragmentHandler readHandler,
SocketChannel media) |
| Constructor and Description |
|---|
TransportChannel(TransportChannel.ChannelLifecycleListener listener,
RemoteAddressImpl remoteAddress,
int maxMessageSize,
io.zeebe.dispatcher.FragmentHandler readHandler) |
TransportChannel(TransportChannel.ChannelLifecycleListener listener,
RemoteAddressImpl remoteAddress,
int maxMessageSize,
io.zeebe.dispatcher.FragmentHandler readHandler,
SocketChannel media) |
| Modifier and Type | Method and Description |
|---|---|
TransportChannel |
ClientConductor.openChannel(RemoteAddressImpl address) |
Copyright © 2017–2018 camunda services GmbH. All rights reserved.