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

Packages that use ObjectReader
org.apache.catalina.tribes.transport.bio   
org.apache.catalina.tribes.transport.nio   
 

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

Fields in org.apache.catalina.tribes.transport.bio declared as ObjectReader
protected  ObjectReader BioReplicationTask.reader
           
 

Methods in org.apache.catalina.tribes.transport.bio with parameters of type ObjectReader
protected  void BioReplicationTask.execute(ObjectReader reader)
           
 void BioReplicationTask.serviceSocket(Socket socket, ObjectReader reader)
           
 

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

Methods in org.apache.catalina.tribes.transport.nio with parameters of type ObjectReader
protected  void NioReplicationTask.drainChannel(SelectionKey key, ObjectReader reader)
          The actual code which drains the channel associated with the given key.
protected  void NioReplicationTask.registerForRead(SelectionKey key, ObjectReader reader)
           
 



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