Skip navigation links
  • Module
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Terminally Deprecated
  • Interfaces
  • Methods
  • Enum Constants
  • Terminally Deprecated Elements
    Element
    Description
    io.helidon.common.http.Http.Status.HTTP_VERSION_NOT_SUPPORTED
    use Http.Status.HTTP_VERSION_NOT_SUPPORTED_505 instead (inconsistent name)
    io.helidon.common.http.MediaType.withoutParameters()
    will be removed in 4.x version.
    io.helidon.common.http.ReadOnlyHeaders.create(Parameters)
    Use ReadOnlyHeaders.create(Headers) instead, passing Headers instead of Parameters.
  • Deprecated Interfaces
    Interface
    Description
    io.helidon.common.http.Content
    use io.helidon.media.common.MessageBodyReadableContent instead
    io.helidon.common.http.Reader
    since 2.0.0, use io.helidon.media.common.MessageBodyReader instead
  • Deprecated Methods
    Method
    Description
    io.helidon.common.http.Content.registerFilter(Function<Flow.Publisher<DataChunk>, Flow.Publisher<DataChunk>>)
    since 2.0.0, use io.helidon.media.common.MessageBodyReaderContext.registerFilter
    io.helidon.common.http.Content.registerReader(Class<T>, Reader<T>)
    since 2.0.0, use io.helidon.media.common.MessageBodyReaderContext.registerReader
    io.helidon.common.http.Content.registerReader(Predicate<Class<?>>, Reader<T>)
    since 2.0.0, use io.helidon.media.common.MessageBodyReaderContext.registerReader
    io.helidon.common.http.FormParams.create(String, MediaType)
    use FormParams.builder() instead or register io.helidon.media.common.FormParamsBodyReader
    io.helidon.common.http.MediaType.withoutParameters()
    will be removed in 4.x version.
    io.helidon.common.http.ReadOnlyHeaders.create(Parameters)
    Use ReadOnlyHeaders.create(Headers) instead, passing Headers instead of Parameters.
  • Deprecated Enum Constants
    Enum Constant
    Description
    io.helidon.common.http.Http.Status.HTTP_VERSION_NOT_SUPPORTED
    use Http.Status.HTTP_VERSION_NOT_SUPPORTED_505 instead (inconsistent name)

Copyright © 2018–2023 Oracle Corporation. All rights reserved.