Uses of Interface
org.codehaus.wadi.core.util.Streamer

Packages that use Streamer
org.codehaus.wadi.core.assembler   
org.codehaus.wadi.core.session   
org.codehaus.wadi.core.store   
org.codehaus.wadi.core.util   
org.codehaus.wadi.replication.manager.basic   
org.codehaus.wadi.servicespace.admin   
org.codehaus.wadi.servicespace.basic   
org.codehaus.wadi.web   
 

Uses of Streamer in org.codehaus.wadi.core.assembler
 

Methods in org.codehaus.wadi.core.assembler that return Streamer
protected  Streamer StackContext.newStreamer()
           
 

Methods in org.codehaus.wadi.core.assembler with parameters of type Streamer
protected  DiscStore StackContext.newDiscStore(Streamer streamer)
           
protected  Contextualiser StackContext.newDiscStoreContextualiser(Streamer streamer, Contextualiser contextualiser)
           
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 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.servicespace.admin
 

Constructors in org.codehaus.wadi.servicespace.admin with parameters of type Streamer
AdminServiceSpace(Dispatcher underlyingDispatcher, ClassIndexerRegistry serviceClassIndexerRegistry, Streamer streamer)
           
 

Uses of Streamer in org.codehaus.wadi.servicespace.basic
 

Methods in org.codehaus.wadi.servicespace.basic with parameters of type Streamer
protected  BasicServiceSpaceEnvelopeHelper BasicServiceSpace.newServiceSpaceEnvelopeHelper(Streamer streamer)
           
 

Constructors in org.codehaus.wadi.servicespace.basic with parameters of type Streamer
BasicServiceSpace(ServiceSpaceName name, Dispatcher underlyingDispatcher, ClassIndexerRegistry serviceClassIndexerRegistry, Streamer streamer)
           
BasicServiceSpaceEnvelopeHelper(ServiceSpace serviceSpace, 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)
           
 



Copyright © 2011. All Rights Reserved.