org.jboss.resteasy.plugins.interceptors.encoding
Class GZIPEncodingInterceptor

java.lang.Object
  extended by org.jboss.resteasy.plugins.interceptors.encoding.GZIPEncodingInterceptor
All Implemented Interfaces:
MessageBodyWriterInterceptor

@Provider
public class GZIPEncodingInterceptor
extends java.lang.Object
implements MessageBodyWriterInterceptor

Version:
$Revision: 1 $
Author:
Bill Burke

Constructor Summary
GZIPEncodingInterceptor()
           
 
Method Summary
 void write(MessageBodyWriterContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GZIPEncodingInterceptor

public GZIPEncodingInterceptor()
Method Detail

write

public void write(MessageBodyWriterContext context)
           throws java.io.IOException,
                  WebApplicationException
Specified by:
write in interface MessageBodyWriterInterceptor
Throws:
java.io.IOException
WebApplicationException


Copyright © 2010. All Rights Reserved.