de.javakaffee.web.msm.serializer.kryo
Class KryoTranscoderFactory

java.lang.Object
  extended by de.javakaffee.web.msm.serializer.kryo.KryoTranscoderFactory
All Implemented Interfaces:
TranscoderFactory

public class KryoTranscoderFactory
extends Object
implements TranscoderFactory

Creates a KryoTranscoder.

Author:
Martin Grotzke

Field Summary
static String PROP_ENV_MAX_BUFFER_SIZE
           
static String PROP_INIT_BUFFER_SIZE
           
 
Constructor Summary
KryoTranscoderFactory()
           
 
Method Summary
 SessionAttributesTranscoder createTranscoder(MemcachedSessionService.SessionManager manager)
          
 void setCopyCollectionsForSerialization(boolean copyCollectionsForSerialization)
          
 void setCustomConverterClassNames(String[] customConverterClassNames)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROP_INIT_BUFFER_SIZE

public static final String PROP_INIT_BUFFER_SIZE
See Also:
Constant Field Values

PROP_ENV_MAX_BUFFER_SIZE

public static final String PROP_ENV_MAX_BUFFER_SIZE
See Also:
Constant Field Values
Constructor Detail

KryoTranscoderFactory

public KryoTranscoderFactory()
Method Detail

createTranscoder

public SessionAttributesTranscoder createTranscoder(MemcachedSessionService.SessionManager manager)

Specified by:
createTranscoder in interface TranscoderFactory

setCopyCollectionsForSerialization

public void setCopyCollectionsForSerialization(boolean copyCollectionsForSerialization)

Specified by:
setCopyCollectionsForSerialization in interface TranscoderFactory

setCustomConverterClassNames

public void setCustomConverterClassNames(String[] customConverterClassNames)

Specified by:
setCustomConverterClassNames in interface TranscoderFactory


Copyright © 2009-2012. All Rights Reserved.