Class HTTP3ServerConnector

All Implemented Interfaces:
Closeable, AutoCloseable, Connector, NetworkConnector, Container, Destroyable, Dumpable, Dumpable.DumpableContainer, Graceful, LifeCycle

@Deprecated(since="12.0.7", forRemoval=true) public class HTTP3ServerConnector extends QuicServerConnector
Deprecated, for removal: This API element is subject to removal in a future version.

A HTTP/3 specific QuicServerConnector that configures QUIC parameters according to HTTP/3 requirements.

HTTP/3+QUIC support is experimental and not suited for production use. APIs may change incompatibly between releases.

  • Constructor Details

  • Method Details

    • doStart

      protected void doStart() throws Exception
      Deprecated, for removal: This API element is subject to removal in a future version.
      Description copied from class: ContainerLifeCycle
      Starts the managed lifecycle beans in the order they were added.
      Overrides:
      doStart in class QuicServerConnector
      Throws:
      AbstractLifeCycle.StopException - If thrown, the lifecycle will immediately be stopped.
      Exception - If there was a problem starting. Will cause a transition to FAILED state
    • getAltSvcHttpField

      public HttpField getAltSvcHttpField()
      Deprecated, for removal: This API element is subject to removal in a future version.