org.jboss.resteasy.plugins.interceptors.encoding
Class GZIPEncodingInterceptor
java.lang.Object
org.jboss.resteasy.plugins.interceptors.encoding.GZIPEncodingInterceptor
- All Implemented Interfaces:
- MessageBodyWriterInterceptor
@Provider
public class GZIPEncodingInterceptor
- extends Object
- implements MessageBodyWriterInterceptor
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GZIPEncodingInterceptor
public GZIPEncodingInterceptor()
write
public void write(MessageBodyWriterContext context)
throws IOException,
WebApplicationException
- Specified by:
write
in interface MessageBodyWriterInterceptor
- Throws:
IOException
WebApplicationException
Copyright © 2011. All Rights Reserved.