org.apache.qpid.transport.network
Class Assembler
java.lang.Object
org.apache.qpid.transport.network.Assembler
- All Implemented Interfaces:
- NetworkDelegate, Receiver<NetworkEvent>
public class Assembler
- extends Object
- implements Receiver<NetworkEvent>, NetworkDelegate
Assembler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Assembler
public Assembler(Receiver<ProtocolEvent> receiver)
received
public void received(NetworkEvent event)
- Specified by:
received
in interface Receiver<NetworkEvent>
exception
public void exception(Throwable t)
- Specified by:
exception
in interface Receiver<NetworkEvent>
closed
public void closed()
- Specified by:
closed
in interface Receiver<NetworkEvent>
init
public void init(ProtocolHeader header)
- Specified by:
init
in interface NetworkDelegate
error
public void error(ProtocolError error)
- Specified by:
error
in interface NetworkDelegate
frame
public void frame(Frame frame)
- Specified by:
frame
in interface NetworkDelegate
Licensed to the Apache Software Foundation