Uses of Interface
org.jboss.resteasy.spi.AsyncWriterInterceptorContext
-
-
Uses of AsyncWriterInterceptorContext in org.jboss.resteasy.core.interception.jaxrs
Classes in org.jboss.resteasy.core.interception.jaxrs that implement AsyncWriterInterceptorContext Modifier and Type Class Description class
AbstractWriterInterceptorContext
class
ClientWriterInterceptorContext
class
ServerWriterInterceptorContext
-
Uses of AsyncWriterInterceptorContext in org.jboss.resteasy.plugins.interceptors
Methods in org.jboss.resteasy.plugins.interceptors with parameters of type AsyncWriterInterceptorContext Modifier and Type Method Description CompletionStage<Void>
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 AsyncWriterInterceptorContext Modifier and Type Method Description CompletionStage<Void>
Jackson2JsonpInterceptor. asyncAroundWriteTo(AsyncWriterInterceptorContext context)
-
Uses of AsyncWriterInterceptorContext in org.jboss.resteasy.security.doseta
Methods in org.jboss.resteasy.security.doseta with parameters of type AsyncWriterInterceptorContext Modifier and Type Method Description CompletionStage<Void>
DigitalSigningInterceptor. asyncAroundWriteTo(AsyncWriterInterceptorContext context)
-
Uses of AsyncWriterInterceptorContext in org.jboss.resteasy.spi
Methods in org.jboss.resteasy.spi with parameters of type AsyncWriterInterceptorContext Modifier and Type Method Description CompletionStage<Void>
AsyncWriterInterceptor. asyncAroundWriteTo(AsyncWriterInterceptorContext context)
Interceptor method wrapping calls toAsyncMessageBodyWriter.asyncWriteTo(T, java.lang.Class<?>, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType, javax.ws.rs.core.MultivaluedMap<java.lang.String, java.lang.Object>, org.jboss.resteasy.spi.AsyncOutputStream)
method.
-