Uses of Class
org.objectweb.jonathan.apis.resources.Chunk

Packages that use Chunk
org.objectweb.fractal.rmi.io Provides a marshaller and unmarshaller factory component. 
org.objectweb.jonathan.apis.presentation Provides a set of classes and interfaces for presentation protocols (marshallers and unmarshallers). 
org.objectweb.jonathan.apis.protocols.ip Provides a set of classes and interfaces refining the binding abstractions in the case of IP protocols, and introduces some connection management abstractions. 
org.objectweb.jonathan.apis.resources Provides a set of classes and interfaces dealing with resource management. 
org.objectweb.jonathan.libs.resources Provides implementations for various resources and managers. 
org.objectweb.jonathan.libs.resources.tcpip Provides a default implementation for TCP/IP connection management. 
 

Uses of Chunk in org.objectweb.fractal.rmi.io
 

Methods in org.objectweb.fractal.rmi.io that return Chunk
 Chunk RmiMarshaller.getState()
          Returns the state of the message as a (chain of) chunk(s).
 

Methods in org.objectweb.fractal.rmi.io with parameters of type Chunk
 UnMarshaller RmiMarshallerFactory.newUnMarshaller(Chunk chunk, int read)
          Returns a new unmarshaller, using the provided chunk(s) as a data source.
 UnMarshaller MyRmiMarshallerFactory.newUnMarshaller(Chunk chunk, int read)
          Returns a new unmarshaller, using the provided chunk(s) as a data source.
 void RmiMarshaller.write(Chunk chunk)
          Writes a chunk in the message.
 

Constructors in org.objectweb.fractal.rmi.io with parameters of type Chunk
RmiUnMarshaller(NamingContext domain, ContextFactory contextFactory, Chunk chunk, int read, ClassGenerator loader)
          Constructs a new RmiUnMarshaller.
 

Uses of Chunk in org.objectweb.jonathan.apis.presentation
 

Methods in org.objectweb.jonathan.apis.presentation that return Chunk
 Chunk Marshaller.getState()
          Returns the state of the message as a (chain of) chunk(s).
 

Methods in org.objectweb.jonathan.apis.presentation with parameters of type Chunk
 UnMarshaller MarshallerFactory.newUnMarshaller(Chunk chunk, int read)
          Returns a new unmarshaller, using the provided chunk(s) as a data source.
 void Marshaller.write(Chunk chunk)
          Writes a chunk in the message.
 

Uses of Chunk in org.objectweb.jonathan.apis.protocols.ip
 

Methods in org.objectweb.jonathan.apis.protocols.ip with parameters of type Chunk
 void IpConnection.emit(Chunk chunk)
           
 void IpConnection.receive(Chunk chunk, int sz)
           
 

Uses of Chunk in org.objectweb.jonathan.apis.resources
 

Fields in org.objectweb.jonathan.apis.resources declared as Chunk
 Chunk Chunk.next
          The next chunk in the chain
 

Methods in org.objectweb.jonathan.apis.resources that return Chunk
 Chunk Chunk.duplicate()
          Duplicates the whole chunk.
 Chunk Chunk.duplicate(int offset, int top)
          Partially duplicates this chunk.
 Chunk ChunkFactory.newChunk()
          Returns a chunk.
 Chunk ChunkFactory.newChunk(int size)
          Returns a chunk whose associated array of bytes is (at least) of size size.
 Chunk ChunkProvider.prepare()
          Returns a chunk to read data from.
 

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

Methods in org.objectweb.jonathan.libs.resources that return Chunk
 Chunk JChunkFactory.newChunk()
          Returns a chunk of a default (small) size.
 Chunk JChunkFactory.newChunk(int size)
          Returns a chunk of (at least) the specified size.
 

Uses of Chunk in org.objectweb.jonathan.libs.resources.tcpip
 

Methods in org.objectweb.jonathan.libs.resources.tcpip with parameters of type Chunk
 void JConnectionMgr.Connection.emit(Chunk chunk)
           
 void JConnectionMgr.Connection.receive(Chunk chunk, int to_read)
           
 



Copyright © 2008 OW2 Consortium. All Rights Reserved.