Uses of Class
com.google.code.yanf4j.nio.NioSessionConfig
-
Packages that use NioSessionConfig Package Description com.google.code.yanf4j.nio.impl net.rubyeye.xmemcached.impl Manage tcp connection,memcached protocol optimized,and some MBeans for monitor. -
-
Uses of NioSessionConfig in com.google.code.yanf4j.nio.impl
Methods in com.google.code.yanf4j.nio.impl that return NioSessionConfig Modifier and Type Method Description protected NioSessionConfig
NioController. buildSessionConfig(java.nio.channels.SelectableChannel sc, java.util.Queue<WriteMessage> queue)
Build nio session configConstructors in com.google.code.yanf4j.nio.impl with parameters of type NioSessionConfig Constructor Description AbstractNioSession(NioSessionConfig sessionConfig)
NioTCPSession(NioSessionConfig sessionConfig, int readRecvBufferSize)
-
Uses of NioSessionConfig in net.rubyeye.xmemcached.impl
Constructors in net.rubyeye.xmemcached.impl with parameters of type NioSessionConfig Constructor Description MemcachedTCPSession(NioSessionConfig sessionConfig, int readRecvBufferSize, MemcachedOptimizer optimiezer, int readThreadCount, CommandFactory commandFactory)
-