org.zeromq.api
Interface Receivable<T>

Type Parameters:
T - type t
All Known Subinterfaces:
Socket
All Known Implementing Classes:
ManagedSocket

public interface Receivable<T>


Method Summary
 T receive()
           
 T receive(ReceiveFlag flag)
           
 

Method Detail

receive

T receive()
          throws Exception
Throws:
Exception

receive

T receive(ReceiveFlag flag)
          throws Exception
Throws:
Exception


Copyright © 2013. All Rights Reserved.