public class DeflateFrameExtension extends AbstractExtension
| Constructor and Description |
|---|
DeflateFrameExtension() |
| Modifier and Type | Method and Description |
|---|---|
void |
addFrame(byte flags,
byte opcode,
byte[] content,
int offset,
int length) |
boolean |
init(java.util.Map<java.lang.String,java.lang.String> parameters) |
void |
onFrame(byte flags,
byte opcode,
Buffer buffer) |
bind, clearFlag, close, flush, getConnection, getInitParameter, getInitParameter, getInitParameter, getName, getParameterizedName, isBufferEmpty, isFlag, setFlag, toStringpublic boolean init(java.util.Map<java.lang.String,java.lang.String> parameters)
init in interface Extensioninit in class AbstractExtensionpublic void onFrame(byte flags,
byte opcode,
Buffer buffer)
onFrame in interface WebSocketParser.FrameHandleronFrame in class AbstractExtensionpublic void addFrame(byte flags,
byte opcode,
byte[] content,
int offset,
int length)
throws java.io.IOException
addFrame in interface WebSocketGeneratoraddFrame in class AbstractExtensionjava.io.IOExceptionCopyright © 2013 FuseSource, Corp.. All Rights Reserved.