| 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 |
|---|
NettyTcpTransport(TransportListener listener,
URI remoteLocation,
TransportOptions options,
boolean secure)
Create a new transport instance
|
NettyWsTransport(TransportListener listener,
URI remoteLocation,
TransportOptions options,
boolean secure)
Create a new transport instance
|
Copyright © 2013–2019 The Apache Software Foundation. All rights reserved.