Package software.amazon.awssdk.crt.io
Class ServerBootstrap
java.lang.Object
software.amazon.awssdk.crt.CrtResource
software.amazon.awssdk.crt.io.ServerBootstrap
- All Implemented Interfaces:
AutoCloseable
This class wraps the aws_server_bootstrap from aws-c-io to provide
a server context for all protocol stacks in the AWS Common Runtime.
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.awssdk.crt.CrtResource
CrtResource.ResourceInstance -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class software.amazon.awssdk.crt.CrtResource
addRef, addReferenceTo, close, collectNativeResource, collectNativeResources, decRef, getNativeHandle, getResourceLogDescription, isNull, logNativeResources, logNativeResources, removeReferenceTo, setDescription, waitForNoResources
-
Constructor Details
-
ServerBootstrap
- Parameters:
elg- event loop group to map server connections into
-