Class HelidonServerAdapter

  • All Implemented Interfaces:
    com.hexagonkt.http.server.HttpServerPort

    
    public final class HelidonServerAdapter
     implements HttpServerPort
                        

    Implements HttpServerPort using Helidon.

    TODO Add settings for HTTP2 and separate them on constructor parameters

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      HelidonServerAdapter(Integer backlog, Integer writeQueueLength, Duration readTimeout, Duration connectTimeout, Boolean tcpNoDelay, Boolean receiveLog, Boolean sendLog, Boolean validatePath, Boolean validateRequestHeaders, Boolean validateResponseHeaders)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Integer runtimePort()
      Boolean started()
      Unit startUp(HttpServer server)
      Unit shutDown()
      Set<HttpProtocol> supportedProtocols()
      Set<HttpServerFeature> supportedFeatures()
      Map<String, ?> options()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HelidonServerAdapter

        HelidonServerAdapter(Integer backlog, Integer writeQueueLength, Duration readTimeout, Duration connectTimeout, Boolean tcpNoDelay, Boolean receiveLog, Boolean sendLog, Boolean validatePath, Boolean validateRequestHeaders, Boolean validateResponseHeaders)