org.apache.qpid.transport.network
Class ConnectionBinding
java.lang.Object
org.apache.qpid.transport.network.ConnectionBinding
- All Implemented Interfaces:
- Binding<Connection,ByteBuffer>
public abstract class ConnectionBinding
- extends Object
- implements Binding<Connection,ByteBuffer>
ConnectionBinding
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MAX_FRAME_SIZE
public static final int MAX_FRAME_SIZE
- See Also:
- Constant Field Values
ConnectionBinding
public ConnectionBinding()
get
public static Binding<Connection,ByteBuffer> get(Connection connection)
get
public static Binding<Connection,ByteBuffer> get(ConnectionDelegate delegate)
connection
public abstract Connection connection()
endpoint
public Connection endpoint(Sender<ByteBuffer> sender)
- Specified by:
endpoint
in interface Binding<Connection,ByteBuffer>
receiver
public Receiver<ByteBuffer> receiver(Connection conn)
- Specified by:
receiver
in interface Binding<Connection,ByteBuffer>
Licensed to the Apache Software Foundation