Uses of Interface
jakarta.ws.rs.ext.WriterInterceptor
-
-
Uses of WriterInterceptor in org.jboss.resteasy.client.jaxrs.internal
Methods in org.jboss.resteasy.client.jaxrs.internal that return WriterInterceptor Modifier and Type Method Description WriterInterceptor[]ClientConfiguration. getWriterInterceptors(Class declaring, AccessibleObject target)WriterInterceptor[]ClientInvocation. getWriterInterceptors() -
Uses of WriterInterceptor in org.jboss.resteasy.core
Fields in org.jboss.resteasy.core declared as WriterInterceptor Modifier and Type Field Description protected WriterInterceptor[]AbstractAsynchronousResponse. writerInterceptorsprotected WriterInterceptor[]ResourceMethodInvoker. writerInterceptorsMethods in org.jboss.resteasy.core that return WriterInterceptor Modifier and Type Method Description WriterInterceptor[]AbstractAsynchronousResponse. getWriterInterceptors()WriterInterceptor[]ResourceMethodInvoker. getWriterInterceptors()Methods in org.jboss.resteasy.core that return types with arguments of type WriterInterceptor Modifier and Type Method Description JaxrsInterceptorRegistry<WriterInterceptor>ThreadLocalResteasyProviderFactory. getClientWriterInterceptorRegistry()JaxrsInterceptorRegistry<WriterInterceptor>ThreadLocalResteasyProviderFactory. getServerWriterInterceptorRegistry()Methods in org.jboss.resteasy.core with parameters of type WriterInterceptor Modifier and Type Method Description voidAbstractAsynchronousResponse. setWriterInterceptors(WriterInterceptor[] writerInterceptors) -
Uses of WriterInterceptor in org.jboss.resteasy.core.interception.jaxrs
Fields in org.jboss.resteasy.core.interception.jaxrs declared as WriterInterceptor Modifier and Type Field Description protected WriterInterceptor[]AbstractWriterInterceptorContext. interceptorsMethods in org.jboss.resteasy.core.interception.jaxrs with parameters of type WriterInterceptor Modifier and Type Method Description protected voidAbstractWriterInterceptorContext. traceAfter(WriterInterceptor interceptor)protected voidAbstractWriterInterceptorContext. traceBefore(WriterInterceptor interceptor) -
Uses of WriterInterceptor in org.jboss.resteasy.core.messagebody
Constructors in org.jboss.resteasy.core.messagebody with parameters of type WriterInterceptor Constructor Description WriterUtility(ResteasyProviderFactory factory, WriterInterceptor[] interceptors)Deprecated. -
Uses of WriterInterceptor in org.jboss.resteasy.core.providerfactory
Fields in org.jboss.resteasy.core.providerfactory with type parameters of type WriterInterceptor Modifier and Type Field Description protected JaxrsInterceptorRegistry<WriterInterceptor>CommonProviders. writerInterceptorRegistry -
Uses of WriterInterceptor in org.jboss.resteasy.plugins.interceptors
Classes in org.jboss.resteasy.plugins.interceptors that implement WriterInterceptor Modifier and Type Class Description classClientContentEncodingAnnotationFilterclassGZIPEncodingInterceptorclassServerContentEncodingAnnotationFilter -
Uses of WriterInterceptor in org.jboss.resteasy.plugins.providers.jackson
Classes in org.jboss.resteasy.plugins.providers.jackson that implement WriterInterceptor Modifier and Type Class Description classJackson2JsonpInterceptorJSONP is an alternative to normal AJAX requests. -
Uses of WriterInterceptor in org.jboss.resteasy.spi
Subinterfaces of WriterInterceptor in org.jboss.resteasy.spi Modifier and Type Interface Description interfaceAsyncWriterInterceptorWriter interceptors which support async IO.Methods in org.jboss.resteasy.spi that return WriterInterceptor Modifier and Type Method Description WriterInterceptor[]ResteasyAsynchronousResponse. getWriterInterceptors()Methods in org.jboss.resteasy.spi that return types with arguments of type WriterInterceptor Modifier and Type Method Description abstract JaxrsInterceptorRegistry<WriterInterceptor>ResteasyProviderFactory. getClientWriterInterceptorRegistry()abstract JaxrsInterceptorRegistry<WriterInterceptor>ResteasyProviderFactory. getServerWriterInterceptorRegistry()Methods in org.jboss.resteasy.spi with parameters of type WriterInterceptor Modifier and Type Method Description voidResteasyAsynchronousResponse. setWriterInterceptors(WriterInterceptor[] writerInterceptors)
-