Uses of Interface
jakarta.ws.rs.ext.ReaderInterceptor
-
Packages that use ReaderInterceptor Package Description org.glassfish.jersey.client Jersey client-side classes.org.glassfish.jersey.message Common Jersey messaging classes.org.glassfish.jersey.message.internal Common Jersey internal messaging classes.org.glassfish.jersey.server Jersey server-side classes.org.glassfish.jersey.server.internal Jersey server-side internal classes.org.glassfish.jersey.server.model Jersey server-side application & resource modeling classes.org.glassfish.jersey.spi Common Jersey service provider contract (SPI) classes. -
-
Uses of ReaderInterceptor in org.glassfish.jersey.client
Methods in org.glassfish.jersey.client that return types with arguments of type ReaderInterceptor Modifier and Type Method Description Iterable<ReaderInterceptor>ClientRequest. getReaderInterceptors()Get reader interceptors of this request.protected Iterable<ReaderInterceptor>ClientResponse. getReaderInterceptors() -
Uses of ReaderInterceptor in org.glassfish.jersey.message
Classes in org.glassfish.jersey.message that implement ReaderInterceptor Modifier and Type Class Description classDeflateEncoderDeflate encoding support.classGZipEncoderGZIP encoding support.Method parameters in org.glassfish.jersey.message with type arguments of type ReaderInterceptor Modifier and Type Method Description ObjectMessageBodyWorkers. readFrom(Class<?> rawType, Type type, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,String> httpHeaders, PropertiesDelegate propertiesDelegate, InputStream entityStream, Iterable<ReaderInterceptor> readerInterceptors, boolean translateNce)Reads a type from theentityStreamusing interceptors. -
Uses of ReaderInterceptor in org.glassfish.jersey.message.internal
Methods in org.glassfish.jersey.message.internal that return types with arguments of type ReaderInterceptor Modifier and Type Method Description protected abstract Iterable<ReaderInterceptor>InboundMessageContext. getReaderInterceptors()Get reader interceptors bound to this context.Method parameters in org.glassfish.jersey.message.internal with type arguments of type ReaderInterceptor Modifier and Type Method Description ObjectMessageBodyFactory. readFrom(Class<?> rawType, Type type, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,String> httpHeaders, PropertiesDelegate propertiesDelegate, InputStream entityStream, Iterable<ReaderInterceptor> readerInterceptors, boolean translateNce) -
Uses of ReaderInterceptor in org.glassfish.jersey.server
Methods in org.glassfish.jersey.server that return types with arguments of type ReaderInterceptor Modifier and Type Method Description protected Iterable<ReaderInterceptor>ContainerRequest. getReaderInterceptors()Get all reader interceptors applicable to this request. -
Uses of ReaderInterceptor in org.glassfish.jersey.server.internal
Classes in org.glassfish.jersey.server.internal that implement ReaderInterceptor Modifier and Type Class Description classMappableExceptionWrapperInterceptorInterceptor that wraps specific exceptions types thrown by wrapped interceptors and by message body readers and writers into a mappable exception.Methods in org.glassfish.jersey.server.internal that return types with arguments of type ReaderInterceptor Modifier and Type Method Description Iterable<RankedProvider<ReaderInterceptor>>ProcessingProviders. getGlobalReaderInterceptors()Get global reader interceptors.MultivaluedMap<Class<? extends Annotation>,RankedProvider<ReaderInterceptor>>ProcessingProviders. getNameBoundReaderInterceptors()Get name bound reader interceptor map.MultivaluedMap<RankedProvider<ReaderInterceptor>,Class<? extends Annotation>>ProcessingProviders. getNameBoundReaderInterceptorsInverse()Get name bound reader interceptor inverse map.Iterable<ReaderInterceptor>ProcessingProviders. getSortedGlobalReaderInterceptors()Get global reader interceptors sorted by priority. -
Uses of ReaderInterceptor in org.glassfish.jersey.server.model
Methods in org.glassfish.jersey.server.model that return types with arguments of type ReaderInterceptor Modifier and Type Method Description Iterable<ReaderInterceptor>ResourceMethodInvoker. getReaderInterceptors()Get all writer interceptors applicable to theresource methodwrapped by this invoker. -
Uses of ReaderInterceptor in org.glassfish.jersey.spi
Classes in org.glassfish.jersey.spi that implement ReaderInterceptor Modifier and Type Class Description classContentEncoderStandard contract for plugging in content encoding support.
-