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