| Modifier and Type | Method and Description |
|---|---|
ClientConnection |
ClientConnection.authReceived(Consumer<ServerAuthResponseMessage> onAuthentication)
Lambda function called when an authentication message is received.
|
ClientConnection |
StreamClient.getClientConnection(String clientName)
Retrieves the underlying
ClientConnection, which is the communication layer to the endpoint. |
ClientConnection |
Client.getClientConnection(String clientName)
Retrieves the underlying
ClientConnection, which is the communication layer to the endpoint. |
ClientConnection |
ClientConnection.messageReceived(Consumer<JobMessage> onMessage)
Lambda function called when a message is received from the endpoint.
|
ClientConnection |
ClientConnection.onConnect(Consumer<ClientConnectionState> onConnect)
Lambda function called when a connection has been established.
|
ClientConnection |
ClientConnection.streamReceived(Consumer<byte[]> onStream)
Lambda function called when a stream of byte data is received.
|
Copyright © 2015. All rights reserved.