|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ConnectionDelegate in org.apache.qpid.transport |
---|
Subclasses of ConnectionDelegate in org.apache.qpid.transport | |
---|---|
class |
ClientDelegate
ClientDelegate |
class |
ServerDelegate
ServerDelegate |
Methods in org.apache.qpid.transport that return ConnectionDelegate | |
---|---|
ConnectionDelegate |
Connection.getConnectionDelegate()
|
Methods in org.apache.qpid.transport with parameters of type ConnectionDelegate | |
---|---|
void |
Connection.setConnectionDelegate(ConnectionDelegate delegate)
|
Uses of ConnectionDelegate in org.apache.qpid.transport.network |
---|
Methods in org.apache.qpid.transport.network with parameters of type ConnectionDelegate | |
---|---|
static Binding<Connection,ByteBuffer> |
ConnectionBinding.get(ConnectionDelegate delegate)
|
Uses of ConnectionDelegate in org.apache.qpid.transport.network.io |
---|
Methods in org.apache.qpid.transport.network.io with parameters of type ConnectionDelegate | |
---|---|
static Connection |
IoTransport.connect(String host,
int port,
ConnectionDelegate delegate,
boolean ssl)
|
Uses of ConnectionDelegate in org.apache.qpid.transport.network.mina |
---|
Methods in org.apache.qpid.transport.network.mina with parameters of type ConnectionDelegate | |
---|---|
static void |
MinaHandler.accept(String host,
int port,
ConnectionDelegate delegate)
|
static Connection |
MinaHandler.connect(String host,
int port,
ConnectionDelegate delegate)
|
Uses of ConnectionDelegate in org.apache.qpid.transport.network.nio |
---|
Methods in org.apache.qpid.transport.network.nio with parameters of type ConnectionDelegate | |
---|---|
static Connection |
NioHandler.connect(String host,
int port,
ConnectionDelegate delegate)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |