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