org.apache.qpid.transport
Interface ProtocolDelegate<C>

All Known Implementing Classes:
ClientDelegate, ConnectionDelegate, Disassembler, ServerDelegate, SessionDelegate, ToyBroker

public interface ProtocolDelegate<C>

ProtocolDelegate


Method Summary
 void command(C context, Method command)
           
 void control(C context, Method control)
           
 void error(C context, ProtocolError error)
           
 void init(C context, ProtocolHeader header)
           
 

Method Detail

init

void init(C context,
          ProtocolHeader header)

control

void control(C context,
             Method control)

command

void command(C context,
             Method command)

error

void error(C context,
           ProtocolError error)


Licensed to the Apache Software Foundation