| Package | Description |
|---|---|
| io.zeebe.transport.impl | |
| io.zeebe.transport.impl.actor | |
| io.zeebe.transport.impl.selector |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
void |
TransportChannel.ChannelLifecycleListener.onChannelConnected(TransportChannel transportChannelImpl) |
void |
TransportChannel.ChannelLifecycleListener.onChannelDisconnected(TransportChannel transportChannelImpl) |
| Modifier and Type | Field and Description |
|---|---|
protected org.agrona.collections.Int2ObjectHashMap<TransportChannel> |
ClientChannelManager.channels |
| Modifier and Type | Method and Description |
|---|---|
TransportChannel |
ClientConductor.openChannel(RemoteAddressImpl address) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Conductor.failRequestsOnChannel(TransportChannel ch,
String reason) |
void |
Conductor.onChannelConnected(TransportChannel ch) |
void |
Conductor.onChannelDisconnected(TransportChannel ch) |
void |
Receiver.registerChannel(TransportChannel c) |
void |
Sender.registerChannel(TransportChannel c) |
void |
ActorContext.registerChannel(TransportChannel ch) |
void |
Receiver.removeChannel(TransportChannel c) |
void |
Sender.removeChannel(TransportChannel c) |
void |
ActorContext.removeChannel(TransportChannel ch) |
| Modifier and Type | Field and Description |
|---|---|
protected List<TransportChannel> |
ReadTransportPoller.channels |
| Modifier and Type | Method and Description |
|---|---|
void |
ReadTransportPoller.addChannel(TransportChannel channel) |
void |
ConnectTransportPoller.addChannel(TransportChannel channel) |
void |
ReadTransportPoller.removeChannel(TransportChannel channel) |
void |
ConnectTransportPoller.removeChannel(TransportChannel channel) |
Copyright © 2017–2018 camunda services GmbH. All rights reserved.