org.apache.qpid.transport
Class TransportBuilder
java.lang.Object
org.apache.qpid.transport.TransportBuilder
public class TransportBuilder
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransportBuilder
public TransportBuilder()
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