Uses of Class
org.apache.catalina.tribes.io.XByteBuffer

Packages that use XByteBuffer
org.apache.catalina.tribes Apache Tribes - The Tomcat Cluster Communication Module 
org.apache.catalina.tribes.group.interceptors   
org.apache.catalina.tribes.io   
org.apache.catalina.tribes.transport.bio   
org.apache.catalina.tribes.transport.nio   
 

Uses of XByteBuffer in org.apache.catalina.tribes
 

Methods in org.apache.catalina.tribes that return XByteBuffer
 XByteBuffer ChannelMessage.getMessage()
          returns the byte buffer that contains the actual message payload
 

Methods in org.apache.catalina.tribes with parameters of type XByteBuffer
 void ChannelMessage.setMessage(XByteBuffer buf)
          The byte buffer that contains the actual message payload
 

Uses of XByteBuffer in org.apache.catalina.tribes.group.interceptors
 

Fields in org.apache.catalina.tribes.group.interceptors declared as XByteBuffer
protected  XByteBuffer NonBlockingCoordinator.CoordinationMessage.buf
           
 

Methods in org.apache.catalina.tribes.group.interceptors that return XByteBuffer
 XByteBuffer NonBlockingCoordinator.CoordinationMessage.getBuffer()
           
 

Constructors in org.apache.catalina.tribes.group.interceptors with parameters of type XByteBuffer
NonBlockingCoordinator.CoordinationMessage(XByteBuffer buf)
           
 

Uses of XByteBuffer in org.apache.catalina.tribes.io
 

Methods in org.apache.catalina.tribes.io that return XByteBuffer
 XByteBuffer XByteBuffer.extractDataPackage(boolean clearFromBuffer)
          Extracts the message bytes from a package.
 XByteBuffer BufferPool.getBuffer(int minSize, boolean discard)
           
 XByteBuffer BufferPool.BufferPoolAPI.getBuffer(int minSize, boolean discard)
           
 XByteBuffer ChannelData.getMessage()
           
 

Methods in org.apache.catalina.tribes.io with parameters of type XByteBuffer
static ChannelData ChannelData.getDataFromPackage(XByteBuffer xbuf)
          Deserializes a ChannelData object from a byte array
 void BufferPool.returnBuffer(XByteBuffer buffer)
           
 void BufferPool.BufferPoolAPI.returnBuffer(XByteBuffer buffer)
           
 void ChannelData.setMessage(XByteBuffer message)
           
 

Constructors in org.apache.catalina.tribes.io with parameters of type XByteBuffer
ChannelData(byte[] uniqueId, XByteBuffer message, long timestamp)
          Creates a new channel data object with data
 

Uses of XByteBuffer in org.apache.catalina.tribes.transport.bio
 

Fields in org.apache.catalina.tribes.transport.bio declared as XByteBuffer
protected  XByteBuffer BioSender.ackbuf
           
 

Uses of XByteBuffer in org.apache.catalina.tribes.transport.nio
 

Fields in org.apache.catalina.tribes.transport.nio declared as XByteBuffer
protected  XByteBuffer NioSender.ackbuf
           
 



Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.