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

Packages that use Binding
org.apache.qpid.transport.network   
org.apache.qpid.transport.network.io   
org.apache.qpid.transport.network.mina   
 

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

Classes in org.apache.qpid.transport.network that implement Binding
 class ConnectionBinding
          ConnectionBinding
 

Methods in org.apache.qpid.transport.network that return Binding
static Binding<Connection,ByteBuffer> ConnectionBinding.get(Connection connection)
           
static Binding<Connection,ByteBuffer> ConnectionBinding.get(ConnectionDelegate delegate)
           
 

Uses of Binding in org.apache.qpid.transport.network.io
 

Methods in org.apache.qpid.transport.network.io with parameters of type Binding
static
<E> E
IoTransport.connect(String host, int port, Binding<E,ByteBuffer> binding, boolean ssl)
           
 

Constructors in org.apache.qpid.transport.network.io with parameters of type Binding
IoAcceptor(SocketAddress address, Binding<E,ByteBuffer> binding)
           
IoAcceptor(String host, int port, Binding<E,ByteBuffer> binding)
           
IoTransport(Socket socket, Binding<E,ByteBuffer> binding, boolean ssl)
           
 

Uses of Binding in org.apache.qpid.transport.network.mina
 

Methods in org.apache.qpid.transport.network.mina with parameters of type Binding
static
<E> void
MinaHandler.accept(SocketAddress address, Binding<E,ByteBuffer> binding)
           
static void MinaHandler.accept(String host, int port, Binding<?,ByteBuffer> binding)
           
static
<E> E
MinaHandler.connect(SocketAddress address, Binding<E,ByteBuffer> binding)
           
static
<E> E
MinaHandler.connect(String host, int port, Binding<E,ByteBuffer> binding)
           
 



Licensed to the Apache Software Foundation