Uses of Class
edu.rit.m2mp.MessageInputStream

Packages that use MessageInputStream
edu.rit.m2mp Package edu.rit.m2mp is the API for the Many-to-Many Protocol (M2MP). 
 

Uses of MessageInputStream in edu.rit.m2mp
 

Methods in edu.rit.m2mp that return MessageInputStream
 MessageInputStream MessageQueue.get()
          Get a message from the beginning of this message queue.
 MessageInputStream MessageQueue.get(long timeout)
          Get a message from the beginning of this message queue, with a timeout.
 

Methods in edu.rit.m2mp with parameters of type MessageInputStream
 void MessageQueue.put(MessageInputStream theMessage)
          Put the given message at the end of this message queue.
 



Copyright © 2001-2006 by Alan Kaminsky. All rights reserved. Send comments to ark­@­cs.rit.edu.