Uses of Class
com.google.code.yanf4j.nio.NioSessionConfig
Packages that use NioSessionConfig
Package
Description
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 NioSessionConfigModifier and TypeMethodDescriptionprotected final NioSessionConfig
NioController.buildSessionConfig
(SelectableChannel sc, Queue<WriteMessage> queue) Build nio session configConstructors in com.google.code.yanf4j.nio.impl with parameters of type NioSessionConfigModifierConstructorDescriptionAbstractNioSession
(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 NioSessionConfigModifierConstructorDescriptionMemcachedTCPSession
(NioSessionConfig sessionConfig, int readRecvBufferSize, MemcachedOptimizer optimiezer, int readThreadCount, CommandFactory commandFactory)