Uses of Class
software.amazon.awssdk.crt.eventstream.ServerConnectionContinuationHandler
-
Packages that use ServerConnectionContinuationHandler Package Description software.amazon.awssdk.crt.eventstream -
-
Uses of ServerConnectionContinuationHandler in software.amazon.awssdk.crt.eventstream
Methods in software.amazon.awssdk.crt.eventstream that return ServerConnectionContinuationHandler Modifier and Type Method Description protected ServerConnectionContinuationHandlerOperationRoutingServerConnectionHandler. onIncomingStream(ServerConnectionContinuation continuation, String operationName)When a new stream continuation is received, it routes to the configured operation name to handler mapping.protected abstract ServerConnectionContinuationHandlerServerConnectionHandler. onIncomingStream(ServerConnectionContinuation continuation, String operationName)Invoked upon an incoming stream from a client.Constructor parameters in software.amazon.awssdk.crt.eventstream with type arguments of type ServerConnectionContinuationHandler Constructor Description OperationRoutingServerConnectionHandler(ServerConnection serverConnection, Map<String,java.util.function.Function<ServerConnectionContinuation,ServerConnectionContinuationHandler>> operationMapping)binds an operation handler mapping to a server connection
-