Skip navigation links
RESTEasy 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
  • Exceptions
  • 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.
    org.jboss.resteasy.jose.jws.util.DerUtils.decodePrivateKey(InputStream)
    org.jboss.resteasy.plugins.providers.multipart.MultipartFormDataOutput.formData
    org.jboss.resteasy.plugins.providers.multipart.MultipartFormDataOutput.formDataMap
    org.jboss.resteasy.plugins.providers.multipart.MultipartFormDataOutput.getFormData()
    org.jboss.resteasy.security.DerUtils.decodePrivateKey(InputStream)
    org.jboss.resteasy.spi.DefaultOptionsMethodException
  • 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
    org.jboss.resteasy.plugins.server.embedded.EmbeddedJaxrsServer
  • 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
    org.jboss.resteasy.core.messagebody.ReaderUtility
    org.jboss.resteasy.core.messagebody.WriterUtility
    org.jboss.resteasy.plugins.providers.jaxb.XmlNamespacePrefixMapper
    This should no longer be used as it's quite simple to implement and is tied to the implementation
    org.jboss.resteasy.plugins.server.sun.http.SunHttpJaxrsServer
    Prefer using a different implementation as this relies on JDK implementation details
    org.jboss.resteasy.wadl.ResteasyWadlServlet
    org.jboss.resteasy.wadl.ResteasyWadlServletWriter
    Using @org.jboss.resteasy.wadl.ResteasyWadlDefaultResource instead.
  • Deprecated Enums
    Enum
    Description
    org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClientEngine.MemoryUnit
    use SizeUnit or Threshold
    org.jboss.resteasy.plugins.server.netty.RestEasyHttpRequestDecoder.Protocol
  • Deprecated Exceptions
    Exceptions
    Description
    org.jboss.resteasy.spi.BadRequestException
    This class is deprecated use jakarta.ws.rs.BadRequestException
    org.jboss.resteasy.spi.DefaultOptionsMethodException
  • 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)
    org.jboss.resteasy.plugins.providers.multipart.MultipartFormDataOutput.formData
    org.jboss.resteasy.plugins.providers.multipart.MultipartFormDataOutput.formDataMap
  • 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)
    org.jboss.resteasy.core.AbstractAsynchronousResponse.internalResume(Object)
    org.jboss.resteasy.core.AbstractAsynchronousResponse.internalResume(Throwable)
    org.jboss.resteasy.core.ExceptionHandler.executeExactExceptionMapper(Throwable)
    org.jboss.resteasy.core.ExceptionHandler.executeExceptionMapper(Throwable)
    org.jboss.resteasy.core.ExceptionHandler.executeExceptionMapperForClass(Throwable, Class)
    org.jboss.resteasy.core.providerfactory.ResteasyProviderFactoryImpl.getServerMessageBodyReader(Class<T>, Type, Annotation[], MediaType)
    org.jboss.resteasy.core.providerfactory.ResteasyProviderFactoryImpl.getServerMessageBodyWriter(Class<T>, Type, Annotation[], MediaType)
    org.jboss.resteasy.core.ServerResponseWriter.writeNomapResponse(BuiltResponse, HttpRequest, HttpResponse, ResteasyProviderFactory)
    org.jboss.resteasy.core.ServerResponseWriter.writeNomapResponse(BuiltResponse, HttpRequest, HttpResponse, ResteasyProviderFactory, boolean)
    org.jboss.resteasy.core.SynchronousDispatcher.asynchronousDelivery(HttpRequest, HttpResponse, Response)
    org.jboss.resteasy.core.SynchronousDispatcher.asynchronousExceptionDelivery(HttpRequest, HttpResponse, Throwable)
    org.jboss.resteasy.core.SynchronousDispatcher.writeException(HttpRequest, HttpResponse, Throwable)
    org.jboss.resteasy.jose.jws.util.DerUtils.decodePrivateKey(InputStream)
    org.jboss.resteasy.plugins.delegates.ServerCookie.checkName(String)
    Not used: Deprecated in the original org.apache.tomcat.util.http.ServerCookie class.
    org.jboss.resteasy.plugins.providers.jaxb.JAXBContextWrapper.createValidator()
    See jakarta.xml.bind.JAXBContext#createValidator().
    org.jboss.resteasy.plugins.providers.jaxb.SecureUnmarshaller.isValidating()
    This method is deprecated as of JAXB 2.0 - please use the new SecureUnmarshaller.getSchema() API.
    org.jboss.resteasy.plugins.providers.jaxb.SecureUnmarshaller.setValidating(boolean)
    since JAXB2.0, please see SecureUnmarshaller.getSchema()
    org.jboss.resteasy.plugins.providers.multipart.AbstractMultipartWriter.asyncWrite(MultipartOutput, MediaType, MultivaluedMap<String, Object>, AsyncOutputStream)
    use AbstractMultipartWriter.asyncWrite(MultipartOutput, MediaType, MultivaluedMap, AsyncOutputStream, Annotation[])
    org.jboss.resteasy.plugins.providers.multipart.AbstractMultipartWriter.asyncWritePart(AsyncOutputStream, byte[], OutputPart, MultivaluedMap<String, Object>)
    use AbstractMultipartWriter.asyncWritePart(AsyncOutputStream, byte[], OutputPart, MultivaluedMap, Annotation[])
    org.jboss.resteasy.plugins.providers.multipart.AbstractMultipartWriter.asyncWriteParts(MultipartOutput, AsyncOutputStream, byte[])
    use AbstractMultipartWriter.asyncWriteParts(MultipartOutput, AsyncOutputStream, byte[], Annotation[])
    org.jboss.resteasy.plugins.providers.multipart.AbstractMultipartWriter.write(MultipartOutput, MediaType, MultivaluedMap<String, Object>, OutputStream)
    use AbstractMultipartWriter.write(MultipartOutput, MediaType, MultivaluedMap, OutputStream, Annotation[])
    org.jboss.resteasy.plugins.providers.multipart.AbstractMultipartWriter.writePart(OutputStream, byte[], OutputPart, MultivaluedMap<String, Object>)
    use AbstractMultipartWriter.writePart(OutputStream, byte[], OutputPart, MultivaluedMap, Annotation[])
    org.jboss.resteasy.plugins.providers.multipart.AbstractMultipartWriter.writeParts(MultipartOutput, OutputStream, byte[])
    use AbstractMultipartWriter.writeParts(MultipartOutput, OutputStream, byte[], Annotation[])
    org.jboss.resteasy.plugins.providers.multipart.MultipartFormDataOutput.getFormData()
    org.jboss.resteasy.plugins.providers.sse.SseEventOutputImpl.close(boolean)
    org.jboss.resteasy.plugins.providers.sse.SseEventOutputImpl.writeEvent(OutboundSseEvent)
    org.jboss.resteasy.security.DerUtils.decodePrivateKey(InputStream)
    org.jboss.resteasy.spi.metadata.ResourceBuilder.constructor(Class<?>)
    org.jboss.resteasy.spi.metadata.ResourceBuilder.findAnnotatedMethod(Class<?>, Method)
    org.jboss.resteasy.spi.metadata.ResourceBuilder.locator(Class<?>)
    org.jboss.resteasy.spi.metadata.ResourceBuilder.locatorFromAnnotations(Class<?>)
    org.jboss.resteasy.spi.metadata.ResourceBuilder.rootResource(Class<?>)
    org.jboss.resteasy.spi.metadata.ResourceBuilder.rootResource(Class<?>, String)
    org.jboss.resteasy.spi.metadata.ResourceBuilder.rootResourceFromAnnotations(Class<?>)
    org.jboss.resteasy.spi.ResteasyProviderFactory.getServerMessageBodyReader(Class<T>, Type, Annotation[], MediaType)
    org.jboss.resteasy.spi.ResteasyProviderFactory.getServerMessageBodyWriter(Class<T>, Type, Annotation[], MediaType)
    org.jboss.resteasy.wadl.ResteasyWadlWriter.getBytes(String, Map<String, ResteasyWadlServiceRegistry>)
  • Deprecated Constructors
    Constructor
    Description
    org.jboss.resteasy.client.jaxrs.internal.ClientResponse(ClientConfiguration)
    org.jboss.resteasy.core.interception.jaxrs.AbstractReaderInterceptorContext(MediaType, ResteasyProviderFactory, Annotation[], ReaderInterceptor[], MultivaluedMap<String, String>, Type, Class, InputStream)
    org.jboss.resteasy.core.interception.jaxrs.AbstractWriterInterceptorContext(WriterInterceptor[], Annotation[], Object, Type, MediaType, Class, OutputStream, ResteasyProviderFactory, MultivaluedMap<String, Object>)
    org.jboss.resteasy.core.interception.jaxrs.ClientReaderInterceptorContext(ReaderInterceptor[], ResteasyProviderFactory, Class, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream, Map<String, Object>)
    org.jboss.resteasy.core.interception.jaxrs.ClientWriterInterceptorContext(WriterInterceptor[], ResteasyProviderFactory, Object, Class, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream, Map<String, Object>)
    org.jboss.resteasy.core.interception.jaxrs.ContainerResponseContextImpl(HttpRequest, HttpResponse, BuiltResponse)
    org.jboss.resteasy.core.interception.jaxrs.PostMatchContainerRequestContext(HttpRequest, ResourceMethodInvoker)
    org.jboss.resteasy.core.interception.jaxrs.PreMatchContainerRequestContext(HttpRequest)
    org.jboss.resteasy.plugins.providers.sse.SseEventOutputImpl(MessageBodyWriter<OutboundSseEvent>)
    org.jboss.resteasy.plugins.server.netty.RestEasyHttpRequestDecoder(SynchronousDispatcher, String, RestEasyHttpRequestDecoder.Protocol)
    org.jboss.resteasy.plugins.server.resourcefactory.POJOResourceFactory(Class<?>)
    org.jboss.resteasy.plugins.server.resourcefactory.SingletonResource(Object)
    org.jboss.resteasy.plugins.server.servlet.HttpServletResponseWrapper.AsyncOperation(OutputStream)
    org.jboss.resteasy.plugins.server.servlet.HttpServletResponseWrapper.FlushOperation(OutputStream)
    org.jboss.resteasy.plugins.server.servlet.HttpServletResponseWrapper.WriteOperation(OutputStream, byte[], int, int)

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