| Package | Description |
|---|---|
| software.amazon.awssdk.crt.eventstream |
| Modifier and Type | Field and Description |
|---|---|
protected ServerConnection |
ServerConnectionHandler.connection |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
ServerListenerHandler.onConnectionShutdown(ServerConnection serverConnection,
int errorCode)
Invoked upon connection shutdown.
|
protected abstract ServerConnectionHandler |
ServerListenerHandler.onNewConnection(ServerConnection serverConnection,
int errorCode)
Invoked upon receiving a new connection, or if an error happened upon connection
creation.
|
| Constructor and Description |
|---|
OperationRoutingServerConnectionHandler(ServerConnection serverConnection,
Map<String,java.util.function.Function<ServerConnectionContinuation,ServerConnectionContinuationHandler>> operationMapping)
binds an operation handler mapping to a server connection
|
ServerConnectionHandler(ServerConnection connection) |
Copyright © 2021. All rights reserved.