|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Streamer in org.codehaus.wadi.core.assembler |
---|
Methods in org.codehaus.wadi.core.assembler with parameters of type Streamer | |
---|---|
protected ObjectStateHandler |
StackContext.newObjectStateHandler(Streamer streamer)
|
protected SessionFactory |
StackContext.newSessionFactory(Streamer streamer)
|
Uses of Streamer in org.codehaus.wadi.core.session |
---|
Fields in org.codehaus.wadi.core.session declared as Streamer | |
---|---|
protected Streamer |
DistributableSessionFactory.streamer
|
protected Streamer |
DistributableSession.streamer
|
Constructors in org.codehaus.wadi.core.session with parameters of type Streamer | |
---|---|
AbstractReplicableSession(DistributableAttributes attributes,
Manager manager,
Streamer streamer,
ReplicationManager replicationManager)
|
|
AtomicallyReplicableSession(DistributableAttributes attributes,
Manager manager,
Streamer streamer,
ReplicationManager replicationManager)
|
|
AtomicallyReplicableSessionFactory(DistributableAttributesFactory attributesFactory,
Streamer streamer,
ReplicationManager replicationManager)
|
|
DistributableSession(DistributableAttributes attributes,
Manager manager,
Streamer streamer)
|
|
DistributableSessionFactory(DistributableAttributesFactory attributesFactory,
Streamer streamer)
|
Uses of Streamer in org.codehaus.wadi.core.store |
---|
Fields in org.codehaus.wadi.core.store declared as Streamer | |
---|---|
protected Streamer |
DiscStore._streamer
|
Constructors in org.codehaus.wadi.core.store with parameters of type Streamer | |
---|---|
DiscStore(Streamer streamer,
java.io.File dir,
boolean reusingStore,
boolean accessOnLoad)
|
Uses of Streamer in org.codehaus.wadi.core.util |
---|
Classes in org.codehaus.wadi.core.util 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. |
Methods in org.codehaus.wadi.core.util with parameters of type Streamer | |
---|---|
static byte[] |
Utils.getContent(java.io.Externalizable object,
Streamer streamer)
|
static java.io.Externalizable |
Utils.setContent(java.io.Externalizable object,
byte[] content,
Streamer streamer)
|
Uses of Streamer in org.codehaus.wadi.replication.manager.basic |
---|
Fields in org.codehaus.wadi.replication.manager.basic declared as Streamer | |
---|---|
protected Streamer |
SessionStateHandler.streamer
|
Constructors in org.codehaus.wadi.replication.manager.basic with parameters of type Streamer | |
---|---|
SessionStateHandler(Streamer streamer)
|
Uses of Streamer in org.codehaus.wadi.web |
---|
Constructors in org.codehaus.wadi.web with parameters of type Streamer | |
---|---|
BasicWebSession(WebSessionConfig config,
DistributableAttributes attributes,
WebSessionWrapperFactory wrapperFactory,
Router router,
Manager manager,
Streamer streamer,
ReplicationManager replicationManager)
|
|
BasicWebSessionFactory(DistributableAttributesFactory attributesFactory,
Streamer streamer,
ReplicationManager replicationManager,
Router router,
WebSessionWrapperFactory wrapperFactory)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |