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
public class ServerBootstrap extends CrtResource
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 Constructor Description ServerBootstrap(EventLoopGroup elg)
-
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 Detail
-
ServerBootstrap
public ServerBootstrap(EventLoopGroup elg)
- Parameters:
elg
- event loop group to map server connections into
-
-