Class ClientReaderInterceptorContextImpl
java.lang.Object
org.jboss.resteasy.reactive.client.impl.AbstractClientInterceptorContextImpl
org.jboss.resteasy.reactive.client.impl.ClientReaderInterceptorContextImpl
- All Implemented Interfaces:
jakarta.ws.rs.ext.InterceptorContext,jakarta.ws.rs.ext.ReaderInterceptorContext
public class ClientReaderInterceptorContextImpl
extends AbstractClientInterceptorContextImpl
implements jakarta.ws.rs.ext.ReaderInterceptorContext
-
Field Summary
Fields inherited from class org.jboss.resteasy.reactive.client.impl.AbstractClientInterceptorContextImpl
annotations, entityClass, entityType, mediaType, properties -
Constructor Summary
ConstructorsConstructorDescriptionClientReaderInterceptorContextImpl(Annotation[] annotations, Class<?> entityClass, Type entityType, jakarta.ws.rs.core.MediaType mediaType, Map<String, Object> properties, RestClientRequestContext clientRequestContext, jakarta.ws.rs.core.MultivaluedMap<String, String> headers, ConfigurationImpl configuration, Serialisers serialisers, InputStream inputStream, jakarta.ws.rs.ext.ReaderInterceptor[] interceptors) -
Method Summary
Methods inherited from class org.jboss.resteasy.reactive.client.impl.AbstractClientInterceptorContextImpl
getAnnotations, getGenericType, getMediaType, getProperty, getPropertyNames, getType, removeProperty, setAnnotations, setGenericType, setMediaType, setProperty, setTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jakarta.ws.rs.ext.InterceptorContext
getAnnotations, getGenericType, getMediaType, getProperty, getPropertyNames, getType, hasProperty, removeProperty, setAnnotations, setGenericType, setMediaType, setProperty, setType
-
Constructor Details
-
ClientReaderInterceptorContextImpl
public ClientReaderInterceptorContextImpl(Annotation[] annotations, Class<?> entityClass, Type entityType, jakarta.ws.rs.core.MediaType mediaType, Map<String, Object> properties, RestClientRequestContext clientRequestContext, jakarta.ws.rs.core.MultivaluedMap<String, String> headers, ConfigurationImpl configuration, Serialisers serialisers, InputStream inputStream, jakarta.ws.rs.ext.ReaderInterceptor[] interceptors)
-
-
Method Details
-
proceed
- Specified by:
proceedin interfacejakarta.ws.rs.ext.ReaderInterceptorContext- Throws:
IOExceptionjakarta.ws.rs.WebApplicationException
-
getInputStream
- Specified by:
getInputStreamin interfacejakarta.ws.rs.ext.ReaderInterceptorContext
-
setInputStream
- Specified by:
setInputStreamin interfacejakarta.ws.rs.ext.ReaderInterceptorContext
-
getHeaders
- Specified by:
getHeadersin interfacejakarta.ws.rs.ext.ReaderInterceptorContext
-