public class ChainConfigurator extends Object
| Constructor and Description |
|---|
ChainConfigurator(IoSession session) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
replaceMarker(String name,
IoFilter filter)
Replace an IOFilter that as pre-registered as
NoopFilter with the
".marker" suffix |
void |
startKeepAlive(int pingFrequency,
int timeout) |
void |
startSsl(boolean startInactive,
boolean clientMode) |
void |
startStreamCompression(int compressionLevel,
boolean startInactive) |
public ChainConfigurator(IoSession session)
protected void replaceMarker(String name, IoFilter filter)
NoopFilter with the
".marker" suffixname - the name, without the ".marker" suffixfilter - the filter replacementpublic void startStreamCompression(int compressionLevel,
boolean startInactive)
public void startKeepAlive(int pingFrequency,
int timeout)