Class AcceptEncodingGZIPFilter
- java.lang.Object
-
- org.jboss.resteasy.plugins.interceptors.AcceptEncodingGZIPFilter
-
- All Implemented Interfaces:
ClientRequestFilter
@Provider @Priority(3000) public class AcceptEncodingGZIPFilter extends Object implements ClientRequestFilter
Must be used in conjunction with GZIPDecodingInterceptorSets
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
-
Constructor Summary
Constructors Constructor Description AcceptEncodingGZIPFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfilter(ClientRequestContext ctx)Filter method called before a request has been dispatched to a client transport layer.
-
-
-
Method Detail
-
filter
public void filter(ClientRequestContext ctx) throws IOException
Description copied from interface:ClientRequestFilterFilter method called before a request has been dispatched to a client transport layer. Filters in the filter chain are ordered according to theirjakarta.annotation.Priorityclass-level annotation value.- Specified by:
filterin interfaceClientRequestFilter- Parameters:
ctx- request context.- Throws:
IOException- if an I/O exception occurs.
-
-