Uses of Interface
org.jboss.resteasy.spi.AsyncWriterInterceptorContext
Packages that use AsyncWriterInterceptorContext
Package
Description
-
Uses of AsyncWriterInterceptorContext in org.jboss.resteasy.core.interception.jaxrs
Classes in org.jboss.resteasy.core.interception.jaxrs that implement AsyncWriterInterceptorContextModifier and TypeClassDescriptionclass
class
class
-
Uses of AsyncWriterInterceptorContext in org.jboss.resteasy.plugins.interceptors
Methods in org.jboss.resteasy.plugins.interceptors with parameters of type AsyncWriterInterceptorContextModifier and TypeMethodDescriptionGZIPEncodingInterceptor.asyncAroundWriteTo
(AsyncWriterInterceptorContext context) ServerContentEncodingAnnotationFilter.asyncAroundWriteTo
(AsyncWriterInterceptorContext context) -
Uses of AsyncWriterInterceptorContext in org.jboss.resteasy.plugins.providers.jackson
Methods in org.jboss.resteasy.plugins.providers.jackson with parameters of type AsyncWriterInterceptorContextModifier and TypeMethodDescriptionJackson2JsonpInterceptor.asyncAroundWriteTo
(AsyncWriterInterceptorContext context) -
Uses of AsyncWriterInterceptorContext in org.jboss.resteasy.security.doseta
Methods in org.jboss.resteasy.security.doseta with parameters of type AsyncWriterInterceptorContextModifier and TypeMethodDescriptionDigitalSigningInterceptor.asyncAroundWriteTo
(AsyncWriterInterceptorContext context) -
Uses of AsyncWriterInterceptorContext in org.jboss.resteasy.spi
Methods in org.jboss.resteasy.spi with parameters of type AsyncWriterInterceptorContextModifier and TypeMethodDescriptionAsyncWriterInterceptor.asyncAroundWriteTo
(AsyncWriterInterceptorContext context) Interceptor method wrapping calls toAsyncMessageBodyWriter.asyncWriteTo(T, java.lang.Class<?>, java.lang.reflect.Type, java.lang.annotation.Annotation[], jakarta.ws.rs.core.MediaType, jakarta.ws.rs.core.MultivaluedMap<java.lang.String, java.lang.Object>, org.jboss.resteasy.spi.AsyncOutputStream)
method.