org.apache.qpid.transport
Interface Receiver<T>

All Known Subinterfaces:
ProtocolEngine
All Known Implementing Classes:
Assembler, Connection, InputHandler, InputHandler_0_9, SASLReceiver, SSLReceiver

public interface Receiver<T>

Receiver


Method Summary
 void closed()
           
 void exception(Throwable t)
           
 void received(T msg)
           
 

Method Detail

received

void received(T msg)

exception

void exception(Throwable t)

closed

void closed()


Licensed to the Apache Software Foundation