Uses of Interface
jakarta.ws.rs.ext.WriterInterceptor
Packages that use WriterInterceptor
Package
Description
-
Uses of WriterInterceptor in org.jboss.resteasy.client.jaxrs.internal
Methods in org.jboss.resteasy.client.jaxrs.internal that return WriterInterceptorModifier and TypeMethodDescriptionClientConfiguration.getWriterInterceptors(Class declaring, AccessibleObject target) ClientInvocation.getWriterInterceptors() -
Uses of WriterInterceptor in org.jboss.resteasy.core
Fields in org.jboss.resteasy.core declared as WriterInterceptorModifier and TypeFieldDescriptionprotected WriterInterceptor[]AbstractAsynchronousResponse.writerInterceptorsprotected WriterInterceptor[]ResourceMethodInvoker.writerInterceptorsMethods in org.jboss.resteasy.core that return WriterInterceptorModifier and TypeMethodDescriptionAbstractAsynchronousResponse.getWriterInterceptors()ResourceMethodInvoker.getWriterInterceptors()Methods in org.jboss.resteasy.core that return types with arguments of type WriterInterceptorModifier and TypeMethodDescriptionThreadLocalResteasyProviderFactory.getClientWriterInterceptorRegistry()ThreadLocalResteasyProviderFactory.getServerWriterInterceptorRegistry()Methods in org.jboss.resteasy.core with parameters of type WriterInterceptorModifier and TypeMethodDescriptionvoidAbstractAsynchronousResponse.setWriterInterceptors(WriterInterceptor[] writerInterceptors) -
Uses of WriterInterceptor in org.jboss.resteasy.core.interception.jaxrs
Fields in org.jboss.resteasy.core.interception.jaxrs declared as WriterInterceptorModifier and TypeFieldDescriptionprotected WriterInterceptor[]AbstractWriterInterceptorContext.interceptorsMethods in org.jboss.resteasy.core.interception.jaxrs with parameters of type WriterInterceptorModifier and TypeMethodDescriptionprotected final voidAbstractWriterInterceptorContext.traceAfter(WriterInterceptor interceptor) protected final voidAbstractWriterInterceptorContext.traceBefore(WriterInterceptor interceptor) Constructors in org.jboss.resteasy.core.interception.jaxrs with parameters of type WriterInterceptorModifierConstructorDescriptionAbstractWriterInterceptorContext(WriterInterceptor[] interceptors, Annotation[] annotations, Object entity, Type genericType, MediaType mediaType, Class type, OutputStream outputStream, ResteasyProviderFactory providerFactory, MultivaluedMap<String, Object> headers) Deprecated.AbstractWriterInterceptorContext(WriterInterceptor[] interceptors, Annotation[] annotations, Object entity, Type genericType, MediaType mediaType, Class type, OutputStream outputStream, ResteasyProviderFactory providerFactory, MultivaluedMap<String, Object> headers, RESTEasyTracingLogger logger) ClientWriterInterceptorContext(WriterInterceptor[] interceptors, ResteasyProviderFactory providerFactory, Object entity, Class type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String, Object> headers, OutputStream outputStream, Map<String, Object> properties) Deprecated.ClientWriterInterceptorContext(WriterInterceptor[] interceptors, ResteasyProviderFactory providerFactory, Object entity, Class type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String, Object> headers, OutputStream outputStream, Map<String, Object> properties, RESTEasyTracingLogger tracingLogger) ServerWriterInterceptorContext(WriterInterceptor[] interceptors, ResteasyProviderFactory providerFactory, Object entity, Class type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String, Object> headers, OutputStream outputStream, HttpRequest request, Consumer<Throwable> onWriteComplete) -
Uses of WriterInterceptor in org.jboss.resteasy.core.messagebody
Constructors in org.jboss.resteasy.core.messagebody with parameters of type WriterInterceptorModifierConstructorDescriptionWriterUtility(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 WriterInterceptorModifier and TypeFieldDescriptionprotected JaxrsInterceptorRegistry<WriterInterceptor>CommonProviders.writerInterceptorRegistryMethods in org.jboss.resteasy.core.providerfactory that return types with arguments of type WriterInterceptorModifier and TypeMethodDescriptionResteasyProviderFactoryDelegate.getClientWriterInterceptorRegistry()ResteasyProviderFactoryImpl.getClientWriterInterceptorRegistry()ResteasyProviderFactoryDelegate.getServerWriterInterceptorRegistry()ResteasyProviderFactoryImpl.getServerWriterInterceptorRegistry()CommonProviders.getWriterInterceptorRegistry()NOOPClientHelper.getWriterInterceptorRegistry()NOOPServerHelper.getWriterInterceptorRegistry()protected JaxrsInterceptorRegistry<WriterInterceptor>CommonProviders.getWriterInterceptorRegistryForWrite()protected JaxrsInterceptorRegistry<WriterInterceptor>NOOPClientHelper.getWriterInterceptorRegistryForWrite()protected JaxrsInterceptorRegistry<WriterInterceptor>NOOPServerHelper.getWriterInterceptorRegistryForWrite()protected JaxrsInterceptorRegistry<WriterInterceptor>ServerHelper.getWriterInterceptorRegistryForWrite() -
Uses of WriterInterceptor in org.jboss.resteasy.plugins.interceptors
Classes in org.jboss.resteasy.plugins.interceptors that implement WriterInterceptorModifier and TypeClassDescriptionclassclassclass -
Uses of WriterInterceptor in org.jboss.resteasy.plugins.providers.jackson
Classes in org.jboss.resteasy.plugins.providers.jackson that implement WriterInterceptorModifier and TypeClassDescriptionclassJSONP is an alternative to normal AJAX requests. -
Uses of WriterInterceptor in org.jboss.resteasy.spi
Subinterfaces of WriterInterceptor in org.jboss.resteasy.spiModifier and TypeInterfaceDescriptioninterfaceWriter interceptors which support async IO.Methods in org.jboss.resteasy.spi that return WriterInterceptorMethods in org.jboss.resteasy.spi that return types with arguments of type WriterInterceptorModifier and TypeMethodDescriptionabstract JaxrsInterceptorRegistry<WriterInterceptor>ResteasyProviderFactory.getClientWriterInterceptorRegistry()abstract JaxrsInterceptorRegistry<WriterInterceptor>ResteasyProviderFactory.getServerWriterInterceptorRegistry()Methods in org.jboss.resteasy.spi with parameters of type WriterInterceptorModifier and TypeMethodDescriptionvoidResteasyAsynchronousResponse.setWriterInterceptors(WriterInterceptor[] writerInterceptors)