com.thimbleware.jmemcached.protocol.binary
Class MemcachedBinaryPipelineFactory

java.lang.Object
  extended by com.thimbleware.jmemcached.protocol.binary.MemcachedBinaryPipelineFactory
All Implemented Interfaces:
org.jboss.netty.channel.ChannelPipelineFactory

public class MemcachedBinaryPipelineFactory
extends java.lang.Object
implements org.jboss.netty.channel.ChannelPipelineFactory


Constructor Summary
MemcachedBinaryPipelineFactory(Cache cache, java.lang.String version, boolean verbose, int idleTime, 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
 

Constructor Detail

MemcachedBinaryPipelineFactory

public MemcachedBinaryPipelineFactory(Cache cache,
                                      java.lang.String version,
                                      boolean verbose,
                                      int idleTime,
                                      org.jboss.netty.channel.group.DefaultChannelGroup channelGroup)
Method Detail

getPipeline

public 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.