Uses of Interface
org.apache.qpid.transport.ProtocolDelegate

Packages that use ProtocolDelegate
org.apache.qpid   
org.apache.qpid.transport   
org.apache.qpid.transport.network   
 

Uses of ProtocolDelegate in org.apache.qpid
 

Classes in org.apache.qpid that implement ProtocolDelegate
(package private)  class ToyBroker
          ToyBroker
 

Uses of ProtocolDelegate in org.apache.qpid.transport
 

Classes in org.apache.qpid.transport that implement ProtocolDelegate
 class ClientDelegate
          ClientDelegate
 class ConnectionDelegate
          Currently only implemented client specific methods the server specific methods are dummy impls for testing the connectionClose is kind of different for both sides
 class ServerDelegate
          ServerDelegate
 class SessionDelegate
          SessionDelegate
 

Methods in org.apache.qpid.transport with parameters of type ProtocolDelegate
<C> void
ProtocolEvent.delegate(C context, ProtocolDelegate<C> delegate)
           
<C> void
ProtocolHeader.delegate(C context, ProtocolDelegate<C> delegate)
           
<C> void
ProtocolError.delegate(C context, ProtocolDelegate<C> delegate)
           
<C> void
Method.delegate(C context, ProtocolDelegate<C> delegate)
           
 

Uses of ProtocolDelegate in org.apache.qpid.transport.network
 

Classes in org.apache.qpid.transport.network that implement ProtocolDelegate
 class Disassembler
          Disassembler
 



Licensed to the Apache Software Foundation