labelingsystem-server
Version 0.1.0.0
Public Member Functions
|
List of all members
GZIPWriterInterceptor Class Reference
Inheritance diagram for GZIPWriterInterceptor:
[
legend
]
Collaboration diagram for GZIPWriterInterceptor:
[
legend
]
Public Member Functions
void
aroundWriteTo
(WriterInterceptorContext context) throws IOException, WebApplicationException
Member Function Documentation
◆
aroundWriteTo()
void aroundWriteTo
(
WriterInterceptorContext
context
)
throws IOException, WebApplicationException
16
{
17
final
OutputStream outputStream = context.getOutputStream();
18
context.setOutputStream(
new
GZIPOutputStream(outputStream));
19
context.proceed();
20
}
v1
restconfig
GZIPWriterInterceptor
Generated by
1.8.17