org.jboss.resteasy.plugins.interceptors.encoding
@Provider public class ServerContentEncodingHeaderInterceptor extends ContentEncodingHeaderInterceptor implements AcceptedByMethod
Modifier and Type | Field and Description |
---|---|
protected HttpRequest |
request |
encoding
Constructor and Description |
---|
ServerContentEncodingHeaderInterceptor() |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(Class declaring,
Method method) |
void |
write(MessageBodyWriterContext context) |
hasEncodingAnnotation
@Context protected HttpRequest request
public ServerContentEncodingHeaderInterceptor()
public boolean accept(Class declaring, Method method)
accept
in interface AcceptedByMethod
public void write(MessageBodyWriterContext context) throws IOException, WebApplicationException
write
in interface MessageBodyWriterInterceptor
write
in class ContentEncodingHeaderInterceptor
IOException
WebApplicationException
Copyright © 2015. All Rights Reserved.