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