RESTEasy JAX-RS Implementation 2.3.6.Final-redhat-1

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 Object
implements MessageBodyWriterInterceptor

Version:
$Revision: 1 $
Author:
Bill Burke

Nested Class Summary
static class GZIPEncodingInterceptor.EndableGZIPOutputStream
           
 
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 IOException,
                  javax.ws.rs.WebApplicationException
Specified by:
write in interface MessageBodyWriterInterceptor
Throws:
IOException
javax.ws.rs.WebApplicationException

RESTEasy JAX-RS Implementation 2.3.6.Final-redhat-1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.