Uses of Class
org.apache.qpid.proton.TimeoutException

Packages that use TimeoutException
org.apache.qpid.proton.messenger   
 

Uses of TimeoutException in org.apache.qpid.proton.messenger
 

Methods in org.apache.qpid.proton.messenger that throw TimeoutException
 void Messenger.recv()
          Receives an arbitrary number of messages into the incoming queue of the Messenger.
 void Messenger.recv(int count)
          Receives up to the specified number of messages into the incoming queue of the Messenger.
 void Messenger.send()
          Blocks until the outgoing queue is empty and, in the event that an outgoing window has been set, until the messages in that window have been received by the target to which they were sent, or the operation times out.
 void Messenger.send(int n)
           
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.