public class FilterChainBuilder extends Object implements IoLoggerFilterChainBuilder
| Constructor and Description |
|---|
FilterChainBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
buildFilterChain(org.apache.mina.core.filterchain.IoFilterChain chain) |
void |
dispose() |
String |
getLoggerName() |
void |
setLoggerName(String loggerName)
Set the base name of the loggers when they are created
|
public void setLoggerName(String loggerName)
IoLoggerFilterChainBuildersetLoggerName in interface IoLoggerFilterChainBuilderloggerName - the logger base namepublic String getLoggerName()
public void buildFilterChain(org.apache.mina.core.filterchain.IoFilterChain chain)
buildFilterChain in interface org.apache.mina.core.filterchain.IoFilterChainBuilderpublic void dispose()
dispose in interface IoLoggerFilterChainBuilder