Class ServerBootstrap

  • All Implemented Interfaces:
    java.lang.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.
    • Constructor Detail

      • ServerBootstrap

        public ServerBootstrap​(EventLoopGroup elg)
        Parameters:
        elg - event loop group to map server connections into