org.apache.catalina.tribes.group.interceptors
public class GzipInterceptor extends ChannelInterceptorBase
Version: 1.0
| Field Summary | |
|---|---|
| static int | DEFAULT_BUFFER_SIZE |
| Method Summary | |
|---|---|
| static byte[] | compress(byte[] data) |
| static byte[] | decompress(byte[] data) |
| static void | main(String[] arg) |
| void | messageReceived(ChannelMessage msg) |
| void | sendMessage(Member[] destination, ChannelMessage msg, InterceptorPayload payload) |
Parameters: data byte[]
Returns: byte[]
Throws: IOException
UNKNOWN: Fix to create an automatically growing buffer.