Uses of Class
software.amazon.awssdk.crt.io.ServerTlsContext
Packages that use ServerTlsContext
-
Uses of ServerTlsContext in software.amazon.awssdk.crt.eventstream
Constructors in software.amazon.awssdk.crt.eventstream with parameters of type ServerTlsContextModifierConstructorDescriptionServerListener(String hostName, int port, SocketOptions socketOptions, ServerTlsContext tlsContext, ServerBootstrap serverBootstrap, ServerListenerHandler handler) Instantiates a server listener.