Modifier and Type | Class and Description |
---|---|
class |
AbstractWriterInterceptorContext |
class |
ClientWriterInterceptorContext |
class |
ServerWriterInterceptorContext |
Modifier and Type | Method and Description |
---|---|
CompletionStage<Void> |
ServerCacheInterceptor.asyncAroundWriteTo(AsyncWriterInterceptorContext context) |
Modifier and Type | Method and Description |
---|---|
CompletionStage<Void> |
ServerContentEncodingAnnotationFilter.asyncAroundWriteTo(AsyncWriterInterceptorContext context) |
Modifier and Type | Method and Description |
---|---|
CompletionStage<Void> |
Jackson2JsonpInterceptor.asyncAroundWriteTo(AsyncWriterInterceptorContext context) |
Modifier and Type | Method and Description |
---|---|
CompletionStage<Void> |
DigitalSigningInterceptor.asyncAroundWriteTo(AsyncWriterInterceptorContext context) |
Modifier and Type | Method and Description |
---|---|
CompletionStage<Void> |
AsyncWriterInterceptor.asyncAroundWriteTo(AsyncWriterInterceptorContext context)
Interceptor method wrapping calls to
AsyncMessageBodyWriter.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. |
Copyright © 2020 JBoss by Red Hat. All rights reserved.