Skip navigation links
RESTEasy Client 6.2.10.Final
References in this document to JAX-RS refer to the Jakarta RESTful Web Services unless otherwise noted.
References in this document to JAXB refer to the Jakarta XML Binding unless otherwise noted.
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Terminally Deprecated
  • Interfaces
  • Classes
  • Enums
  • Fields
  • Methods
  • Constructors
  • Terminally Deprecated Elements
    Element
    Description
    org.jboss.resteasy.client.jaxrs.engines.ApacheHttpAsyncClient4Engine
    This will be removed in a future release as the underlying default implementation of the ClientHttpEngine will be replaced.
    org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClient43Engine
    This will be removed in a future release as the underlying default implementation of the ClientHttpEngine will be replaced.
    org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClientEngine
    This will be removed in a future release as the underlying default implementation of the ClientHttpEngine will be replaced.
    org.jboss.resteasy.client.jaxrs.engines.ClientHttpEngineBuilder43
    This will be removed in a future release as the underlying default implementation of the ClientHttpEngineBuilder will be replaced.
    org.jboss.resteasy.client.jaxrs.engines.HttpContextProvider
    org.jboss.resteasy.client.jaxrs.engines.ManualClosingApacheHttpClient43Engine
    This will be removed in a future release as the underlying default implementation of the ClientHttpEngine will be replaced.
  • Deprecated Interfaces
    Interface
    Description
    org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClientEngine
    This will be removed in a future release as the underlying default implementation of the ClientHttpEngine will be replaced.
    org.jboss.resteasy.client.jaxrs.engines.HttpContextProvider
  • Deprecated Classes
    Class
    Description
    org.jboss.resteasy.client.jaxrs.engines.ApacheHttpAsyncClient4Engine
    This will be removed in a future release as the underlying default implementation of the ClientHttpEngine will be replaced.
    org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClient43Engine
    This will be removed in a future release as the underlying default implementation of the ClientHttpEngine will be replaced.
    org.jboss.resteasy.client.jaxrs.engines.ClientHttpEngineBuilder43
    This will be removed in a future release as the underlying default implementation of the ClientHttpEngineBuilder will be replaced.
    org.jboss.resteasy.client.jaxrs.engines.ManualClosingApacheHttpClient43Engine
    This will be removed in a future release as the underlying default implementation of the ClientHttpEngine will be replaced.
    org.jboss.resteasy.client.jaxrs.internal.FinalizedClientResponse
    finalizers should no longer be used and this type will be removed in the future
  • Deprecated Enums
    Enum
    Description
    org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClientEngine.MemoryUnit
    use SizeUnit or Threshold
  • Deprecated Fields
    Field
    Description
    org.jboss.resteasy.client.jaxrs.engines.ManualClosingApacheHttpClient43Engine.fileUploadInMemoryThresholdLimit
    Use ManualClosingApacheHttpClient43Engine.getFileUploadMemoryThreshold() or ManualClosingApacheHttpClient43Engine.setFileUploadMemoryThreshold(Threshold)
    org.jboss.resteasy.client.jaxrs.engines.ManualClosingApacheHttpClient43Engine.fileUploadMemoryUnit
    Use ManualClosingApacheHttpClient43Engine.getFileUploadMemoryThreshold() or ManualClosingApacheHttpClient43Engine.setFileUploadMemoryThreshold(Threshold)
  • Deprecated Methods
    Method
    Description
    org.jboss.resteasy.client.jaxrs.engines.ManualClosingApacheHttpClient43Engine.getFileUploadInMemoryThresholdLimit()
    use ManualClosingApacheHttpClient43Engine.getFileUploadMemoryThreshold()
    org.jboss.resteasy.client.jaxrs.engines.ManualClosingApacheHttpClient43Engine.getFileUploadMemoryUnit()
    use ManualClosingApacheHttpClient43Engine.getFileUploadMemoryThreshold()
    org.jboss.resteasy.client.jaxrs.engines.ManualClosingApacheHttpClient43Engine.setFileUploadInMemoryThresholdLimit(int)
    use ManualClosingApacheHttpClient43Engine.setFileUploadMemoryThreshold(Threshold)
    org.jboss.resteasy.client.jaxrs.engines.ManualClosingApacheHttpClient43Engine.setFileUploadMemoryUnit(ApacheHttpClientEngine.MemoryUnit)
    use ManualClosingApacheHttpClient43Engine.setFileUploadMemoryThreshold(Threshold)
    org.jboss.resteasy.client.jaxrs.internal.ResteasyClientBuilderImpl.asyncExecutor(ExecutorService)
    use ResteasyClientBuilderImpl.executorService(ExecutorService) instead
    org.jboss.resteasy.client.jaxrs.internal.ResteasyClientBuilderImpl.asyncExecutor(ExecutorService, boolean)
  • Deprecated Constructors
    Constructor
    Description
    org.jboss.resteasy.client.jaxrs.internal.ClientResponse(ClientConfiguration)

Copyright © 2024 JBoss by Red Hat. All rights reserved.