Uses of Class
software.amazon.awssdk.crt.eventstream.ServerConnection
-
Packages that use ServerConnection Package Description software.amazon.awssdk.crt.eventstream -
-
Uses of ServerConnection in software.amazon.awssdk.crt.eventstream
Constructors in software.amazon.awssdk.crt.eventstream with parameters of type ServerConnection Constructor Description OperationRoutingServerConnectionHandler(ServerConnection serverConnection, Map<String,Function<ServerConnectionContinuation,ServerConnectionContinuationHandler>> operationMapping)
binds an operation handler mapping to a server connection
-