Contents
Class FinalizedClientResponse
java.lang.Object
jakarta.ws.rs.core.Response
org.jboss.resteasy.specimpl.AbstractBuiltResponse
org.jboss.resteasy.specimpl.BuiltResponse
org.jboss.resteasy.client.jaxrs.internal.ClientResponse
org.jboss.resteasy.client.jaxrs.internal.FinalizedClientResponse
- All Implemented Interfaces:
AutoCloseable
- Direct Known Subclasses:
AbortedResponse
Deprecated.
finalizers should no longer be used and this type will be removed in the future
A class that adds a
} as a last ditch backstop to prevent
leaking resources with ill-behaved clients. Use of finalize could incur a significant performance penalty.
invalid @link
{@link Object#finalize) method to the {@link ClientResponse
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jboss.resteasy.specimpl.AbstractBuiltResponse
AbstractBuiltResponse.InputStreamWrapper<T extends BuiltResponse>
-
Field Summary
Fields inherited from class org.jboss.resteasy.client.jaxrs.internal.ClientResponse
configuration, properties, tracingLogger
Fields inherited from class org.jboss.resteasy.specimpl.AbstractBuiltResponse
annotations, bufferedEntity, entity, entityClass, genericType, is, isClosed, metadata, processor, reason, status, streamFullyRead, streamRead
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
FinalizedClientResponse
(ClientConfiguration configuration, RESTEasyTracingLogger tracingLogger) Deprecated. -
Method Summary
Methods inherited from class org.jboss.resteasy.client.jaxrs.internal.ClientResponse
abortIfClosed, bufferEntity, close, getEntity, getEntityClass, getEntityStream, getHeaderValueProcessor, getProperties, hasEntity, noReleaseConnection, readFrom, setClientConfiguration, setHeaders, setInputStream, setProperties
Methods inherited from class org.jboss.resteasy.specimpl.BuiltResponse
getInputStream, readEntity, releaseConnection, releaseConnection
Methods inherited from class org.jboss.resteasy.specimpl.AbstractBuiltResponse
addMethodAnnotations, getAllowedMethods, getAnnotations, getCookies, getDate, getEntityTag, getGenericType, getHeaderString, getLanguage, getLastModified, getLength, getLink, getLinkBuilder, getLinks, getLocation, getMediaType, getMetadata, getReasonPhrase, getStatus, getStatusInfo, getStringHeaders, hasLink, isClosed, readEntity, readEntity, readEntity, readEntity, resetEntity, setAnnotations, setEntity, setEntityClass, setGenericType, setMetadata, setReasonPhrase, setStatus, setStreamFullyRead, setStreamRead, toHeaderString
-
Constructor Details
-
FinalizedClientResponse
protected FinalizedClientResponse(ClientConfiguration configuration, RESTEasyTracingLogger tracingLogger) Deprecated.
-
-
Method Details