Class HttpBuildTimeConfig

java.lang.Object
io.quarkus.vertx.http.runtime.HttpBuildTimeConfig

@Deprecated(forRemoval=true, since="3.19") @ConfigRoot(name="http", phase=BUILD_AND_RUN_TIME_FIXED) public class HttpBuildTimeConfig extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
    List of media types for which the compression should be enabled automatically, unless declared explicitly via Compressed or Uncompressed.
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
    If enabled then the response body is compressed if the Content-Type header is set and the value is a compressed media type as configured via compressMediaTypes.
    Deprecated, for removal: This API element is subject to removal in a future version.
    The HTTP root path.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • HttpBuildTimeConfig

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