Class HttpRequestDecoderSpec

java.lang.Object
reactor.netty.http.HttpDecoderSpec<HttpRequestDecoderSpec>
reactor.netty.http.server.HttpRequestDecoderSpec
All Implemented Interfaces:
Supplier<HttpRequestDecoderSpec>

public final class HttpRequestDecoderSpec extends HttpDecoderSpec<HttpRequestDecoderSpec>
Author:
Simon Baslé, Violeta Georgieva
  • Field Details

    • DEFAULT_H2C_MAX_CONTENT_LENGTH

      public static final int DEFAULT_H2C_MAX_CONTENT_LENGTH
      The maximum length of the content of the HTTP/2.0 clear-text upgrade request. By default, the server will reject an upgrade request with non-empty content, because the upgrade request is most likely a GET request.
      See Also:
  • Method Details