public class ChainConfigurator extends Object
Constructor and Description |
---|
ChainConfigurator(org.apache.mina.core.session.IoSession session) |
Modifier and Type | Method and Description |
---|---|
protected void |
replaceMarker(String name,
org.apache.mina.core.filterchain.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(org.apache.mina.core.session.IoSession session)
protected void replaceMarker(String name, org.apache.mina.core.filterchain.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)
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.