| Package | Description |
|---|---|
| io.zeebe.transport | |
| io.zeebe.transport.impl |
| Modifier and Type | Field and Description |
|---|---|
protected ServerOutput |
ServerTransport.output |
| Modifier and Type | Method and Description |
|---|---|
ServerOutput |
ServerTransport.getOutput() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ServerMessageHandler.onMessage(ServerOutput output,
RemoteAddress remoteAddress,
org.agrona.DirectBuffer buffer,
int offset,
int length) |
void |
ServerControlMessageListener.onMessage(ServerOutput output,
RemoteAddress remoteAddress,
int controlMessageType) |
boolean |
ServerRequestHandler.onRequest(ServerOutput output,
RemoteAddress remoteAddress,
org.agrona.DirectBuffer buffer,
int offset,
int length,
long requestId) |
| Constructor and Description |
|---|
ServerInputSubscriptionImpl(ServerOutput output,
io.zeebe.dispatcher.Subscription subscription,
RemoteAddressList addressList,
ServerMessageHandler messageHandler,
ServerRequestHandler requestHandler) |
| Modifier and Type | Class and Description |
|---|---|
class |
ServerOutputImpl |
| Modifier and Type | Field and Description |
|---|---|
protected ServerOutput |
ServerReceiveHandler.output |
| Modifier and Type | Method and Description |
|---|---|
ServerOutput |
TransportContext.getServerOutput() |
| Modifier and Type | Method and Description |
|---|---|
void |
TransportContext.setServerOutput(ServerOutput serverOutput) |
| Constructor and Description |
|---|
ServerReceiveHandler(ServerOutput output,
RemoteAddressList remoteAddressList,
ServerMessageHandler messageHandler,
ServerRequestHandler requestHandler,
ServerControlMessageListener controlMessageListener) |
Copyright © 2017–2018 camunda services GmbH. All rights reserved.