Package | Description |
---|---|
com.google.code.yanf4j.core |
Networking core package
|
com.google.code.yanf4j.core.impl | |
com.google.code.yanf4j.nio |
Nio implementation
|
com.google.code.yanf4j.statistics.impl |
Modifier and Type | Field and Description |
---|---|
Statistics |
SessionConfig.statistics |
Modifier and Type | Method and Description |
---|---|
Statistics |
Controller.getStatistics() |
Constructor and Description |
---|
SessionConfig(Handler handler,
CodecFactory codecFactory,
Statistics statistics,
Queue<WriteMessage> queue,
Dispatcher dispatchMessageDispatcher,
boolean handleReadWriteConcurrently,
long sessionTimeout,
long sessionIdelTimeout) |
Modifier and Type | Field and Description |
---|---|
protected Statistics |
AbstractSession.statistics |
protected Statistics |
AbstractController.statistics |
Modifier and Type | Method and Description |
---|---|
Statistics |
AbstractSession.getStatistics() |
Statistics |
AbstractController.getStatistics() |
Constructor and Description |
---|
NioSessionConfig(SelectableChannel sc,
Handler handler,
SelectorManager reactor,
CodecFactory codecFactory,
Statistics statistics,
Queue<WriteMessage> queue,
Dispatcher dispatchMessageDispatcher,
boolean handleReadWriteConcurrently,
long sessionTimeout,
long sessionIdleTimeout) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultStatistics
Default statistics implementation
|
class |
SimpleStatistics
A simple statistics implementation
|
Copyright © 2016. All rights reserved.