public abstract class SysControllerFilter extends java.lang.Object implements ISystemFilter
A complete description of the process is found in this tutorial.
SysControllerFilterChain
,
Zone.setFilterChain(com.smartfoxserver.v2.controllers.SystemRequest, ISystemFilterChain)
Modifier and Type | Field and Description |
---|---|
protected org.slf4j.Logger |
logger |
Constructor and Description |
---|
SysControllerFilter() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
void |
setName(java.lang.String name) |
protected void |
trace(ExtensionLogLevel level,
java.lang.Object... args)
Trace a message to the console and log files using the specified logging level
|
protected void |
trace(java.lang.Object... args)
Traces a message to the console and log files using the Logger INFO level
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
handleClientRequest
public java.lang.String getName()
public void setName(java.lang.String name)
protected void trace(java.lang.Object... args)
args
- any number of strings/object to traceprotected void trace(ExtensionLogLevel level, java.lang.Object... args)
level
- the logging levelargs
- any number of object to trace