org.apache.qpid.transport.network
Class ConnectionBinding

java.lang.Object
  extended by org.apache.qpid.transport.network.ConnectionBinding
All Implemented Interfaces:
Binding<Connection,ByteBuffer>

public abstract class ConnectionBinding
extends Object
implements Binding<Connection,ByteBuffer>

ConnectionBinding


Field Summary
static int MAX_FRAME_SIZE
           
 
Constructor Summary
ConnectionBinding()
           
 
Method Summary
abstract  Connection connection()
           
 Connection endpoint(Sender<ByteBuffer> sender)
           
static Binding<Connection,ByteBuffer> get(Connection connection)
           
static Binding<Connection,ByteBuffer> get(ConnectionDelegate delegate)
           
 Receiver<ByteBuffer> receiver(Connection conn)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAX_FRAME_SIZE

public static final int MAX_FRAME_SIZE
See Also:
Constant Field Values
Constructor Detail

ConnectionBinding

public ConnectionBinding()
Method Detail

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