org.apache.qpid.transport
Class TransportBuilder

java.lang.Object
  extended by org.apache.qpid.transport.TransportBuilder

public class TransportBuilder
extends Object


Constructor Summary
TransportBuilder()
           
 
Method Summary
 void buildReceiverPipe(Receiver<ProtocolEvent> delegate)
           
 Sender<ProtocolEvent> buildSenderPipe()
           
 SecurityLayer getSecurityLayer()
           
 void init(Connection con)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransportBuilder

public TransportBuilder()
Method Detail

init

public void init(Connection con)
          throws TransportException
Throws:
TransportException

buildSenderPipe

public Sender<ProtocolEvent> buildSenderPipe()

buildReceiverPipe

public void buildReceiverPipe(Receiver<ProtocolEvent> delegate)

getSecurityLayer

public SecurityLayer getSecurityLayer()


Licensed to the Apache Software Foundation