|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Streamer | |
org.codehaus.wadi | |
org.codehaus.wadi.impl |
Uses of Streamer in org.codehaus.wadi |
Methods in org.codehaus.wadi that return Streamer | |
Streamer |
DistributableValueConfig.getStreamer()
|
Streamer |
DistributableSessionConfig.getStreamer()
|
Streamer |
DistributableAttributesConfig.getStreamer()
|
Methods in org.codehaus.wadi with parameters of type Streamer | |
Object |
SessionManagerFactory.create(SessionPool sessionPool,
AttributesFactory attributesFactory,
ValuePool valuePool,
SessionWrapperFactory sessionWrapperFactory,
SessionIdFactory sessionIdFactory,
Contextualiser contextualiser,
Map sessionMap,
Router router,
Streamer streamer,
boolean accessOnLoad,
String clusterUri,
String clusterName,
String nodeName,
InvocationProxy httpProxy,
InetSocketAddress httpAddress,
int numPartitions)
|
Uses of Streamer in org.codehaus.wadi.impl |
Classes in org.codehaus.wadi.impl that implement Streamer | |
class |
GZIPStreamer
Pluggable support for [un]GZIP-ing sessions as they are exchanged with peers or long-term storage mechanisms. |
class |
SimpleStreamer
Don't do anything extra, just connect streams up directly. |
Fields in org.codehaus.wadi.impl declared as Streamer | |
protected Streamer |
SimpleContextualiserStack._streamer
|
protected Streamer |
DistributableManager._streamer
|
protected Streamer |
DiscStore._streamer
|
protected Streamer |
MemoryContextualiser._streamer
|
Methods in org.codehaus.wadi.impl that return Streamer | |
Streamer |
DistributableSession.getStreamer()
|
Streamer |
DistributableManager.getStreamer()
|
Streamer |
DistributableAttributes.getStreamer()
|
Methods in org.codehaus.wadi.impl with parameters of type Streamer | |
static Object |
Utils.byteArrayToObject(byte[] bytes,
Streamer streamer)
|
static Object |
Utils.safeByteArrayToObject(byte[] bytes,
Streamer streamer)
|
static byte[] |
Utils.objectToByteArray(Object object,
Streamer streamer)
|
static byte[] |
Utils.safeObjectToByteArray(Object object,
Streamer streamer)
|
static byte[] |
Utils.getContent(SerializableContent object,
Streamer streamer)
|
static byte[] |
Utils.safeGetContent(SerializableContent object,
Streamer streamer)
|
static SerializableContent |
Utils.setContent(SerializableContent object,
byte[] content,
Streamer streamer)
|
static SerializableContent |
Utils.safeSetContent(SerializableContent object,
byte[] content,
Streamer streamer)
|
Constructors in org.codehaus.wadi.impl with parameters of type Streamer | |
ExclusiveStoreContextualiser(Contextualiser next,
Collapser collapser,
boolean clean,
Evicter evicter,
Map map,
Streamer streamer,
File dir)
|
|
ClusteredManager(SessionPool sessionPool,
AttributesFactory attributesFactory,
ValuePool valuePool,
SessionWrapperFactory sessionWrapperFactory,
SessionIdFactory sessionIdFactory,
Contextualiser contextualiser,
Map sessionMap,
Router router,
boolean errorIfSessionNotAcquired,
Streamer streamer,
boolean accessOnLoad,
ReplicaterFactory replicaterFactory,
ProxiedLocation location,
InvocationProxy proxy,
Dispatcher dispatcher,
PartitionManager partitionManager,
Collapser collapser)
|
|
DistributableManager(SessionPool sessionPool,
AttributesFactory attributesFactory,
ValuePool valuePool,
SessionWrapperFactory sessionWrapperFactory,
SessionIdFactory sessionIdFactory,
Contextualiser contextualiser,
Map map,
Router router,
boolean errorIfSessionNotAcquired,
Streamer streamer,
boolean accessOnLoad,
ReplicaterFactory replicaterFactory)
|
|
DiscStore(Streamer streamer,
File dir,
boolean useNIO,
boolean reusingStore)
|
|
MemoryContextualiser(Contextualiser next,
Evicter evicter,
Map map,
Streamer streamer,
ContextPool pool,
PoolableInvocationWrapperPool requestPool)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |