|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.code.yanf4j.core.SessionConfig
com.google.code.yanf4j.nio.NioSessionConfig
public class NioSessionConfig
Nio session configuration
| Field Summary | |
|---|---|
java.nio.channels.SelectableChannel |
selectableChannel
|
SelectorManager |
selectorManager
|
| Fields inherited from class com.google.code.yanf4j.core.SessionConfig |
|---|
codecFactory, dispatchMessageDispatcher, handler, handleReadWriteConcurrently, queue, sessionIdelTimeout, sessionTimeout, statistics |
| Constructor Summary | |
|---|---|
NioSessionConfig(java.nio.channels.SelectableChannel sc,
Handler handler,
SelectorManager reactor,
CodecFactory codecFactory,
Statistics statistics,
java.util.Queue<WriteMessage> queue,
Dispatcher dispatchMessageDispatcher,
boolean handleReadWriteConcurrently,
long sessionTimeout,
long sessionIdleTimeout)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final java.nio.channels.SelectableChannel selectableChannel
public final SelectorManager selectorManager
| Constructor Detail |
|---|
public NioSessionConfig(java.nio.channels.SelectableChannel sc,
Handler handler,
SelectorManager reactor,
CodecFactory codecFactory,
Statistics statistics,
java.util.Queue<WriteMessage> queue,
Dispatcher dispatchMessageDispatcher,
boolean handleReadWriteConcurrently,
long sessionTimeout,
long sessionIdleTimeout)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||