com.thimbleware.jmemcached.protocol.text
Class MemcachedPipelineFactory
java.lang.Object
com.thimbleware.jmemcached.protocol.text.MemcachedPipelineFactory
- All Implemented Interfaces:
- org.jboss.netty.channel.ChannelPipelineFactory
public final class MemcachedPipelineFactory
- extends java.lang.Object
- implements org.jboss.netty.channel.ChannelPipelineFactory
|
Field Summary |
static java.nio.charset.Charset |
USASCII
|
|
Constructor Summary |
MemcachedPipelineFactory(Cache cache,
java.lang.String version,
boolean verbose,
int idleTime,
int frameSize,
org.jboss.netty.channel.group.DefaultChannelGroup channelGroup)
|
|
Method Summary |
org.jboss.netty.channel.ChannelPipeline |
getPipeline()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
USASCII
public static final java.nio.charset.Charset USASCII
MemcachedPipelineFactory
public MemcachedPipelineFactory(Cache cache,
java.lang.String version,
boolean verbose,
int idleTime,
int frameSize,
org.jboss.netty.channel.group.DefaultChannelGroup channelGroup)
getPipeline
public final org.jboss.netty.channel.ChannelPipeline getPipeline()
throws java.lang.Exception
- Specified by:
getPipeline in interface org.jboss.netty.channel.ChannelPipelineFactory
- Throws:
java.lang.Exception
Copyright © 2008-2011 ThimbleWare. All Rights Reserved.