| Package | Description |
|---|---|
| org.apache.mina.filter.statistic |
Classes that implement IoFilter and provide the ability for filters to be timed on their performance.
|
| Modifier and Type | Field and Description |
|---|---|
private ProfilerTimerFilter.TimerWorker |
ProfilerTimerFilter.messageReceivedTimerWorker
A TimerWorker for the MessageReceived events
|
private ProfilerTimerFilter.TimerWorker |
ProfilerTimerFilter.messageSentTimerWorker
A TimerWorker for the MessageSent events
|
private ProfilerTimerFilter.TimerWorker |
ProfilerTimerFilter.sessionClosedTimerWorker
A TimerWorker for the SessionClosed events
|
private ProfilerTimerFilter.TimerWorker |
ProfilerTimerFilter.sessionCreatedTimerWorker
A TimerWorker for the SessionCreated events
|
private ProfilerTimerFilter.TimerWorker |
ProfilerTimerFilter.sessionIdleTimerWorker
A TimerWorker for the SessionIdle events
|
private ProfilerTimerFilter.TimerWorker |
ProfilerTimerFilter.sessionOpenedTimerWorker
A TimerWorker for the SessionOpened events
|