Uses of Class
ubic.gemma.rest.providers.AbstractGzipHeaderDecorator
Packages that use AbstractGzipHeaderDecorator
-
Uses of AbstractGzipHeaderDecorator in ubic.gemma.rest.providers
Subclasses of AbstractGzipHeaderDecorator in ubic.gemma.rest.providersModifier and TypeClassDescriptionclass
Automagically add theContent-Encoding: gzip
header to endpoints annotated withGZIP
.class
Adds aContent-Encoding: gzip
after the context has been intercepted byGZipEncoder
.