Package | Description |
---|---|
org.apache.qpid.jms.provider.amqp | |
org.apache.qpid.jms.transports | |
org.apache.qpid.jms.transports.netty |
Modifier and Type | Class and Description |
---|---|
class |
AmqpProvider
An AMQP v1.0 Provider.
|
Modifier and Type | Method and Description |
---|---|
TransportListener |
Transport.getTransportListener()
Gets the currently set TransportListener instance
|
Modifier and Type | Method and Description |
---|---|
void |
Transport.setTransportListener(TransportListener listener)
Sets the Transport Listener instance that will be notified of incoming data or
error events.
|
Modifier and Type | Field and Description |
---|---|
protected TransportListener |
NettyTcpTransport.listener |
Modifier and Type | Method and Description |
---|---|
TransportListener |
NettyTcpTransport.getTransportListener() |
Modifier and Type | Method and Description |
---|---|
void |
NettyTcpTransport.setTransportListener(TransportListener listener) |
Constructor and Description |
---|
NettySslTransport(TransportListener listener,
URI remoteLocation,
TransportOptions options)
Create a new transport instance
|
NettyTcpTransport(TransportListener listener,
URI remoteLocation,
TransportOptions options)
Create a new transport instance
|
Copyright © 2013–2016 The Apache Software Foundation. All rights reserved.