Uses of Interface
org.objectweb.jonathan.apis.resources.ChunkFactory

Packages that use ChunkFactory
org.objectweb.david.libs.binding.iiop Provides classes implementing the IIOP protocol. 
org.objectweb.david.libs.binding.orbs.echannel Provides an implementation of an event channel service relying on RTP on top of IP multicast. 
org.objectweb.david.libs.presentation.portable Provides a set of classes and interfaces for "portable" presentation protocols. 
org.objectweb.david.libs.protocols.giop Provides a set of classes implementing the CORBA GIOP protocol. 
org.objectweb.jeremie.libs.binding.echannel Provides an implementation of an event channel service relying on RTP on top of IP multicast. 
org.objectweb.jeremie.libs.presentation.std Provides a default implementation of a Jeremie marshaller factory. 
org.objectweb.jonathan.libs.binding.echannel Provides an implementation of an event channel service relying on RTP on top of IP multicast. 
org.objectweb.jonathan.libs.protocols.tcpip Provides a set of classes giving access to the TCP/IP protocol stack. 
org.objectweb.jonathan.libs.resources Provides implementations for various resources and managers. 
 

Uses of ChunkFactory in org.objectweb.david.libs.binding.iiop
 

Constructors in org.objectweb.david.libs.binding.iiop with parameters of type ChunkFactory
IIOPBinder(ProtocolInfo protocol_info, Scheduler scheduler, boolean direct_local_optimization, ChunkFactory chunk_factory, MarshallerFactory marshaller_factory, StubFactory stub_factory, NamingContext context, TaggedComponents ior_components, org.objectweb.jonathan.apis.kernel.Context protocolMappings, org.objectweb.jonathan.apis.kernel.ContextFactory context_factory, TcpIpProtocol tcp_protocol, GIOPProtocol giop_protocol)
          Builds a new instance of IIOPBinder.
 

Uses of ChunkFactory in org.objectweb.david.libs.binding.orbs.echannel
 

Constructors in org.objectweb.david.libs.binding.orbs.echannel with parameters of type ChunkFactory
EventChannelFactory(ChunkFactory chunk_factory, org.objectweb.jonathan.apis.kernel.ClassPathFinder classpath_finder)
          Constructs a new instance of EventChannelFactory.
 

Uses of ChunkFactory in org.objectweb.david.libs.presentation.portable
 

Fields in org.objectweb.david.libs.presentation.portable declared as ChunkFactory
protected  ChunkFactory PortableMarshallerFactory.chunk_factory
          The chunk factory used by this marshaller factory.
 

Constructors in org.objectweb.david.libs.presentation.portable with parameters of type ChunkFactory
PortableMarshallerFactory(ChunkFactory chunk_factory, org.objectweb.jonathan.apis.kernel.ContextFactory context_factory, DavidMarshallerFactory mf, org.omg.CORBA.ORB orb)
          Creates a new marshaller factory.
PortableMarshallerFactory(ChunkFactory chunk_factory, org.objectweb.jonathan.apis.kernel.ContextFactory context_factory, DavidMarshallerFactory mf)
          Creates a new marshaller factory.
PortableMarshallerFactory(ChunkFactory chunk_factory, org.objectweb.jonathan.apis.kernel.ContextFactory context_factory)
          Creates a new marshaller factory.
PortableMarshallerFactory(ChunkFactory chunk_factory, DavidMarshallerFactory mf)
          Creates a new marshaller factory.
PortableMarshallerFactory(ChunkFactory chunk_factory)
          Creates a new marshaller factory.
CDRMarshallerFactory(ChunkFactory chunk_factory, org.objectweb.jonathan.apis.kernel.ContextFactory context_factory, DavidMarshallerFactory mf, org.omg.CORBA.ORB orb)
          Creates a new CDRMarshallerFactory
CDRMarshallerFactory(ChunkFactory chunk_factory, org.objectweb.jonathan.apis.kernel.ContextFactory context_factory, DavidMarshallerFactory mf)
          Creates a new marshaller factory.
CDRMarshallerFactory(ChunkFactory chunk_factory, org.objectweb.jonathan.apis.kernel.ContextFactory context_factory)
          Creates a new marshaller factory.
CDRMarshallerFactory(ChunkFactory chunk_factory, DavidMarshallerFactory mf)
          Creates a new marshaller factory.
CDRMarshallerFactory(ChunkFactory chunk_factory)
          Creates a new marshaller factory.
 

Uses of ChunkFactory in org.objectweb.david.libs.protocols.giop
 

Constructors in org.objectweb.david.libs.protocols.giop with parameters of type ChunkFactory
GIOPProtocol(Scheduler scheduler, MarshallerFactory marshaller_factory, ChunkFactory chunk_factory, ServicesHandler services_handler, org.objectweb.jonathan.apis.kernel.ClassPathFinder finder, boolean verbose, org.objectweb.jonathan.apis.kernel.ContextFactory context_factory)
          Creates a new GIOP Protocol instance.
 

Uses of ChunkFactory in org.objectweb.jeremie.libs.binding.echannel
 

Constructors in org.objectweb.jeremie.libs.binding.echannel with parameters of type ChunkFactory
EventChannelFactory(ChunkFactory chunk_factory, MarshallerFactory marshaller_factory)
           
 

Uses of ChunkFactory in org.objectweb.jeremie.libs.presentation.std
 

Fields in org.objectweb.jeremie.libs.presentation.std declared as ChunkFactory
protected  ChunkFactory StdMarshallerFactory.chunk_factory
          The chunk factory parameter used to form messages.
 

Constructors in org.objectweb.jeremie.libs.presentation.std with parameters of type ChunkFactory
StdMarshallerFactory(ChunkFactory chunk_factory, NamingContext domain, org.objectweb.jonathan.apis.kernel.ContextFactory context_factory)
           
 

Uses of ChunkFactory in org.objectweb.jonathan.libs.binding.echannel
 

Constructors in org.objectweb.jonathan.libs.binding.echannel with parameters of type ChunkFactory
EBinder(ChunkFactory chunk_factory, MarshallerFactory marshaller_factory, NamingContext context, StubFactory stub_factory)
          Builds a new EBinder instance
 

Uses of ChunkFactory in org.objectweb.jonathan.libs.protocols.tcpip
 

Fields in org.objectweb.jonathan.libs.protocols.tcpip declared as ChunkFactory
protected  ChunkFactory TcpIpProtocol.chunk_factory
           
 

Constructors in org.objectweb.jonathan.libs.protocols.tcpip with parameters of type ChunkFactory
TcpIpProtocol(TcpIpConnectionMgr connection_mgr, Scheduler scheduler, ChunkFactory chunk_factory, MarshallerFactory mf, org.objectweb.jonathan.apis.kernel.ContextFactory context_factory)
          Constructs a new instance of TcpIpProtocol.
 

Uses of ChunkFactory in org.objectweb.jonathan.libs.resources
 

Classes in org.objectweb.jonathan.libs.resources that implement ChunkFactory
 class JChunkFactory
          A Chunk Factory implementation.
 class SimpleChunkFactory
          A naive Chunk Factory implementation : it simply returns chunks on demand.