A B C D E F G H I L M N O P Q R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- ACK_REQUEUE_FALSE - com.rabbitmq.http.client.GetAckMode
-
Acknowledge the message, removing it from the queue.
- AckMode - Enum in com.rabbitmq.http.client.domain
- add(String) - Method in class com.rabbitmq.http.client.domain.QueryParameters.Columns
- alivenessTest(String) - Method in class com.rabbitmq.http.client.Client
-
Performs a basic node aliveness check: declares a queue, publishes a message that routes to it, consumes it, cleans up.
- alivenessTest(String) - Method in class com.rabbitmq.http.client.ReactorNettyClient
- AlivenessTestResult - Class in com.rabbitmq.http.client.domain
- AlivenessTestResult() - Constructor for class com.rabbitmq.http.client.domain.AlivenessTestResult
- applyResponseCallback() - Method in class com.rabbitmq.http.client.ReactorNettyClient
- AuthMechanism - Class in com.rabbitmq.http.client.domain
- AuthMechanism() - Constructor for class com.rabbitmq.http.client.domain.AuthMechanism
- authorizedHeader() - Method in class com.rabbitmq.http.client.ReactorNettyClient
- AUTO - com.rabbitmq.http.client.GetEncoding
-
The payload will be returned as a string if it is valid UTF-8, and base64 encoded otherwise
- AUTOMATIC - com.rabbitmq.http.client.domain.AckMode
-
Consumes in automatic acknowledgement mode.
B
- BASE64 - com.rabbitmq.http.client.GetEncoding
-
The payload will be base64 encoded
- base64Encoded() - Method in class com.rabbitmq.http.client.domain.OutboundMessage
- basicAuthentication(String, String) - Static method in class com.rabbitmq.http.client.ReactorNettyClient
- bindExchange(String, String, String, String) - Method in class com.rabbitmq.http.client.Client
-
Binds a destination exchange to a source one.
- bindExchange(String, String, String, String) - Method in class com.rabbitmq.http.client.ReactorNettyClient
- bindExchange(String, String, String, String, Map<String, Object>) - Method in class com.rabbitmq.http.client.Client
-
Binds a destination exchange to a source one.
- bindExchange(String, String, String, String, Map<String, Object>) - Method in class com.rabbitmq.http.client.ReactorNettyClient
- BindingInfo - Class in com.rabbitmq.http.client.domain
- BindingInfo() - Constructor for class com.rabbitmq.http.client.domain.BindingInfo
- bindQueue(String, String, String, String) - Method in class com.rabbitmq.http.client.Client
-
Binds a queue to an exchange.
- bindQueue(String, String, String, String) - Method in class com.rabbitmq.http.client.ReactorNettyClient
- bindQueue(String, String, String, String, Map<String, Object>) - Method in class com.rabbitmq.http.client.Client
-
Binds a queue to an exchange.
- bindQueue(String, String, String, String, Map<String, Object>) - Method in class com.rabbitmq.http.client.ReactorNettyClient
- byteBufSupplier() - Method in class com.rabbitmq.http.client.ReactorNettyClientOptions
- byteBufSupplier(Supplier<ByteBuf>) - Method in class com.rabbitmq.http.client.ReactorNettyClientOptions
C
- ChannelDetails - Class in com.rabbitmq.http.client.domain
- ChannelDetails() - Constructor for class com.rabbitmq.http.client.domain.ChannelDetails
- ChannelInfo - Class in com.rabbitmq.http.client.domain
- ChannelInfo() - Constructor for class com.rabbitmq.http.client.domain.ChannelInfo
- clear() - Method in class com.rabbitmq.http.client.domain.QueryParameters
- clear() - Method in class com.rabbitmq.http.client.domain.QueryParameters.Columns
- clear() - Method in class com.rabbitmq.http.client.domain.QueryParameters.Pagination
- clearMaxConnectionsLimit(String) - Method in class com.rabbitmq.http.client.Client
-
Clears the connection limit for a virtual host.
- clearMaxConnectionsLimit(String) - Method in class com.rabbitmq.http.client.ReactorNettyClient
-
Clears the connection limit for a virtual host.
- clearMaxQueuesLimit(String) - Method in class com.rabbitmq.http.client.Client
-
Clears the queue limit for a virtual host.
- clearMaxQueuesLimit(String) - Method in class com.rabbitmq.http.client.ReactorNettyClient
-
Clears the queue limit for a virtual host.
- clearPermissions(String, String) - Method in class com.rabbitmq.http.client.Client
- clearPermissions(String, String) - Method in class com.rabbitmq.http.client.ReactorNettyClient
- clearTopicPermissions(String, String) - Method in class com.rabbitmq.http.client.Client
- clearTopicPermissions(String, String) - Method in class com.rabbitmq.http.client.ReactorNettyClient
- client() - Method in class com.rabbitmq.http.client.ReactorNettyClientOptions
- client(Supplier<HttpClient>) - Method in class com.rabbitmq.http.client.ReactorNettyClientOptions
- Client - Class in com.rabbitmq.http.client
- Client(ClientParameters) - Constructor for class com.rabbitmq.http.client.Client
-
Construct an instance with the provided
ClientParameters
. - Client(String) - Constructor for class com.rabbitmq.http.client.Client
-
Construct an instance with the provided url and credentials.
- Client(String, HttpClientBuilderConfigurator) - Constructor for class com.rabbitmq.http.client.Client
-
Construct an instance with the provided url and credentials.
- Client(String, String, String) - Constructor for class com.rabbitmq.http.client.Client
-
Construct an instance with the provided url and credentials.
- Client(String, String, String, HttpClientBuilderConfigurator) - Constructor for class com.rabbitmq.http.client.Client
-
Construct an instance with the provided url and credentials.
- Client(URL) - Constructor for class com.rabbitmq.http.client.Client
-
Construct an instance with the provided url and credentials.
- Client(URL, String, String) - Constructor for class com.rabbitmq.http.client.Client
-
Construct an instance with the provided url and credentials.
- Client(URL, String, String, HttpClientBuilderConfigurator) - Constructor for class com.rabbitmq.http.client.Client
-
Construct an instance with the provided url and credentials.
- Client(URL, String, String, SSLContext) - Constructor for class com.rabbitmq.http.client.Client
-
Construct an instance with the provided url and credentials.
- ClientCreationContext - Class in com.rabbitmq.http.client
-
Some information that can be useful when configuring a
Client
'sRestTemplate
. - ClientParameters - Class in com.rabbitmq.http.client
-
Parameters to create an instance of
Client
. - ClientParameters() - Constructor for class com.rabbitmq.http.client.ClientParameters
- ClientProperties - Class in com.rabbitmq.http.client.domain
- ClientProperties() - Constructor for class com.rabbitmq.http.client.domain.ClientProperties
- closeConnection(String) - Method in class com.rabbitmq.http.client.Client
-
Forcefully closes individual connection.
- closeConnection(String) - Method in class com.rabbitmq.http.client.ReactorNettyClient
- closeConnection(String, String) - Method in class com.rabbitmq.http.client.Client
-
Forcefully closes individual connection with a user-provided message.
- closeConnection(String, String) - Method in class com.rabbitmq.http.client.ReactorNettyClient
- ClusterId - Class in com.rabbitmq.http.client.domain
- ClusterId() - Constructor for class com.rabbitmq.http.client.domain.ClusterId
- columns() - Method in class com.rabbitmq.http.client.domain.QueryParameters
- Columns() - Constructor for class com.rabbitmq.http.client.domain.QueryParameters.Columns
- com.rabbitmq.http.client - package com.rabbitmq.http.client
- com.rabbitmq.http.client.domain - package com.rabbitmq.http.client.domain
- configure(ClientCreationContext) - Method in class com.rabbitmq.http.client.HttpComponentsRestTemplateConfigurator
- configure(ClientCreationContext) - Method in class com.rabbitmq.http.client.OkHttpRestTemplateConfigurator
- configure(ClientCreationContext) - Method in interface com.rabbitmq.http.client.RestTemplateConfigurator
-
Configure a
RestTemplate
instance and return it for use in theClient
. - configure(ClientCreationContext) - Method in class com.rabbitmq.http.client.SimpleRestTemplateConfigurator
- configure(HttpURLConnection) - Method in interface com.rabbitmq.http.client.HttpConnectionConfigurator
-
Configure the
HttpURLConnection
- configure(OkHttpClient.Builder) - Method in interface com.rabbitmq.http.client.OkHttpClientBuilderConfigurator
-
Configure the
OkHttpClient.Builder
. - configure(HttpClientBuilder) - Method in interface com.rabbitmq.http.client.HttpClientBuilderConfigurator
-
Configure the
HttpClientBuilder
. - ConnectionDetails - Class in com.rabbitmq.http.client.domain
- ConnectionDetails() - Constructor for class com.rabbitmq.http.client.domain.ConnectionDetails
- ConnectionInfo - Class in com.rabbitmq.http.client.domain
- ConnectionInfo() - Constructor for class com.rabbitmq.http.client.domain.ConnectionInfo
- ConsumerDetails - Class in com.rabbitmq.http.client.domain
- ConsumerDetails() - Constructor for class com.rabbitmq.http.client.domain.ConsumerDetails
- createBasicAuthenticationToken(String, String) - Static method in class com.rabbitmq.http.client.ReactorNettyClient
- createDefaultObjectMapper() - Static method in class com.rabbitmq.http.client.ReactorNettyClient
- createUser(String, char[], List<String>) - Method in class com.rabbitmq.http.client.Client
- createUser(String, char[], List<String>) - Method in class com.rabbitmq.http.client.ReactorNettyClient
- createUserWithPasswordHash(String, char[], List<String>) - Method in class com.rabbitmq.http.client.Client
- createUserWithPasswordHash(String, char[], List<String>) - Method in class com.rabbitmq.http.client.ReactorNettyClient
- createVhost(String) - Method in class com.rabbitmq.http.client.Client
- createVhost(String) - Method in class com.rabbitmq.http.client.ReactorNettyClient
- createVhost(String, boolean) - Method in class com.rabbitmq.http.client.Client
-
Create a virtual host with name and tracing flag.
- createVhost(String, boolean) - Method in class com.rabbitmq.http.client.ReactorNettyClient
-
Create a virtual host with name and tracing flag.
- createVhost(String, boolean, String, String...) - Method in class com.rabbitmq.http.client.Client
-
Create a virtual host with name, tracing flag, and metadata.
- createVhost(String, boolean, String, String...) - Method in class com.rabbitmq.http.client.ReactorNettyClient
-
Create a virtual host with name, tracing flag, and metadata.
- createVhost(String, String, String...) - Method in class com.rabbitmq.http.client.Client
-
Create a virtual host with name and metadata.
- createVhost(String, String, String...) - Method in class com.rabbitmq.http.client.ReactorNettyClient
-
Create a virtual host with name and metadata.
- CurrentUserDetails - Class in com.rabbitmq.http.client.domain
- CurrentUserDetails(String, List<String>) - Constructor for class com.rabbitmq.http.client.domain.CurrentUserDetails
D
- declareExchange(String, String, ExchangeInfo) - Method in class com.rabbitmq.http.client.Client
- declareExchange(String, String, ExchangeInfo) - Method in class com.rabbitmq.http.client.ReactorNettyClient
- declarePolicy(String, String, PolicyInfo) - Method in class com.rabbitmq.http.client.Client
- declarePolicy(String, String, PolicyInfo) - Method in class com.rabbitmq.http.client.ReactorNettyClient
- declareQueue(String, String, QueueInfo) - Method in class com.rabbitmq.http.client.Client
- declareQueue(String, String, QueueInfo) - Method in class com.rabbitmq.http.client.ReactorNettyClient
- declareShovel(String, ShovelInfo) - Method in class com.rabbitmq.http.client.Client
-
Declares a shovel.
- declareShovel(String, ShovelInfo) - Method in class com.rabbitmq.http.client.ReactorNettyClient
- declareUpstream(String, String, UpstreamDetails) - Method in class com.rabbitmq.http.client.Client
-
Declares an upstream
- declareUpstream(String, String, UpstreamDetails) - Method in class com.rabbitmq.http.client.ReactorNettyClient
-
Declares an upstream
- declareUpstreamSet(String, String, List<UpstreamSetDetails>) - Method in class com.rabbitmq.http.client.Client
-
Declares an upstream set.
- declareUpstreamSet(String, String, List<UpstreamSetDetails>) - Method in class com.rabbitmq.http.client.ReactorNettyClient
-
Declares an upstream set.
- decode(Class<T>) - Method in class com.rabbitmq.http.client.ReactorNettyClient
- Definitions - Class in com.rabbitmq.http.client.domain
- Definitions() - Constructor for class com.rabbitmq.http.client.domain.Definitions
- deleteExchange(String, String) - Method in class com.rabbitmq.http.client.Client
- deleteExchange(String, String) - Method in class com.rabbitmq.http.client.ReactorNettyClient
- deletePolicy(String, String) - Method in class com.rabbitmq.http.client.Client
- deletePolicy(String, String) - Method in class com.rabbitmq.http.client.ReactorNettyClient
- deleteQueue(String, String) - Method in class com.rabbitmq.http.client.Client
- deleteQueue(String, String) - Method in class com.rabbitmq.http.client.ReactorNettyClient
- deleteQueue(String, String, DeleteQueueParameters) - Method in class com.rabbitmq.http.client.Client
- deleteQueue(String, String, DeleteQueueParameters) - Method in class com.rabbitmq.http.client.ReactorNettyClient
- DeleteQueueParameters - Class in com.rabbitmq.http.client.domain
- DeleteQueueParameters(boolean, boolean) - Constructor for class com.rabbitmq.http.client.domain.DeleteQueueParameters
- deleteShovel(String, String) - Method in class com.rabbitmq.http.client.Client
-
Deletes the specified shovel from specified virtual host.
- deleteShovel(String, String) - Method in class com.rabbitmq.http.client.ReactorNettyClient
- deleteUpstream(String, String) - Method in class com.rabbitmq.http.client.Client
-
Deletes an upstream
- deleteUpstream(String, String) - Method in class com.rabbitmq.http.client.ReactorNettyClient
-
Deletes an upstream
- deleteUpstreamSet(String, String) - Method in class com.rabbitmq.http.client.Client
-
Deletes an upstream set
- deleteUpstreamSet(String, String) - Method in class com.rabbitmq.http.client.ReactorNettyClient
-
Deletes an upstream set
- deleteUser(String) - Method in class com.rabbitmq.http.client.Client
- deleteUser(String) - Method in class com.rabbitmq.http.client.ReactorNettyClient
- deleteVhost(String) - Method in class com.rabbitmq.http.client.Client
- deleteVhost(String) - Method in class com.rabbitmq.http.client.ReactorNettyClient
- DestinationType - Enum in com.rabbitmq.http.client.domain
E
- ErlangApp - Class in com.rabbitmq.http.client.domain
- ErlangApp() - Constructor for class com.rabbitmq.http.client.domain.ErlangApp
- EXCHANGE - com.rabbitmq.http.client.domain.DestinationType
- ExchangeInfo - Class in com.rabbitmq.http.client.domain
- ExchangeInfo() - Constructor for class com.rabbitmq.http.client.domain.ExchangeInfo
- ExchangeInfo(String, boolean, boolean) - Constructor for class com.rabbitmq.http.client.domain.ExchangeInfo
- ExchangeInfo(String, boolean, boolean, boolean, Map<String, Object>) - Constructor for class com.rabbitmq.http.client.domain.ExchangeInfo
- ExchangeMessageStats - Class in com.rabbitmq.http.client.domain
- ExchangeMessageStats() - Constructor for class com.rabbitmq.http.client.domain.ExchangeMessageStats
- ExchangeType - Class in com.rabbitmq.http.client.domain
- ExchangeType() - Constructor for class com.rabbitmq.http.client.domain.ExchangeType
F
- FULL - Static variable in class com.rabbitmq.http.client.domain.UserPermissions
G
- get(String, String) - Method in class com.rabbitmq.http.client.Client
-
Get one message from a queue and requeue it.
- get(String, String) - Method in class com.rabbitmq.http.client.ReactorNettyClient
-
Get one message from a queue and requeue it.
- get(String, String, int, GetAckMode, GetEncoding) - Method in class com.rabbitmq.http.client.Client
-
Get messages from a queue, with no limit for message payload truncation.
- get(String, String, int, GetAckMode, GetEncoding) - Method in class com.rabbitmq.http.client.ReactorNettyClient
-
Get messages from a queue, with no limit for message payload truncation.
- get(String, String, int, GetAckMode, GetEncoding, int) - Method in class com.rabbitmq.http.client.Client
-
Get messages from a queue.
- get(String, String, int, GetAckMode, GetEncoding, int) - Method in class com.rabbitmq.http.client.ReactorNettyClient
-
Get messages from a queue.
- getAck() - Method in class com.rabbitmq.http.client.domain.MessageStats
- getAckDetails() - Method in class com.rabbitmq.http.client.domain.MessageStats
- getAckMode() - Method in class com.rabbitmq.http.client.domain.ShovelDetails
- getAckMode() - Method in class com.rabbitmq.http.client.domain.UpstreamDetails
- GetAckMode - Enum in com.rabbitmq.http.client
-
Acknowledgment mode when getting messages with the HTTP API.
- getAcksUncommitted() - Method in class com.rabbitmq.http.client.domain.ChannelInfo
- getApplyTo() - Method in class com.rabbitmq.http.client.domain.PolicyInfo
- getArguments() - Method in class com.rabbitmq.http.client.domain.BindingInfo
- getArguments() - Method in class com.rabbitmq.http.client.domain.ConsumerDetails
- getArguments() - Method in class com.rabbitmq.http.client.domain.ExchangeInfo
- getArguments() - Method in class com.rabbitmq.http.client.domain.QueueInfo
- getAsQueryParams() - Method in class com.rabbitmq.http.client.domain.DeleteQueueParameters
- getAuthMechanism() - Method in class com.rabbitmq.http.client.domain.ConnectionInfo
- getAuthMechanisms() - Method in class com.rabbitmq.http.client.domain.NodeInfo
- getBasicDeliver() - Method in class com.rabbitmq.http.client.domain.MessageStats
- getBasicDeliverDetails() - Method in class com.rabbitmq.http.client.domain.MessageStats
- getBasicDeliverNoAck() - Method in class com.rabbitmq.http.client.domain.MessageStats
- getBasicDeliverNoAckDetails() - Method in class com.rabbitmq.http.client.domain.MessageStats
- getBasicGet() - Method in class com.rabbitmq.http.client.domain.MessageStats
- getBasicGetDetails() - Method in class com.rabbitmq.http.client.domain.MessageStats
- getBasicGetNoAck() - Method in class com.rabbitmq.http.client.domain.MessageStats
- getBasicGetNoAckDetails() - Method in class com.rabbitmq.http.client.domain.MessageStats
- getBasicPublish() - Method in class com.rabbitmq.http.client.domain.MessageStats
- getBasicPublishDetails() - Method in class com.rabbitmq.http.client.domain.MessageStats
- getBasicReturn() - Method in class com.rabbitmq.http.client.domain.MessageStats
- getBasicReturnDetails() - Method in class com.rabbitmq.http.client.domain.MessageStats
- getBindings() - Method in class com.rabbitmq.http.client.Client
- getBindings() - Method in class com.rabbitmq.http.client.domain.Definitions
- getBindings() - Method in class com.rabbitmq.http.client.ReactorNettyClient
- getBindings(String) - Method in class com.rabbitmq.http.client.Client
- getBindings(String) - Method in class com.rabbitmq.http.client.ReactorNettyClient
- getBindingsBySource(String, String) - Method in class com.rabbitmq.http.client.Client
-
Returns a list of bindings where provided exchange is the source (other things are bound to it).
- getCapabilities() - Method in class com.rabbitmq.http.client.domain.ClientProperties
- getChannel(String) - Method in class com.rabbitmq.http.client.Client
-
Retrieves state and metrics information for individual channel.
- getChannel(String) - Method in class com.rabbitmq.http.client.ReactorNettyClient
- getChannelDetails() - Method in class com.rabbitmq.http.client.domain.ConsumerDetails
- getChannelMax() - Method in class com.rabbitmq.http.client.domain.ConnectionInfo
- getChannels() - Method in class com.rabbitmq.http.client.Client
-
Retrieves state and metrics information for all channels across the cluster.
- getChannels() - Method in class com.rabbitmq.http.client.domain.ConnectionInfo
- getChannels() - Method in class com.rabbitmq.http.client.domain.ObjectTotals
- getChannels() - Method in class com.rabbitmq.http.client.ReactorNettyClient
- getChannels(QueryParameters) - Method in class com.rabbitmq.http.client.Client
-
Retrieves state and metrics information for all channels across the cluster.
- getChannels(String) - Method in class com.rabbitmq.http.client.Client
-
Retrieves state and metrics information for all channels on individual connection.
- getChannels(String) - Method in class com.rabbitmq.http.client.ReactorNettyClient
- getClientParameters() - Method in class com.rabbitmq.http.client.ClientCreationContext
-
ClientParameters
used for thisClient
instance. - getClientProperties() - Method in class com.rabbitmq.http.client.domain.ConnectionInfo
- getClusterName() - Method in class com.rabbitmq.http.client.Client
- getClusterName() - Method in class com.rabbitmq.http.client.domain.OverviewResponse
- getClusterName() - Method in class com.rabbitmq.http.client.ReactorNettyClient
- getClusterState() - Method in class com.rabbitmq.http.client.domain.VhostInfo
- getComponent() - Method in class com.rabbitmq.http.client.domain.RuntimeParameter
- getComponent() - Method in class com.rabbitmq.http.client.domain.ShovelInfo
- getConfigFilePaths() - Method in class com.rabbitmq.http.client.domain.NodeInfo
- getConfigure() - Method in class com.rabbitmq.http.client.domain.UserPermissions
- getConfirm() - Method in class com.rabbitmq.http.client.domain.ExchangeMessageStats
- getConfirmDetails() - Method in class com.rabbitmq.http.client.domain.ExchangeMessageStats
- getConnectedAt() - Method in class com.rabbitmq.http.client.domain.ConnectionInfo
- getConnection(String) - Method in class com.rabbitmq.http.client.Client
-
Retrieves state and metrics information for individual client connection.
- getConnection(String) - Method in class com.rabbitmq.http.client.ReactorNettyClient
- getConnectionDetails() - Method in class com.rabbitmq.http.client.domain.ChannelInfo
- getConnectionName() - Method in class com.rabbitmq.http.client.domain.ChannelDetails
- getConnectionName() - Method in class com.rabbitmq.http.client.domain.ClientProperties
- getConnections() - Method in class com.rabbitmq.http.client.Client
-
Retrieves state and metrics information for all client connections across the cluster.
- getConnections() - Method in class com.rabbitmq.http.client.domain.ObjectTotals
- getConnections() - Method in class com.rabbitmq.http.client.ReactorNettyClient
- getConnections(QueryParameters) - Method in class com.rabbitmq.http.client.Client
-
Retrieves state and metrics information for all client connections across the cluster using query parameters
- getConsumerCount() - Method in class com.rabbitmq.http.client.domain.ChannelInfo
- getConsumerCount() - Method in class com.rabbitmq.http.client.domain.QueueInfo
- getConsumerDetails() - Method in class com.rabbitmq.http.client.domain.ChannelInfo
- getConsumerDetails() - Method in class com.rabbitmq.http.client.domain.QueueInfo
- getConsumers() - Method in class com.rabbitmq.http.client.domain.ObjectTotals
- getConsumerTag() - Method in class com.rabbitmq.http.client.domain.ConsumerDetails
- getConsumerUtilisation() - Method in class com.rabbitmq.http.client.domain.QueueInfo
- getContexts() - Method in class com.rabbitmq.http.client.domain.OverviewResponse
- getCopyright() - Method in class com.rabbitmq.http.client.domain.ClientProperties
- getDbDirectoryPath() - Method in class com.rabbitmq.http.client.domain.NodeInfo
- getDefinition() - Method in class com.rabbitmq.http.client.domain.PolicyInfo
- getDefinition() - Method in class com.rabbitmq.http.client.domain.ShovelStatus
- getDefinitions() - Method in class com.rabbitmq.http.client.Client
- getDefinitions() - Method in class com.rabbitmq.http.client.ReactorNettyClient
- getDescription() - Method in class com.rabbitmq.http.client.domain.AuthMechanism
- getDescription() - Method in class com.rabbitmq.http.client.domain.ErlangApp
- getDescription() - Method in class com.rabbitmq.http.client.domain.ExchangeType
- getDescription() - Method in class com.rabbitmq.http.client.domain.PluginContext
- getDescription() - Method in class com.rabbitmq.http.client.domain.VhostInfo
- getDestination() - Method in class com.rabbitmq.http.client.domain.BindingInfo
- getDestinationExchange() - Method in class com.rabbitmq.http.client.domain.ShovelDefinition
- getDestinationExchange() - Method in class com.rabbitmq.http.client.domain.ShovelDetails
- getDestinationExchangeKey() - Method in class com.rabbitmq.http.client.domain.ShovelDefinition
- getDestinationExchangeKey() - Method in class com.rabbitmq.http.client.domain.ShovelDetails
- getDestinationQueue() - Method in class com.rabbitmq.http.client.domain.ShovelDefinition
- getDestinationQueue() - Method in class com.rabbitmq.http.client.domain.ShovelDetails
- getDestinationType() - Method in class com.rabbitmq.http.client.domain.BindingInfo
- getDestinationTypeAsEnum() - Method in class com.rabbitmq.http.client.domain.BindingInfo
- getDestinationURI() - Method in class com.rabbitmq.http.client.domain.ShovelDetails
-
Deprecated.use
ShovelDetails.getDestinationURIs()
instead - getDestinationURI() - Method in class com.rabbitmq.http.client.domain.ShovelStatus
- getDestinationURIs() - Method in class com.rabbitmq.http.client.domain.ShovelDetails
- getDetails() - Method in class com.rabbitmq.http.client.domain.ShovelInfo
- getDiskFree() - Method in class com.rabbitmq.http.client.domain.NodeInfo
- getDiskFreeDetails() - Method in class com.rabbitmq.http.client.domain.NodeInfo
- getDiskFreeLimit() - Method in class com.rabbitmq.http.client.domain.NodeInfo
- getDiskReads() - Method in class com.rabbitmq.http.client.domain.QueueInfo
- getDiskWrites() - Method in class com.rabbitmq.http.client.domain.QueueInfo
- getEnabledPlugins() - Method in class com.rabbitmq.http.client.domain.NodeInfo
- GetEncoding - Enum in com.rabbitmq.http.client
-
The type of expected encoding when consuming messages.
- getErlangApps() - Method in class com.rabbitmq.http.client.domain.NodeInfo
- getErlangProcessesTotal() - Method in class com.rabbitmq.http.client.domain.NodeInfo
- getErlangProcessesUsed() - Method in class com.rabbitmq.http.client.domain.NodeInfo
- getErlangProcessesUsedDetails() - Method in class com.rabbitmq.http.client.domain.NodeInfo
- getErlangRunQueueLength() - Method in class com.rabbitmq.http.client.domain.NodeInfo
- getErlangVersion() - Method in class com.rabbitmq.http.client.domain.OverviewResponse
- getExchange() - Method in class com.rabbitmq.http.client.domain.TopicPermissions
- getExchange() - Method in class com.rabbitmq.http.client.domain.UpstreamDetails
- getExchange(String, String) - Method in class com.rabbitmq.http.client.Client
- getExchange(String, String) - Method in class com.rabbitmq.http.client.ReactorNettyClient
- getExchangeBindingsBetween(String, String, String) - Method in class com.rabbitmq.http.client.Client
- getExchangeBindingsBetween(String, String, String) - Method in class com.rabbitmq.http.client.ReactorNettyClient
- getExchangeBindingsByDestination(String, String) - Method in class com.rabbitmq.http.client.Client
-
Returns a list of bindings where provided exchange is the destination (it is bound to another exchange).
- getExchangeBindingsByDestination(String, String) - Method in class com.rabbitmq.http.client.ReactorNettyClient
- getExchangeBindingsBySource(String, String) - Method in class com.rabbitmq.http.client.ReactorNettyClient
- getExchanges() - Method in class com.rabbitmq.http.client.Client
- getExchanges() - Method in class com.rabbitmq.http.client.domain.Definitions
- getExchanges() - Method in class com.rabbitmq.http.client.domain.ObjectTotals
- getExchanges() - Method in class com.rabbitmq.http.client.ReactorNettyClient
- getExchanges(QueryParameters) - Method in class com.rabbitmq.http.client.Client
- getExchanges(String) - Method in class com.rabbitmq.http.client.Client
- getExchanges(String) - Method in class com.rabbitmq.http.client.ReactorNettyClient
- getExchanges(String, QueryParameters) - Method in class com.rabbitmq.http.client.Client
- getExchangeTypes() - Method in class com.rabbitmq.http.client.domain.NodeInfo
- getExchangeTypes() - Method in class com.rabbitmq.http.client.domain.OverviewResponse
- getExclusiveConsumerTag() - Method in class com.rabbitmq.http.client.domain.QueueInfo
- getExpiresMillis() - Method in class com.rabbitmq.http.client.domain.UpstreamDetails
- getExtensions() - Method in class com.rabbitmq.http.client.Client
- getExtensions() - Method in class com.rabbitmq.http.client.ReactorNettyClient
- getFdUsedDetails() - Method in class com.rabbitmq.http.client.domain.NodeInfo
- getFileDescriptorsTotal() - Method in class com.rabbitmq.http.client.domain.NodeInfo
- getFileDescriptorsUsed() - Method in class com.rabbitmq.http.client.domain.NodeInfo
- getFilteredCount() - Method in class com.rabbitmq.http.client.domain.Page
- getFrameMax() - Method in class com.rabbitmq.http.client.domain.ConnectionInfo
- getFullErlangVersion() - Method in class com.rabbitmq.http.client.domain.OverviewResponse
- getGetCounter() - Method in class com.rabbitmq.http.client.domain.MessageStats
- getGetDetails() - Method in class com.rabbitmq.http.client.domain.MessageStats
- getGlobalPrefetchCount() - Method in class com.rabbitmq.http.client.domain.ChannelInfo
- getHashingAlgorithm() - Method in class com.rabbitmq.http.client.domain.UserInfo
- getHeaders() - Method in class com.rabbitmq.http.client.HttpResponse
- getHeartbeatTimeout() - Method in class com.rabbitmq.http.client.domain.ConnectionInfo
- getHost() - Method in class com.rabbitmq.http.client.domain.ConnectionInfo
- getIdleSince() - Method in class com.rabbitmq.http.client.domain.ChannelInfo
- getIdleSince() - Method in class com.rabbitmq.http.client.domain.QueueInfo
- getInformation() - Method in class com.rabbitmq.http.client.domain.ClientProperties
- getInternalPurpose() - Method in class com.rabbitmq.http.client.domain.ExchangeType
- getIoReadAvgTime() - Method in class com.rabbitmq.http.client.domain.NodeInfo
- getIoReadAvgTimeDetails() - Method in class com.rabbitmq.http.client.domain.NodeInfo
- getIoSyncAvgTime() - Method in class com.rabbitmq.http.client.domain.NodeInfo
- getIoSyncAvgTimeDetails() - Method in class com.rabbitmq.http.client.domain.NodeInfo
- getIoWriteAvgTime() - Method in class com.rabbitmq.http.client.domain.NodeInfo
- getIoWriteAvgTimeDetails() - Method in class com.rabbitmq.http.client.domain.NodeInfo
- getIpAddress() - Method in class com.rabbitmq.http.client.domain.NetworkListener
- getItemCount() - Method in class com.rabbitmq.http.client.domain.Page
- getItems() - Method in class com.rabbitmq.http.client.domain.Page
- getItemsAsList() - Method in class com.rabbitmq.http.client.domain.Page
- getLeaderNode() - Method in class com.rabbitmq.http.client.domain.QueueInfo
- getListeners() - Method in class com.rabbitmq.http.client.domain.OverviewResponse
- getLogFilePath() - Method in class com.rabbitmq.http.client.domain.NodeInfo
- getManagementPluginVersion() - Method in class com.rabbitmq.http.client.domain.OverviewResponse
- getMaxConnections() - Method in class com.rabbitmq.http.client.domain.VhostLimits
- getMaxHops() - Method in class com.rabbitmq.http.client.domain.UpstreamDetails
- getMaxQueues() - Method in class com.rabbitmq.http.client.domain.VhostLimits
- getMemberNodes() - Method in class com.rabbitmq.http.client.domain.QueueInfo
- getMemoryLimit() - Method in class com.rabbitmq.http.client.domain.NodeInfo
- getMemoryUsed() - Method in class com.rabbitmq.http.client.domain.NodeInfo
- getMemoryUsed() - Method in class com.rabbitmq.http.client.domain.QueueInfo
- getMemoryUsedDetails() - Method in class com.rabbitmq.http.client.domain.NodeInfo
- getMessageBytes() - Method in class com.rabbitmq.http.client.domain.QueueInfo
- getMessageBytesPersistent() - Method in class com.rabbitmq.http.client.domain.QueueInfo
- getMessageBytesRAM() - Method in class com.rabbitmq.http.client.domain.QueueInfo
- getMessageBytesReady() - Method in class com.rabbitmq.http.client.domain.QueueInfo
- getMessageBytesUnacknowledged() - Method in class com.rabbitmq.http.client.domain.QueueInfo
- getMessageCount() - Method in class com.rabbitmq.http.client.domain.InboundMessage
- getMessages() - Method in class com.rabbitmq.http.client.domain.QueueTotals
- getMessages() - Method in class com.rabbitmq.http.client.domain.VhostInfo
- getMessagesDetails() - Method in class com.rabbitmq.http.client.domain.QueueTotals
- getMessagesDetails() - Method in class com.rabbitmq.http.client.domain.VhostInfo
- getMessagesReady() - Method in class com.rabbitmq.http.client.domain.QueueInfo
- getMessagesReady() - Method in class com.rabbitmq.http.client.domain.QueueTotals
- getMessagesReady() - Method in class com.rabbitmq.http.client.domain.VhostInfo
- getMessagesReadyDetails() - Method in class com.rabbitmq.http.client.domain.QueueInfo
- getMessagesReadyDetails() - Method in class com.rabbitmq.http.client.domain.QueueTotals
- getMessagesReadyDetails() - Method in class com.rabbitmq.http.client.domain.VhostInfo
- getMessageStats() - Method in class com.rabbitmq.http.client.domain.ChannelInfo
- getMessageStats() - Method in class com.rabbitmq.http.client.domain.OverviewResponse
- getMessageStats() - Method in class com.rabbitmq.http.client.domain.QueueInfo
- getMessageStats() - Method in class com.rabbitmq.http.client.domain.VhostInfo
- getMessagesUnacknowledged() - Method in class com.rabbitmq.http.client.domain.ChannelInfo
- getMessagesUnacknowledged() - Method in class com.rabbitmq.http.client.domain.QueueInfo
- getMessagesUnacknowledged() - Method in class com.rabbitmq.http.client.domain.QueueTotals
- getMessagesUnacknowledged() - Method in class com.rabbitmq.http.client.domain.VhostInfo
- getMessagesUnacknowledgedDetails() - Method in class com.rabbitmq.http.client.domain.QueueInfo
- getMessagesUnacknowledgedDetails() - Method in class com.rabbitmq.http.client.domain.QueueTotals
- getMessagesUnacknowledgedDetails() - Method in class com.rabbitmq.http.client.domain.VhostInfo
- getMessagesUncommitted() - Method in class com.rabbitmq.http.client.domain.ChannelInfo
- getMessagesUnconfirmed() - Method in class com.rabbitmq.http.client.domain.ChannelInfo
- getMessageTtl() - Method in class com.rabbitmq.http.client.domain.UpstreamDetails
- getMirrorNodes() - Method in class com.rabbitmq.http.client.domain.QueueInfo
- getMnesiaDiskTransactionCountDetails() - Method in class com.rabbitmq.http.client.domain.NodeInfo
- getMnesiaDiskTransactionsCount() - Method in class com.rabbitmq.http.client.domain.NodeInfo
- getMnesiaRamTransactionCountDetails() - Method in class com.rabbitmq.http.client.domain.NodeInfo
- getMnesiaRamTransactionsCount() - Method in class com.rabbitmq.http.client.domain.NodeInfo
- getName() - Method in class com.rabbitmq.http.client.domain.AuthMechanism
- getName() - Method in class com.rabbitmq.http.client.domain.ChannelDetails
- getName() - Method in class com.rabbitmq.http.client.domain.ChannelInfo
- getName() - Method in class com.rabbitmq.http.client.domain.ClusterId
- getName() - Method in class com.rabbitmq.http.client.domain.ConnectionDetails
- getName() - Method in class com.rabbitmq.http.client.domain.ConnectionInfo
- getName() - Method in class com.rabbitmq.http.client.domain.CurrentUserDetails
- getName() - Method in class com.rabbitmq.http.client.domain.ErlangApp
- getName() - Method in class com.rabbitmq.http.client.domain.ExchangeInfo
- getName() - Method in class com.rabbitmq.http.client.domain.ExchangeType
- getName() - Method in class com.rabbitmq.http.client.domain.NodeInfo
- getName() - Method in class com.rabbitmq.http.client.domain.OwnerPidDetails
- getName() - Method in class com.rabbitmq.http.client.domain.PolicyInfo
- getName() - Method in class com.rabbitmq.http.client.domain.QueueDetails
- getName() - Method in class com.rabbitmq.http.client.domain.QueueInfo
- getName() - Method in class com.rabbitmq.http.client.domain.RuntimeParameter
- getName() - Method in class com.rabbitmq.http.client.domain.ShovelInfo
- getName() - Method in class com.rabbitmq.http.client.domain.ShovelStatus
- getName() - Method in class com.rabbitmq.http.client.domain.UserInfo
- getName() - Method in class com.rabbitmq.http.client.domain.VhostInfo
- getNetTicktime() - Method in class com.rabbitmq.http.client.domain.NodeInfo
- getNode() - Method in class com.rabbitmq.http.client.domain.ChannelInfo
- getNode() - Method in class com.rabbitmq.http.client.domain.ConnectionInfo
- getNode() - Method in class com.rabbitmq.http.client.domain.NetworkListener
- getNode() - Method in class com.rabbitmq.http.client.domain.OverviewResponse
- getNode() - Method in class com.rabbitmq.http.client.domain.PluginContext
- getNode() - Method in class com.rabbitmq.http.client.domain.QueueInfo
- getNode() - Method in class com.rabbitmq.http.client.domain.ShovelStatus
- getNode(String) - Method in class com.rabbitmq.http.client.Client
-
Retrieves state and metrics information for individual node.
- getNode(String) - Method in class com.rabbitmq.http.client.ReactorNettyClient
- getNodes() - Method in class com.rabbitmq.http.client.Client
-
Retrieves state and metrics information for all nodes in the cluster.
- getNodes() - Method in class com.rabbitmq.http.client.ReactorNettyClient
- getNumber() - Method in class com.rabbitmq.http.client.domain.ChannelDetails
- getNumber() - Method in class com.rabbitmq.http.client.domain.ChannelInfo
- getNumberOfProcessors() - Method in class com.rabbitmq.http.client.domain.NodeInfo
- getObjectTotals() - Method in class com.rabbitmq.http.client.domain.OverviewResponse
- getOctetsReceived() - Method in class com.rabbitmq.http.client.domain.ConnectionInfo
- getOctetsReceived() - Method in class com.rabbitmq.http.client.domain.VhostInfo
- getOctetsReceivedDetails() - Method in class com.rabbitmq.http.client.domain.ConnectionInfo
- getOctetsReceivedDetails() - Method in class com.rabbitmq.http.client.domain.VhostInfo
- getOctetsSent() - Method in class com.rabbitmq.http.client.domain.ConnectionInfo
- getOctetsSent() - Method in class com.rabbitmq.http.client.domain.VhostInfo
- getOctetsSentDetails() - Method in class com.rabbitmq.http.client.domain.ConnectionInfo
- getOctetsSentDetails() - Method in class com.rabbitmq.http.client.domain.VhostInfo
- getOsPid() - Method in class com.rabbitmq.http.client.domain.NodeInfo
- getOverview() - Method in class com.rabbitmq.http.client.Client
- getOverview() - Method in class com.rabbitmq.http.client.ReactorNettyClient
- getPage() - Method in class com.rabbitmq.http.client.domain.Page
- getPageCount() - Method in class com.rabbitmq.http.client.domain.Page
- getPageSize() - Method in class com.rabbitmq.http.client.domain.Page
- getPassword() - Method in class com.rabbitmq.http.client.ClientParameters
- getPasswordHash() - Method in class com.rabbitmq.http.client.domain.UserInfo
- getPath() - Method in class com.rabbitmq.http.client.domain.PluginContext
- getPattern() - Method in class com.rabbitmq.http.client.domain.PolicyInfo
- getPayload() - Method in class com.rabbitmq.http.client.domain.InboundMessage
- getPayload() - Method in class com.rabbitmq.http.client.domain.OutboundMessage
- getPayloadBytes() - Method in class com.rabbitmq.http.client.domain.InboundMessage
- getPayloadEncoding() - Method in class com.rabbitmq.http.client.domain.InboundMessage
- getPayloadEncoding() - Method in class com.rabbitmq.http.client.domain.OutboundMessage
- getPeerCertificateIssuer() - Method in class com.rabbitmq.http.client.domain.ConnectionInfo
- getPeerCertificateSubject() - Method in class com.rabbitmq.http.client.domain.ConnectionInfo
- getPeerCertificateValidity() - Method in class com.rabbitmq.http.client.domain.ConnectionInfo
- getPeerHost() - Method in class com.rabbitmq.http.client.domain.ChannelDetails
- getPeerHost() - Method in class com.rabbitmq.http.client.domain.ConnectionDetails
- getPeerHost() - Method in class com.rabbitmq.http.client.domain.ConnectionInfo
- getPeerHost() - Method in class com.rabbitmq.http.client.domain.OwnerPidDetails
- getPeerPort() - Method in class com.rabbitmq.http.client.domain.ChannelDetails
- getPeerPort() - Method in class com.rabbitmq.http.client.domain.ConnectionDetails
- getPeerPort() - Method in class com.rabbitmq.http.client.domain.ConnectionInfo
- getPeerPort() - Method in class com.rabbitmq.http.client.domain.OwnerPidDetails
- getPermissions() - Method in class com.rabbitmq.http.client.Client
- getPermissions() - Method in class com.rabbitmq.http.client.domain.Definitions
- getPermissions() - Method in class com.rabbitmq.http.client.ReactorNettyClient
- getPermissions(String, String) - Method in class com.rabbitmq.http.client.Client
- getPermissions(String, String) - Method in class com.rabbitmq.http.client.ReactorNettyClient
- getPermissionsIn(String) - Method in class com.rabbitmq.http.client.Client
- getPermissionsIn(String) - Method in class com.rabbitmq.http.client.ReactorNettyClient
- getPermissionsOf(String) - Method in class com.rabbitmq.http.client.Client
- getPermissionsOf(String) - Method in class com.rabbitmq.http.client.ReactorNettyClient
- getPlatform() - Method in class com.rabbitmq.http.client.domain.ClientProperties
- getPluginContexts() - Method in class com.rabbitmq.http.client.domain.NodeInfo
- getPolicies() - Method in class com.rabbitmq.http.client.Client
- getPolicies() - Method in class com.rabbitmq.http.client.ReactorNettyClient
- getPolicies(String) - Method in class com.rabbitmq.http.client.Client
- getPolicies(String) - Method in class com.rabbitmq.http.client.ReactorNettyClient
- getPolicy() - Method in class com.rabbitmq.http.client.domain.QueueInfo
- getPort() - Method in class com.rabbitmq.http.client.domain.ConnectionInfo
- getPort() - Method in class com.rabbitmq.http.client.domain.NetworkListener
- getPort() - Method in class com.rabbitmq.http.client.domain.PluginContext
- getPrefetchCount() - Method in class com.rabbitmq.http.client.domain.ChannelInfo
- getPrefetchCount() - Method in class com.rabbitmq.http.client.domain.ConsumerDetails
- getPrefetchCount() - Method in class com.rabbitmq.http.client.domain.UpstreamDetails
- getPriority() - Method in class com.rabbitmq.http.client.domain.PolicyInfo
- getProduct() - Method in class com.rabbitmq.http.client.domain.ClientProperties
- getProperties() - Method in class com.rabbitmq.http.client.domain.InboundMessage
- getProperties() - Method in class com.rabbitmq.http.client.domain.OutboundMessage
- getPropertiesKey() - Method in class com.rabbitmq.http.client.domain.BindingInfo
- getProtocol() - Method in class com.rabbitmq.http.client.domain.ConnectionInfo
- getProtocol() - Method in class com.rabbitmq.http.client.domain.NetworkListener
- getPublisherConfirm() - Method in class com.rabbitmq.http.client.domain.MessageStats
- getPublisherConfirmDetails() - Method in class com.rabbitmq.http.client.domain.MessageStats
- getPublishIn() - Method in class com.rabbitmq.http.client.domain.ExchangeMessageStats
- getPublishInDetails() - Method in class com.rabbitmq.http.client.domain.ExchangeMessageStats
- getPublishOut() - Method in class com.rabbitmq.http.client.domain.ExchangeMessageStats
- getPublishOutDetails() - Method in class com.rabbitmq.http.client.domain.ExchangeMessageStats
- getPublishProperties() - Method in class com.rabbitmq.http.client.domain.ShovelDetails
- getQueue() - Method in class com.rabbitmq.http.client.domain.UpstreamDetails
- getQueue(String, String) - Method in class com.rabbitmq.http.client.Client
- getQueue(String, String) - Method in class com.rabbitmq.http.client.ReactorNettyClient
- getQueueBindings(String, String) - Method in class com.rabbitmq.http.client.Client
-
Returns a list of bindings where provided queue is the destination.
- getQueueBindings(String, String) - Method in class com.rabbitmq.http.client.ReactorNettyClient
- getQueueBindingsBetween(String, String, String) - Method in class com.rabbitmq.http.client.Client
- getQueueBindingsBetween(String, String, String) - Method in class com.rabbitmq.http.client.ReactorNettyClient
- getQueueDetails() - Method in class com.rabbitmq.http.client.domain.ConsumerDetails
- getQueues() - Method in class com.rabbitmq.http.client.Client
- getQueues() - Method in class com.rabbitmq.http.client.domain.Definitions
- getQueues() - Method in class com.rabbitmq.http.client.domain.ObjectTotals
- getQueues() - Method in class com.rabbitmq.http.client.ReactorNettyClient
- getQueues(QueryParameters) - Method in class com.rabbitmq.http.client.Client
- getQueues(String) - Method in class com.rabbitmq.http.client.Client
- getQueues(String) - Method in class com.rabbitmq.http.client.ReactorNettyClient
- getQueues(String, QueryParameters) - Method in class com.rabbitmq.http.client.Client
- getQueueTotals() - Method in class com.rabbitmq.http.client.domain.OverviewResponse
- getRabbitMQVersion() - Method in class com.rabbitmq.http.client.domain.Definitions
-
Deprecated.use
Definitions.getServerVersion()
instead. - getRabbitMQVersion() - Method in class com.rabbitmq.http.client.domain.OverviewResponse
-
Deprecated.use
OverviewResponse.getServerVersion()
instead. - getRate() - Method in class com.rabbitmq.http.client.domain.RateDetails
- getRatesMode() - Method in class com.rabbitmq.http.client.domain.NodeInfo
- getRatesMode() - Method in class com.rabbitmq.http.client.domain.OverviewResponse
- getRead() - Method in class com.rabbitmq.http.client.domain.TopicPermissions
- getRead() - Method in class com.rabbitmq.http.client.domain.UserPermissions
- getReason() - Method in class com.rabbitmq.http.client.domain.ShovelStatus
- getReason() - Method in class com.rabbitmq.http.client.HttpResponse
- getReconnectDelay() - Method in class com.rabbitmq.http.client.domain.ShovelDetails
- getReconnectDelay() - Method in class com.rabbitmq.http.client.domain.UpstreamDetails
- getRecoverableMirrors() - Method in class com.rabbitmq.http.client.domain.QueueInfo
- getRedeliver() - Method in class com.rabbitmq.http.client.domain.MessageStats
- getRedeliverDetails() - Method in class com.rabbitmq.http.client.domain.MessageStats
- getRestTemplate() - Method in class com.rabbitmq.http.client.ClientCreationContext
-
The
RestTemplate
created by theClient
. - getRestTemplateConfigurator() - Method in class com.rabbitmq.http.client.ClientParameters
- getRootUri() - Method in class com.rabbitmq.http.client.ClientCreationContext
-
The root URI of the management API.
- getRoutingKey() - Method in class com.rabbitmq.http.client.domain.BindingInfo
- getRoutingKey() - Method in class com.rabbitmq.http.client.domain.InboundMessage
- getSaslLogFilePath() - Method in class com.rabbitmq.http.client.domain.NodeInfo
- getServerVersion() - Method in class com.rabbitmq.http.client.domain.Definitions
- getServerVersion() - Method in class com.rabbitmq.http.client.domain.OverviewResponse
- getShovels() - Method in class com.rabbitmq.http.client.Client
-
Returns virtual host shovels.
- getShovels() - Method in class com.rabbitmq.http.client.ReactorNettyClient
- getShovels(String) - Method in class com.rabbitmq.http.client.Client
-
Returns virtual host shovels.
- getShovelsStatus() - Method in class com.rabbitmq.http.client.Client
-
Returns virtual host shovels.
- getShovelsStatus() - Method in class com.rabbitmq.http.client.ReactorNettyClient
- getShovelsStatus(String) - Method in class com.rabbitmq.http.client.Client
-
Returns virtual host shovels.
- getSingleActiveConsumerTag() - Method in class com.rabbitmq.http.client.domain.QueueInfo
- getSocketsTotal() - Method in class com.rabbitmq.http.client.domain.NodeInfo
- getSocketsUsed() - Method in class com.rabbitmq.http.client.domain.NodeInfo
- getSocketsUsedDetails() - Method in class com.rabbitmq.http.client.domain.NodeInfo
- getSource() - Method in class com.rabbitmq.http.client.domain.BindingInfo
- getSourceDeleteAfter() - Method in class com.rabbitmq.http.client.domain.ShovelDetails
- getSourceExchange() - Method in class com.rabbitmq.http.client.domain.ShovelDefinition
- getSourceExchange() - Method in class com.rabbitmq.http.client.domain.ShovelDetails
- getSourceExchangeKey() - Method in class com.rabbitmq.http.client.domain.ShovelDefinition
- getSourceExchangeKey() - Method in class com.rabbitmq.http.client.domain.ShovelDetails
- getSourcePrefetchCount() - Method in class com.rabbitmq.http.client.domain.ShovelDetails
- getSourceQueue() - Method in class com.rabbitmq.http.client.domain.ShovelDefinition
- getSourceQueue() - Method in class com.rabbitmq.http.client.domain.ShovelDetails
- getSourceURI() - Method in class com.rabbitmq.http.client.domain.ShovelDetails
-
Deprecated.use
ShovelDetails.getSourceURIs()
instead - getSourceURI() - Method in class com.rabbitmq.http.client.domain.ShovelStatus
- getSourceURIs() - Method in class com.rabbitmq.http.client.domain.ShovelDetails
- getSslCipher() - Method in class com.rabbitmq.http.client.domain.ConnectionInfo
- getSslHash() - Method in class com.rabbitmq.http.client.domain.ConnectionInfo
- getSslKeyExchange() - Method in class com.rabbitmq.http.client.domain.ConnectionInfo
- getSslProtocol() - Method in class com.rabbitmq.http.client.domain.ConnectionInfo
- getState() - Method in class com.rabbitmq.http.client.domain.ChannelInfo
- getState() - Method in class com.rabbitmq.http.client.domain.ConnectionInfo
- getState() - Method in class com.rabbitmq.http.client.domain.QueueInfo
- getState() - Method in class com.rabbitmq.http.client.domain.ShovelStatus
- getStatisticsDBEventQueueLength() - Method in class com.rabbitmq.http.client.domain.OverviewResponse
- getStatisticsDbNode() - Method in class com.rabbitmq.http.client.domain.OverviewResponse
- getStatisticsLevel() - Method in class com.rabbitmq.http.client.domain.NodeInfo
- getStatisticsLevel() - Method in class com.rabbitmq.http.client.domain.OverviewResponse
- getStatus() - Method in class com.rabbitmq.http.client.domain.AlivenessTestResult
- getStatus() - Method in class com.rabbitmq.http.client.HttpResponse
- getSynchronisedMirrorNodes() - Method in class com.rabbitmq.http.client.domain.QueueInfo
- getTags() - Method in class com.rabbitmq.http.client.domain.CurrentUserDetails
- getTags() - Method in class com.rabbitmq.http.client.domain.UserInfo
- getTags() - Method in class com.rabbitmq.http.client.domain.VhostInfo
- getTopicPermissions() - Method in class com.rabbitmq.http.client.Client
- getTopicPermissions() - Method in class com.rabbitmq.http.client.domain.Definitions
- getTopicPermissions() - Method in class com.rabbitmq.http.client.ReactorNettyClient
- getTopicPermissions(String, String) - Method in class com.rabbitmq.http.client.Client
- getTopicPermissions(String, String) - Method in class com.rabbitmq.http.client.ReactorNettyClient
- getTopicPermissionsIn(String) - Method in class com.rabbitmq.http.client.Client
- getTopicPermissionsIn(String) - Method in class com.rabbitmq.http.client.ReactorNettyClient
- getTopicPermissionsOf(String) - Method in class com.rabbitmq.http.client.Client
- getTopicPermissionsOf(String) - Method in class com.rabbitmq.http.client.ReactorNettyClient
- getTotalCount() - Method in class com.rabbitmq.http.client.domain.Page
- getTotalMessages() - Method in class com.rabbitmq.http.client.domain.QueueInfo
- getTotalPersistentMessages() - Method in class com.rabbitmq.http.client.domain.QueueInfo
- getTotalTransientMessages() - Method in class com.rabbitmq.http.client.domain.QueueInfo
- getTrustUserId() - Method in class com.rabbitmq.http.client.domain.UpstreamDetails
- getType() - Method in class com.rabbitmq.http.client.domain.ConnectionInfo
- getType() - Method in class com.rabbitmq.http.client.domain.ExchangeInfo
- getType() - Method in class com.rabbitmq.http.client.domain.NodeInfo
- getType() - Method in class com.rabbitmq.http.client.domain.QueueInfo
- getType() - Method in class com.rabbitmq.http.client.domain.ShovelStatus
- getUpstream() - Method in class com.rabbitmq.http.client.domain.UpstreamSetDetails
- getUpstreams() - Method in class com.rabbitmq.http.client.Client
-
Returns a list of upstreams for "/" virtual host
- getUpstreams() - Method in class com.rabbitmq.http.client.ReactorNettyClient
-
Returns a list of upstreams for "/" virtual host
- getUpstreams(String) - Method in class com.rabbitmq.http.client.Client
-
Returns a list of upstreams
- getUpstreams(String) - Method in class com.rabbitmq.http.client.ReactorNettyClient
-
Returns a list of upstreams
- getUpstreamSets() - Method in class com.rabbitmq.http.client.Client
-
Returns a list of upstream sets for "/" virtual host
- getUpstreamSets() - Method in class com.rabbitmq.http.client.ReactorNettyClient
-
Returns a list of upstream sets for "/" virtual host
- getUpstreamSets(String) - Method in class com.rabbitmq.http.client.Client
-
Returns a list of upstream sets.
- getUpstreamSets(String) - Method in class com.rabbitmq.http.client.ReactorNettyClient
-
Returns a list of upstream sets
- getUptime() - Method in class com.rabbitmq.http.client.domain.NodeInfo
- getUri() - Method in class com.rabbitmq.http.client.domain.UpstreamDetails
- getUrl() - Method in class com.rabbitmq.http.client.ClientParameters
- getUser() - Method in class com.rabbitmq.http.client.domain.ChannelInfo
- getUser() - Method in class com.rabbitmq.http.client.domain.ConnectionInfo
- getUser() - Method in class com.rabbitmq.http.client.domain.TopicPermissions
- getUser() - Method in class com.rabbitmq.http.client.domain.UserPermissions
- getUser(String) - Method in class com.rabbitmq.http.client.Client
- getUser(String) - Method in class com.rabbitmq.http.client.ReactorNettyClient
- getUsername() - Method in class com.rabbitmq.http.client.ClientParameters
- getUsers() - Method in class com.rabbitmq.http.client.Client
- getUsers() - Method in class com.rabbitmq.http.client.domain.Definitions
- getUsers() - Method in class com.rabbitmq.http.client.ReactorNettyClient
- getValue() - Method in class com.rabbitmq.http.client.domain.RuntimeParameter
- getVersion() - Method in class com.rabbitmq.http.client.domain.ClientProperties
- getVersion() - Method in class com.rabbitmq.http.client.domain.ErlangApp
- getVhost() - Method in class com.rabbitmq.http.client.domain.BindingInfo
- getVhost() - Method in class com.rabbitmq.http.client.domain.ChannelInfo
- getVhost() - Method in class com.rabbitmq.http.client.domain.ConnectionInfo
- getVhost() - Method in class com.rabbitmq.http.client.domain.ExchangeInfo
- getVhost() - Method in class com.rabbitmq.http.client.domain.PolicyInfo
- getVhost() - Method in class com.rabbitmq.http.client.domain.QueueDetails
- getVhost() - Method in class com.rabbitmq.http.client.domain.QueueInfo
- getVhost() - Method in class com.rabbitmq.http.client.domain.RuntimeParameter
- getVhost() - Method in class com.rabbitmq.http.client.domain.TopicPermissions
- getVhost() - Method in class com.rabbitmq.http.client.domain.UserPermissions
- getVhost() - Method in class com.rabbitmq.http.client.domain.VhostLimits
- getVhost(String) - Method in class com.rabbitmq.http.client.Client
- getVhost(String) - Method in class com.rabbitmq.http.client.ReactorNettyClient
- getVhostLimits() - Method in class com.rabbitmq.http.client.Client
-
Returns the limits (max queues and connections) for all virtual hosts.
- getVhostLimits() - Method in class com.rabbitmq.http.client.ReactorNettyClient
-
Returns the limits (max queues and connections) for all virtual hosts.
- getVhostLimits(String) - Method in class com.rabbitmq.http.client.Client
-
Returns the limits (max queues and connections) for a given virtual host.
- getVhostLimits(String) - Method in class com.rabbitmq.http.client.ReactorNettyClient
-
Returns the limits (max queues and connections) for a given virtual host.
- getVhosts() - Method in class com.rabbitmq.http.client.Client
- getVhosts() - Method in class com.rabbitmq.http.client.domain.Definitions
- getVhosts() - Method in class com.rabbitmq.http.client.ReactorNettyClient
- getVirtualHost() - Method in class com.rabbitmq.http.client.domain.ShovelInfo
- getVirtualHost() - Method in class com.rabbitmq.http.client.domain.ShovelStatus
- getWrite() - Method in class com.rabbitmq.http.client.domain.TopicPermissions
- getWrite() - Method in class com.rabbitmq.http.client.domain.UserPermissions
H
- hasAny() - Method in class com.rabbitmq.http.client.domain.QueryParameters.Columns
- hasAny() - Method in class com.rabbitmq.http.client.domain.QueryParameters.Pagination
- HttpClientBuilderConfigurator - Interface in com.rabbitmq.http.client
-
Implementations of this interface can perform post-configuration of
HttpClientBuilder
used byClient
internally. - HttpClientException - Exception in com.rabbitmq.http.client
-
Java exception for 4xx HTTP responses.
- HttpClientException(int, String) - Constructor for exception com.rabbitmq.http.client.HttpClientException
- HttpComponentsRestTemplateConfigurator - Class in com.rabbitmq.http.client
- HttpComponentsRestTemplateConfigurator() - Constructor for class com.rabbitmq.http.client.HttpComponentsRestTemplateConfigurator
-
Create an instance with no TLS configuration and no
HttpClientBuilder
post-processor. - HttpComponentsRestTemplateConfigurator(HttpClientBuilderConfigurator) - Constructor for class com.rabbitmq.http.client.HttpComponentsRestTemplateConfigurator
-
Create an instance with a
HttpClientBuilder
post-processor. - HttpComponentsRestTemplateConfigurator(SSLConnectionSocketFactory, SSLContext) - Constructor for class com.rabbitmq.http.client.HttpComponentsRestTemplateConfigurator
-
Create an instance with TLS configuration.
- HttpComponentsRestTemplateConfigurator(SSLConnectionSocketFactory, SSLContext, HttpClientBuilderConfigurator) - Constructor for class com.rabbitmq.http.client.HttpComponentsRestTemplateConfigurator
-
Create an instance with TLS configuration and a
HttpClientBuilder
post-processor. - HttpConnectionConfigurator - Interface in com.rabbitmq.http.client
-
Implementations of this interface can perform post-configuration on the
HttpURLConnection
used in theClient
'sRestTemplate
. - HttpEndpoint - Class in com.rabbitmq.http.client
-
Representation of an HTTP endpoint.
- HttpEndpoint(String, String) - Constructor for class com.rabbitmq.http.client.HttpEndpoint
- HttpException - Exception in com.rabbitmq.http.client
-
Base exception.
- HttpException(String) - Constructor for exception com.rabbitmq.http.client.HttpException
- HttpException(Throwable) - Constructor for exception com.rabbitmq.http.client.HttpException
- HttpResponse - Class in com.rabbitmq.http.client
-
Representation of an HTTP response.
- HttpResponse(int, String, Map<String, String>) - Constructor for class com.rabbitmq.http.client.HttpResponse
- HttpServerException - Exception in com.rabbitmq.http.client
-
Java exception for 5xx HTTP responses.
- HttpServerException(int, String) - Constructor for exception com.rabbitmq.http.client.HttpServerException
I
- InboundMessage - Class in com.rabbitmq.http.client.domain
-
POJO for messages consumed from the HTTP API.
- InboundMessage() - Constructor for class com.rabbitmq.http.client.domain.InboundMessage
- isActive() - Method in class com.rabbitmq.http.client.domain.ConsumerDetails
- isAddForwardHeaders() - Method in class com.rabbitmq.http.client.domain.ShovelDetails
- isAutoDelete() - Method in class com.rabbitmq.http.client.domain.ExchangeInfo
- isAutoDelete() - Method in class com.rabbitmq.http.client.domain.QueueInfo
- isClientFlowBlocked() - Method in class com.rabbitmq.http.client.domain.ChannelInfo
- isDestinationAddTimestampHeader() - Method in class com.rabbitmq.http.client.domain.ShovelDetails
- isDiskAlarmActive() - Method in class com.rabbitmq.http.client.domain.NodeInfo
- isDiskNode() - Method in class com.rabbitmq.http.client.domain.NodeInfo
- isDurable() - Method in class com.rabbitmq.http.client.domain.ExchangeInfo
- isDurable() - Method in class com.rabbitmq.http.client.domain.QueueInfo
- isEmpty() - Method in class com.rabbitmq.http.client.domain.QueryParameters
- isEnabled() - Method in class com.rabbitmq.http.client.domain.AuthMechanism
- isEnabled() - Method in class com.rabbitmq.http.client.domain.ExchangeType
- isExclusive() - Method in class com.rabbitmq.http.client.domain.ConsumerDetails
- isExclusive() - Method in class com.rabbitmq.http.client.domain.QueueInfo
- isIfEmpty() - Method in class com.rabbitmq.http.client.domain.DeleteQueueParameters
- isIfUnused() - Method in class com.rabbitmq.http.client.domain.DeleteQueueParameters
- isInternal() - Method in class com.rabbitmq.http.client.domain.ExchangeInfo
- isMemoryAlarmActive() - Method in class com.rabbitmq.http.client.domain.NodeInfo
- isRedelivered() - Method in class com.rabbitmq.http.client.domain.InboundMessage
- isRunning() - Method in class com.rabbitmq.http.client.domain.NodeInfo
- isSsl() - Method in class com.rabbitmq.http.client.domain.PluginContext
- isSuccessful() - Method in class com.rabbitmq.http.client.domain.AlivenessTestResult
- isTracing() - Method in class com.rabbitmq.http.client.domain.VhostInfo
- isTransactional() - Method in class com.rabbitmq.http.client.domain.ChannelInfo
- isUsesTLS() - Method in class com.rabbitmq.http.client.domain.ConnectionInfo
L
- limitMaxNumberOfConnections(String, int) - Method in class com.rabbitmq.http.client.Client
-
Sets the max number (limit) of connections for a virtual host.
- limitMaxNumberOfConnections(String, int) - Method in class com.rabbitmq.http.client.ReactorNettyClient
-
Sets the max number (limit) of connections for a virtual host.
- limitMaxNumberOfQueues(String, int) - Method in class com.rabbitmq.http.client.Client
-
Sets the max number (limit) of queues for a virtual host.
- limitMaxNumberOfQueues(String, int) - Method in class com.rabbitmq.http.client.ReactorNettyClient
-
Sets the max number (limit) of queues for a virtual host.
M
- MessageStats - Class in com.rabbitmq.http.client.domain
- MessageStats() - Constructor for class com.rabbitmq.http.client.domain.MessageStats
- method() - Method in class com.rabbitmq.http.client.HttpEndpoint
N
- NACK_REQUEUE_TRUE - com.rabbitmq.http.client.GetAckMode
-
basic.get
with acknowledgment enabled, but never acknowledges, so the message(s) will be requeued when the internal AMQP connection is closed. - name(String) - Method in class com.rabbitmq.http.client.domain.QueryParameters
- name(String, boolean) - Method in class com.rabbitmq.http.client.domain.QueryParameters
- NetworkListener - Class in com.rabbitmq.http.client.domain
- NetworkListener() - Constructor for class com.rabbitmq.http.client.domain.NetworkListener
- nextPage(Page) - Method in class com.rabbitmq.http.client.domain.QueryParameters.Pagination
- NodeInfo - Class in com.rabbitmq.http.client.domain
- NodeInfo() - Constructor for class com.rabbitmq.http.client.domain.NodeInfo
O
- objectMapper() - Method in class com.rabbitmq.http.client.ReactorNettyClientOptions
- objectMapper(Supplier<ObjectMapper>) - Method in class com.rabbitmq.http.client.ReactorNettyClientOptions
- ObjectTotals - Class in com.rabbitmq.http.client.domain
- ObjectTotals() - Constructor for class com.rabbitmq.http.client.domain.ObjectTotals
- OkHttpClientBuilderConfigurator - Interface in com.rabbitmq.http.client
-
Implementations of this interface can perform post-configuration of
OkHttpClient.Builder
used byClient
internally. - OkHttpRestTemplateConfigurator - Class in com.rabbitmq.http.client
- OkHttpRestTemplateConfigurator() - Constructor for class com.rabbitmq.http.client.OkHttpRestTemplateConfigurator
-
Create an instance with no TLS configuration and no
OkHttpClient.Builder
post-processor. - OkHttpRestTemplateConfigurator(OkHttpClientBuilderConfigurator) - Constructor for class com.rabbitmq.http.client.OkHttpRestTemplateConfigurator
-
Create an instance with a
OkHttpClient.Builder
post-processor. - OkHttpRestTemplateConfigurator(SSLSocketFactory, X509TrustManager) - Constructor for class com.rabbitmq.http.client.OkHttpRestTemplateConfigurator
-
Create an instance with TLS configuration.
- OkHttpRestTemplateConfigurator(SSLSocketFactory, X509TrustManager, OkHttpClientBuilderConfigurator) - Constructor for class com.rabbitmq.http.client.OkHttpRestTemplateConfigurator
-
Create an instance with TLS configuration and a
OkHttpClient.Builder
post-processor. - ON_CONFIRM - com.rabbitmq.http.client.domain.AckMode
-
Consumes in manual acknowledgement mode.
- ON_PUBLISH - com.rabbitmq.http.client.domain.AckMode
-
Consumes in manual acknowledgement mode.
- onResponseCallback() - Method in class com.rabbitmq.http.client.ReactorNettyClientOptions
- onResponseCallback(BiConsumer<? super HttpEndpoint, ? super HttpResponse>) - Method in class com.rabbitmq.http.client.ReactorNettyClientOptions
- OutboundMessage - Class in com.rabbitmq.http.client.domain
-
Representation for an outbound message.
- OutboundMessage() - Constructor for class com.rabbitmq.http.client.domain.OutboundMessage
- OverviewResponse - Class in com.rabbitmq.http.client.domain
- OverviewResponse() - Constructor for class com.rabbitmq.http.client.domain.OverviewResponse
- OwnerPidDetails - Class in com.rabbitmq.http.client.domain
- OwnerPidDetails() - Constructor for class com.rabbitmq.http.client.domain.OwnerPidDetails
P
- Page<T> - Class in com.rabbitmq.http.client.domain
- Page() - Constructor for class com.rabbitmq.http.client.domain.Page
- Page(T[]) - Constructor for class com.rabbitmq.http.client.domain.Page
- pageSize(int) - Method in class com.rabbitmq.http.client.domain.QueryParameters.Pagination
- pagination() - Method in class com.rabbitmq.http.client.domain.QueryParameters
- Pagination() - Constructor for class com.rabbitmq.http.client.domain.QueryParameters.Pagination
- parameters() - Method in class com.rabbitmq.http.client.domain.QueryParameters
- password(String) - Method in class com.rabbitmq.http.client.ClientParameters
-
Set the password to use when authenticating.
- payload(String) - Method in class com.rabbitmq.http.client.domain.OutboundMessage
- PluginContext - Class in com.rabbitmq.http.client.domain
- PluginContext() - Constructor for class com.rabbitmq.http.client.domain.PluginContext
- PolicyInfo - Class in com.rabbitmq.http.client.domain
- PolicyInfo() - Constructor for class com.rabbitmq.http.client.domain.PolicyInfo
- PolicyInfo(String, int, String, Map<String, Object>) - Constructor for class com.rabbitmq.http.client.domain.PolicyInfo
- properties(Map<String, Object>) - Method in class com.rabbitmq.http.client.domain.OutboundMessage
- publish(String, String, String, OutboundMessage) - Method in class com.rabbitmq.http.client.Client
-
Publishes a message to an exchange.
- publish(String, String, String, OutboundMessage) - Method in class com.rabbitmq.http.client.ReactorNettyClient
-
Publishes a message to an exchange.
- purgeQueue(String, String) - Method in class com.rabbitmq.http.client.Client
- purgeQueue(String, String) - Method in class com.rabbitmq.http.client.ReactorNettyClient
Q
- query() - Method in class com.rabbitmq.http.client.domain.QueryParameters.Columns
- query() - Method in class com.rabbitmq.http.client.domain.QueryParameters.Pagination
- QueryParameters - Class in com.rabbitmq.http.client.domain
- QueryParameters() - Constructor for class com.rabbitmq.http.client.domain.QueryParameters
- QueryParameters.Columns - Class in com.rabbitmq.http.client.domain
- QueryParameters.Pagination - Class in com.rabbitmq.http.client.domain
- QUEUE - com.rabbitmq.http.client.domain.DestinationType
- QueueDetails - Class in com.rabbitmq.http.client.domain
- QueueDetails() - Constructor for class com.rabbitmq.http.client.domain.QueueDetails
- QueueInfo - Class in com.rabbitmq.http.client.domain
- QueueInfo() - Constructor for class com.rabbitmq.http.client.domain.QueueInfo
- QueueInfo(boolean, boolean, boolean) - Constructor for class com.rabbitmq.http.client.domain.QueueInfo
- QueueInfo(boolean, boolean, boolean, Map<String, Object>) - Constructor for class com.rabbitmq.http.client.domain.QueueInfo
- QueueTotals - Class in com.rabbitmq.http.client.domain
- QueueTotals() - Constructor for class com.rabbitmq.http.client.domain.QueueTotals
R
- RateDetails - Class in com.rabbitmq.http.client.domain
- RateDetails(double) - Constructor for class com.rabbitmq.http.client.domain.RateDetails
- ReactorNettyClient - Class in com.rabbitmq.http.client
-
Reactive client based on Reactor Netty.
- ReactorNettyClient(String) - Constructor for class com.rabbitmq.http.client.ReactorNettyClient
- ReactorNettyClient(String, ReactorNettyClientOptions) - Constructor for class com.rabbitmq.http.client.ReactorNettyClient
- ReactorNettyClient(String, String, String) - Constructor for class com.rabbitmq.http.client.ReactorNettyClient
- ReactorNettyClient(String, String, String, ReactorNettyClientOptions) - Constructor for class com.rabbitmq.http.client.ReactorNettyClient
- ReactorNettyClientOptions - Class in com.rabbitmq.http.client
-
Options for
ReactorNettyClient
. - ReactorNettyClientOptions() - Constructor for class com.rabbitmq.http.client.ReactorNettyClientOptions
- reason() - Method in exception com.rabbitmq.http.client.HttpClientException
- reason() - Method in exception com.rabbitmq.http.client.HttpServerException
- REJECT_REQUEUE_FALSE - com.rabbitmq.http.client.GetAckMode
-
Reject the message without requeuing.
- REJECT_REQUEUE_TRUE - com.rabbitmq.http.client.GetAckMode
-
Reject the messages, request requeuing.
- restTemplateConfigurator(RestTemplateConfigurator) - Method in class com.rabbitmq.http.client.ClientParameters
- RestTemplateConfigurator - Interface in com.rabbitmq.http.client
-
An extension point to configure the
RestTemplate
used in aClient
instance. - rootUri - Variable in class com.rabbitmq.http.client.Client
- rt - Variable in class com.rabbitmq.http.client.Client
- RuntimeParameter<T> - Class in com.rabbitmq.http.client.domain
- RuntimeParameter() - Constructor for class com.rabbitmq.http.client.domain.RuntimeParameter
S
- setAck(long) - Method in class com.rabbitmq.http.client.domain.MessageStats
- setAckDetails(RateDetails) - Method in class com.rabbitmq.http.client.domain.MessageStats
- setAckMode(AckMode) - Method in class com.rabbitmq.http.client.domain.UpstreamDetails
- setAckMode(String) - Method in class com.rabbitmq.http.client.domain.ShovelDetails
- setAcksUncommitted(int) - Method in class com.rabbitmq.http.client.domain.ChannelInfo
- setActive(boolean) - Method in class com.rabbitmq.http.client.domain.ConsumerDetails
- setAddForwardHeaders(boolean) - Method in class com.rabbitmq.http.client.domain.ShovelDetails
- setApplyTo(String) - Method in class com.rabbitmq.http.client.domain.PolicyInfo
- setArguments(Map<String, Object>) - Method in class com.rabbitmq.http.client.domain.BindingInfo
- setArguments(Map<String, Object>) - Method in class com.rabbitmq.http.client.domain.ConsumerDetails
- setArguments(Map<String, Object>) - Method in class com.rabbitmq.http.client.domain.ExchangeInfo
- setArguments(Map<String, Object>) - Method in class com.rabbitmq.http.client.domain.QueueInfo
- setAuthMechanism(String) - Method in class com.rabbitmq.http.client.domain.ConnectionInfo
- setAuthMechanisms(List<AuthMechanism>) - Method in class com.rabbitmq.http.client.domain.NodeInfo
- setAutoDelete(boolean) - Method in class com.rabbitmq.http.client.domain.ExchangeInfo
- setAutoDelete(boolean) - Method in class com.rabbitmq.http.client.domain.QueueInfo
- setBasicDeliver(long) - Method in class com.rabbitmq.http.client.domain.MessageStats
- setBasicDeliverDetails(RateDetails) - Method in class com.rabbitmq.http.client.domain.MessageStats
- setBasicDeliverNoAck(long) - Method in class com.rabbitmq.http.client.domain.MessageStats
- setBasicDeliverNoAckDetails(RateDetails) - Method in class com.rabbitmq.http.client.domain.MessageStats
- setBasicGet(long) - Method in class com.rabbitmq.http.client.domain.MessageStats
- setBasicGetDetails(RateDetails) - Method in class com.rabbitmq.http.client.domain.MessageStats
- setBasicGetNoAck(long) - Method in class com.rabbitmq.http.client.domain.MessageStats
- setBasicGetNoAckDetails(RateDetails) - Method in class com.rabbitmq.http.client.domain.MessageStats
- setBasicPublish(long) - Method in class com.rabbitmq.http.client.domain.MessageStats
- setBasicPublishDetails(RateDetails) - Method in class com.rabbitmq.http.client.domain.MessageStats
- setBasicReturn(long) - Method in class com.rabbitmq.http.client.domain.MessageStats
- setBasicReturnDetails(RateDetails) - Method in class com.rabbitmq.http.client.domain.MessageStats
- setBindings(List<BindingInfo>) - Method in class com.rabbitmq.http.client.domain.Definitions
- setCapabilities(Map<String, Object>) - Method in class com.rabbitmq.http.client.domain.ClientProperties
- setChannelDetails(ChannelDetails) - Method in class com.rabbitmq.http.client.domain.ConsumerDetails
- setChannelMax(int) - Method in class com.rabbitmq.http.client.domain.ConnectionInfo
- setChannels(int) - Method in class com.rabbitmq.http.client.domain.ConnectionInfo
- setChannels(long) - Method in class com.rabbitmq.http.client.domain.ObjectTotals
- setClientFlowBlocked(boolean) - Method in class com.rabbitmq.http.client.domain.ChannelInfo
- setClientProperties(ClientProperties) - Method in class com.rabbitmq.http.client.domain.ConnectionInfo
- setClusterName(String) - Method in class com.rabbitmq.http.client.Client
- setClusterName(String) - Method in class com.rabbitmq.http.client.domain.OverviewResponse
- setClusterName(String) - Method in class com.rabbitmq.http.client.ReactorNettyClient
- setClusterState(Map<String, String>) - Method in class com.rabbitmq.http.client.domain.VhostInfo
- setComponent(String) - Method in class com.rabbitmq.http.client.domain.RuntimeParameter
- setComponent(String) - Method in class com.rabbitmq.http.client.domain.ShovelInfo
- setConfigFilePaths(List<String>) - Method in class com.rabbitmq.http.client.domain.NodeInfo
- setConfigure(String) - Method in class com.rabbitmq.http.client.domain.UserPermissions
- setConfirm(long) - Method in class com.rabbitmq.http.client.domain.ExchangeMessageStats
- setConfirmDetails(RateDetails) - Method in class com.rabbitmq.http.client.domain.ExchangeMessageStats
- setConnectedAt(long) - Method in class com.rabbitmq.http.client.domain.ConnectionInfo
- setConnectionDetails(ConnectionDetails) - Method in class com.rabbitmq.http.client.domain.ChannelInfo
- setConnectionName(String) - Method in class com.rabbitmq.http.client.domain.ChannelDetails
- setConnectionName(String) - Method in class com.rabbitmq.http.client.domain.ClientProperties
- setConnections(long) - Method in class com.rabbitmq.http.client.domain.ObjectTotals
- setConsumerCount(int) - Method in class com.rabbitmq.http.client.domain.ChannelInfo
- setConsumerCount(long) - Method in class com.rabbitmq.http.client.domain.QueueInfo
- setConsumerDetails(List<ConsumerDetails>) - Method in class com.rabbitmq.http.client.domain.ChannelInfo
- setConsumerDetails(List<ConsumerDetails>) - Method in class com.rabbitmq.http.client.domain.QueueInfo
- setConsumers(long) - Method in class com.rabbitmq.http.client.domain.ObjectTotals
- setConsumerTag(String) - Method in class com.rabbitmq.http.client.domain.ConsumerDetails
- setConsumerUtilisation(long) - Method in class com.rabbitmq.http.client.domain.QueueInfo
- setContexts(List<PluginContext>) - Method in class com.rabbitmq.http.client.domain.OverviewResponse
- setCopyright(String) - Method in class com.rabbitmq.http.client.domain.ClientProperties
- setDbDirectoryPath(String) - Method in class com.rabbitmq.http.client.domain.NodeInfo
- setDefinition(ShovelDefinition) - Method in class com.rabbitmq.http.client.domain.ShovelStatus
- setDefinition(Map<String, Object>) - Method in class com.rabbitmq.http.client.domain.PolicyInfo
- setDescription(String) - Method in class com.rabbitmq.http.client.domain.AuthMechanism
- setDescription(String) - Method in class com.rabbitmq.http.client.domain.ErlangApp
- setDescription(String) - Method in class com.rabbitmq.http.client.domain.ExchangeType
- setDescription(String) - Method in class com.rabbitmq.http.client.domain.PluginContext
- setDescription(String) - Method in class com.rabbitmq.http.client.domain.VhostInfo
- setDestination(String) - Method in class com.rabbitmq.http.client.domain.BindingInfo
- setDestinationAddTimestampHeader(Boolean) - Method in class com.rabbitmq.http.client.domain.ShovelDetails
- setDestinationExchange(String) - Method in class com.rabbitmq.http.client.domain.ShovelDefinition
- setDestinationExchange(String) - Method in class com.rabbitmq.http.client.domain.ShovelDetails
- setDestinationExchangeKey(String) - Method in class com.rabbitmq.http.client.domain.ShovelDefinition
- setDestinationExchangeKey(String) - Method in class com.rabbitmq.http.client.domain.ShovelDetails
- setDestinationQueue(String) - Method in class com.rabbitmq.http.client.domain.ShovelDefinition
- setDestinationQueue(String) - Method in class com.rabbitmq.http.client.domain.ShovelDetails
- setDestinationType(DestinationType) - Method in class com.rabbitmq.http.client.domain.BindingInfo
- setDestinationType(String) - Method in class com.rabbitmq.http.client.domain.BindingInfo
- setDestinationURI(String) - Method in class com.rabbitmq.http.client.domain.ShovelDetails
-
Deprecated.use
ShovelDetails.setDestinationURIs(List)
instead - setDestinationURI(String) - Method in class com.rabbitmq.http.client.domain.ShovelStatus
- setDestinationURIs(List<String>) - Method in class com.rabbitmq.http.client.domain.ShovelDetails
- setDetails(ShovelDetails) - Method in class com.rabbitmq.http.client.domain.ShovelInfo
- setDiskAlarmActive(boolean) - Method in class com.rabbitmq.http.client.domain.NodeInfo
- setDiskFree(long) - Method in class com.rabbitmq.http.client.domain.NodeInfo
- setDiskFreeDetails(RateDetails) - Method in class com.rabbitmq.http.client.domain.NodeInfo
- setDiskFreeLimit(long) - Method in class com.rabbitmq.http.client.domain.NodeInfo
- setDiskReads(long) - Method in class com.rabbitmq.http.client.domain.QueueInfo
- setDiskWrites(long) - Method in class com.rabbitmq.http.client.domain.QueueInfo
- setDurable(boolean) - Method in class com.rabbitmq.http.client.domain.ExchangeInfo
- setDurable(boolean) - Method in class com.rabbitmq.http.client.domain.QueueInfo
- setEnabled(boolean) - Method in class com.rabbitmq.http.client.domain.AuthMechanism
- setEnabled(boolean) - Method in class com.rabbitmq.http.client.domain.ExchangeType
- setEnabledPlugins(List<String>) - Method in class com.rabbitmq.http.client.domain.NodeInfo
- setErlangApps(List<ErlangApp>) - Method in class com.rabbitmq.http.client.domain.NodeInfo
- setErlangProcessesTotal(long) - Method in class com.rabbitmq.http.client.domain.NodeInfo
- setErlangProcessesUsed(long) - Method in class com.rabbitmq.http.client.domain.NodeInfo
- setErlangProcessesUsedDetails(RateDetails) - Method in class com.rabbitmq.http.client.domain.NodeInfo
- setErlangRunQueueLength(long) - Method in class com.rabbitmq.http.client.domain.NodeInfo
- setErlangVersion(String) - Method in class com.rabbitmq.http.client.domain.OverviewResponse
- setExchange(String) - Method in class com.rabbitmq.http.client.domain.TopicPermissions
- setExchange(String) - Method in class com.rabbitmq.http.client.domain.UpstreamDetails
- setExchanges(long) - Method in class com.rabbitmq.http.client.domain.ObjectTotals
- setExchanges(List<ExchangeInfo>) - Method in class com.rabbitmq.http.client.domain.Definitions
- setExchangeTypes(List<ExchangeType>) - Method in class com.rabbitmq.http.client.domain.NodeInfo
- setExchangeTypes(List<ExchangeType>) - Method in class com.rabbitmq.http.client.domain.OverviewResponse
- setExclusive(boolean) - Method in class com.rabbitmq.http.client.domain.ConsumerDetails
- setExclusive(boolean) - Method in class com.rabbitmq.http.client.domain.QueueInfo
- setExclusiveConsumerTag(String) - Method in class com.rabbitmq.http.client.domain.QueueInfo
- setExpiresMillis(Long) - Method in class com.rabbitmq.http.client.domain.UpstreamDetails
- setFdUsedDetails(RateDetails) - Method in class com.rabbitmq.http.client.domain.NodeInfo
- setFileDescriptorsTotal(long) - Method in class com.rabbitmq.http.client.domain.NodeInfo
- setFileDescriptorsUsed(long) - Method in class com.rabbitmq.http.client.domain.NodeInfo
- setFrameMax(int) - Method in class com.rabbitmq.http.client.domain.ConnectionInfo
- setFullErlangVersion(String) - Method in class com.rabbitmq.http.client.domain.OverviewResponse
- setGetCounter(long) - Method in class com.rabbitmq.http.client.domain.MessageStats
- setGetDetails(RateDetails) - Method in class com.rabbitmq.http.client.domain.MessageStats
- setGlobalPrefetchCount(int) - Method in class com.rabbitmq.http.client.domain.ChannelInfo
- setHashingAlgorithm(String) - Method in class com.rabbitmq.http.client.domain.UserInfo
- setHeartbeatTimeout(int) - Method in class com.rabbitmq.http.client.domain.ConnectionInfo
- setHost(String) - Method in class com.rabbitmq.http.client.domain.ConnectionInfo
- setIdleSince(String) - Method in class com.rabbitmq.http.client.domain.ChannelInfo
- setIdleSince(String) - Method in class com.rabbitmq.http.client.domain.QueueInfo
- setInformation(String) - Method in class com.rabbitmq.http.client.domain.ClientProperties
- setInternal(boolean) - Method in class com.rabbitmq.http.client.domain.ExchangeInfo
- setInternalPurpose(String) - Method in class com.rabbitmq.http.client.domain.ExchangeType
- setIoReadAvgTime(long) - Method in class com.rabbitmq.http.client.domain.NodeInfo
- setIoReadAvgTimeDetails(RateDetails) - Method in class com.rabbitmq.http.client.domain.NodeInfo
- setIoSyncAvgTime(long) - Method in class com.rabbitmq.http.client.domain.NodeInfo
- setIoSyncAvgTimeDetails(RateDetails) - Method in class com.rabbitmq.http.client.domain.NodeInfo
- setIoWriteAvgTime(long) - Method in class com.rabbitmq.http.client.domain.NodeInfo
- setIoWriteAvgTimeDetails(RateDetails) - Method in class com.rabbitmq.http.client.domain.NodeInfo
- setIpAddress(String) - Method in class com.rabbitmq.http.client.domain.NetworkListener
- setItems(T[]) - Method in class com.rabbitmq.http.client.domain.Page
- setLeaderNode(String) - Method in class com.rabbitmq.http.client.domain.QueueInfo
- setListeners(List<NetworkListener>) - Method in class com.rabbitmq.http.client.domain.OverviewResponse
- setLogFilePath(String) - Method in class com.rabbitmq.http.client.domain.NodeInfo
- setManagementPluginVersion(String) - Method in class com.rabbitmq.http.client.domain.OverviewResponse
- setMaxHops(Integer) - Method in class com.rabbitmq.http.client.domain.UpstreamDetails
- setMemberNodes(List<String>) - Method in class com.rabbitmq.http.client.domain.QueueInfo
- setMemoryAlarmActive(boolean) - Method in class com.rabbitmq.http.client.domain.NodeInfo
- setMemoryLimit(long) - Method in class com.rabbitmq.http.client.domain.NodeInfo
- setMemoryUsed(long) - Method in class com.rabbitmq.http.client.domain.NodeInfo
- setMemoryUsed(long) - Method in class com.rabbitmq.http.client.domain.QueueInfo
- setMemoryUsedDetails(RateDetails) - Method in class com.rabbitmq.http.client.domain.NodeInfo
- setMessageBytes(long) - Method in class com.rabbitmq.http.client.domain.QueueInfo
- setMessageBytesPersistent(long) - Method in class com.rabbitmq.http.client.domain.QueueInfo
- setMessageBytesRAM(long) - Method in class com.rabbitmq.http.client.domain.QueueInfo
- setMessageBytesReady(long) - Method in class com.rabbitmq.http.client.domain.QueueInfo
- setMessageBytesUnacknowledged(long) - Method in class com.rabbitmq.http.client.domain.QueueInfo
- setMessageCount(int) - Method in class com.rabbitmq.http.client.domain.InboundMessage
- setMessages(long) - Method in class com.rabbitmq.http.client.domain.QueueTotals
- setMessages(long) - Method in class com.rabbitmq.http.client.domain.VhostInfo
- setMessagesDetails(RateDetails) - Method in class com.rabbitmq.http.client.domain.QueueTotals
- setMessagesDetails(RateDetails) - Method in class com.rabbitmq.http.client.domain.VhostInfo
- setMessagesReady(long) - Method in class com.rabbitmq.http.client.domain.QueueInfo
- setMessagesReady(long) - Method in class com.rabbitmq.http.client.domain.QueueTotals
- setMessagesReady(long) - Method in class com.rabbitmq.http.client.domain.VhostInfo
- setMessagesReadyDetails(RateDetails) - Method in class com.rabbitmq.http.client.domain.QueueInfo
- setMessagesReadyDetails(RateDetails) - Method in class com.rabbitmq.http.client.domain.QueueTotals
- setMessagesReadyDetails(RateDetails) - Method in class com.rabbitmq.http.client.domain.VhostInfo
- setMessageStats(MessageStats) - Method in class com.rabbitmq.http.client.domain.ChannelInfo
- setMessageStats(MessageStats) - Method in class com.rabbitmq.http.client.domain.OverviewResponse
- setMessageStats(MessageStats) - Method in class com.rabbitmq.http.client.domain.QueueInfo
- setMessageStats(MessageStats) - Method in class com.rabbitmq.http.client.domain.VhostInfo
- setMessagesUnacknowledged(int) - Method in class com.rabbitmq.http.client.domain.ChannelInfo
- setMessagesUnacknowledged(long) - Method in class com.rabbitmq.http.client.domain.QueueInfo
- setMessagesUnacknowledged(long) - Method in class com.rabbitmq.http.client.domain.QueueTotals
- setMessagesUnacknowledged(long) - Method in class com.rabbitmq.http.client.domain.VhostInfo
- setMessagesUnacknowledgedDetails(RateDetails) - Method in class com.rabbitmq.http.client.domain.QueueInfo
- setMessagesUnacknowledgedDetails(RateDetails) - Method in class com.rabbitmq.http.client.domain.QueueTotals
- setMessagesUnacknowledgedDetails(RateDetails) - Method in class com.rabbitmq.http.client.domain.VhostInfo
- setMessagesUncommitted(int) - Method in class com.rabbitmq.http.client.domain.ChannelInfo
- setMessagesUnconfirmed(int) - Method in class com.rabbitmq.http.client.domain.ChannelInfo
- setMessageTtl(Long) - Method in class com.rabbitmq.http.client.domain.UpstreamDetails
- setMirrorNodes(List<String>) - Method in class com.rabbitmq.http.client.domain.QueueInfo
- setMnesiaDiskTransactionCountDetails(RateDetails) - Method in class com.rabbitmq.http.client.domain.NodeInfo
- setMnesiaDiskTransactionsCount(long) - Method in class com.rabbitmq.http.client.domain.NodeInfo
- setMnesiaRamTransactionCountDetails(RateDetails) - Method in class com.rabbitmq.http.client.domain.NodeInfo
- setMnesiaRamTransactionsCount(long) - Method in class com.rabbitmq.http.client.domain.NodeInfo
- setName(String) - Method in class com.rabbitmq.http.client.domain.AuthMechanism
- setName(String) - Method in class com.rabbitmq.http.client.domain.ChannelDetails
- setName(String) - Method in class com.rabbitmq.http.client.domain.ChannelInfo
- setName(String) - Method in class com.rabbitmq.http.client.domain.ClusterId
- setName(String) - Method in class com.rabbitmq.http.client.domain.ConnectionDetails
- setName(String) - Method in class com.rabbitmq.http.client.domain.ConnectionInfo
- setName(String) - Method in class com.rabbitmq.http.client.domain.CurrentUserDetails
- setName(String) - Method in class com.rabbitmq.http.client.domain.ErlangApp
- setName(String) - Method in class com.rabbitmq.http.client.domain.ExchangeInfo
- setName(String) - Method in class com.rabbitmq.http.client.domain.ExchangeType
- setName(String) - Method in class com.rabbitmq.http.client.domain.NodeInfo
- setName(String) - Method in class com.rabbitmq.http.client.domain.OwnerPidDetails
- setName(String) - Method in class com.rabbitmq.http.client.domain.PolicyInfo
- setName(String) - Method in class com.rabbitmq.http.client.domain.QueueDetails
- setName(String) - Method in class com.rabbitmq.http.client.domain.QueueInfo
- setName(String) - Method in class com.rabbitmq.http.client.domain.RuntimeParameter
- setName(String) - Method in class com.rabbitmq.http.client.domain.ShovelInfo
- setName(String) - Method in class com.rabbitmq.http.client.domain.ShovelStatus
- setName(String) - Method in class com.rabbitmq.http.client.domain.UserInfo
- setName(String) - Method in class com.rabbitmq.http.client.domain.VhostInfo
- setNetTicktime(long) - Method in class com.rabbitmq.http.client.domain.NodeInfo
- setNode(String) - Method in class com.rabbitmq.http.client.domain.ChannelInfo
- setNode(String) - Method in class com.rabbitmq.http.client.domain.ConnectionInfo
- setNode(String) - Method in class com.rabbitmq.http.client.domain.NetworkListener
- setNode(String) - Method in class com.rabbitmq.http.client.domain.OverviewResponse
- setNode(String) - Method in class com.rabbitmq.http.client.domain.PluginContext
- setNode(String) - Method in class com.rabbitmq.http.client.domain.QueueInfo
- setNode(String) - Method in class com.rabbitmq.http.client.domain.ShovelStatus
- setNumber(int) - Method in class com.rabbitmq.http.client.domain.ChannelDetails
- setNumber(int) - Method in class com.rabbitmq.http.client.domain.ChannelInfo
- setNumberOfProcessors(int) - Method in class com.rabbitmq.http.client.domain.NodeInfo
- setObjectTotals(ObjectTotals) - Method in class com.rabbitmq.http.client.domain.OverviewResponse
- setOctetsReceived(long) - Method in class com.rabbitmq.http.client.domain.ConnectionInfo
- setOctetsReceived(long) - Method in class com.rabbitmq.http.client.domain.VhostInfo
- setOctetsReceivedDetails(RateDetails) - Method in class com.rabbitmq.http.client.domain.ConnectionInfo
- setOctetsReceivedDetails(RateDetails) - Method in class com.rabbitmq.http.client.domain.VhostInfo
- setOctetsSent(long) - Method in class com.rabbitmq.http.client.domain.ConnectionInfo
- setOctetsSent(long) - Method in class com.rabbitmq.http.client.domain.VhostInfo
- setOctetsSentDetails(RateDetails) - Method in class com.rabbitmq.http.client.domain.ConnectionInfo
- setOctetsSentDetails(RateDetails) - Method in class com.rabbitmq.http.client.domain.VhostInfo
- setOsPid(String) - Method in class com.rabbitmq.http.client.domain.NodeInfo
- setOwnerPidDetails(OwnerPidDetails) - Method in class com.rabbitmq.http.client.domain.QueueInfo
- setPasswordHash(String) - Method in class com.rabbitmq.http.client.domain.UserInfo
- setPath(String) - Method in class com.rabbitmq.http.client.domain.PluginContext
- setPattern(String) - Method in class com.rabbitmq.http.client.domain.PolicyInfo
- setPayload(String) - Method in class com.rabbitmq.http.client.domain.InboundMessage
- setPayloadBytes(int) - Method in class com.rabbitmq.http.client.domain.InboundMessage
- setPayloadEncoding(String) - Method in class com.rabbitmq.http.client.domain.InboundMessage
- setPeerCertificateIssuer(String) - Method in class com.rabbitmq.http.client.domain.ConnectionInfo
- setPeerCertificateSubject(String) - Method in class com.rabbitmq.http.client.domain.ConnectionInfo
- setPeerCertificateValidity(String) - Method in class com.rabbitmq.http.client.domain.ConnectionInfo
- setPeerHost(String) - Method in class com.rabbitmq.http.client.domain.ChannelDetails
- setPeerHost(String) - Method in class com.rabbitmq.http.client.domain.ConnectionDetails
- setPeerHost(String) - Method in class com.rabbitmq.http.client.domain.ConnectionInfo
- setPeerHost(String) - Method in class com.rabbitmq.http.client.domain.OwnerPidDetails
- setPeerPort(int) - Method in class com.rabbitmq.http.client.domain.ChannelDetails
- setPeerPort(int) - Method in class com.rabbitmq.http.client.domain.ConnectionDetails
- setPeerPort(int) - Method in class com.rabbitmq.http.client.domain.ConnectionInfo
- setPeerPort(int) - Method in class com.rabbitmq.http.client.domain.OwnerPidDetails
- setPermissions(List<UserPermissions>) - Method in class com.rabbitmq.http.client.domain.Definitions
- setPlatform(String) - Method in class com.rabbitmq.http.client.domain.ClientProperties
- setPluginContexts(List<PluginContext>) - Method in class com.rabbitmq.http.client.domain.NodeInfo
- setPolicy(String) - Method in class com.rabbitmq.http.client.domain.QueueInfo
- setPort(int) - Method in class com.rabbitmq.http.client.domain.ConnectionInfo
- setPort(int) - Method in class com.rabbitmq.http.client.domain.NetworkListener
- setPort(int) - Method in class com.rabbitmq.http.client.domain.PluginContext
- setPrefetchCount(int) - Method in class com.rabbitmq.http.client.domain.ChannelInfo
- setPrefetchCount(int) - Method in class com.rabbitmq.http.client.domain.ConsumerDetails
- setPrefetchCount(Integer) - Method in class com.rabbitmq.http.client.domain.UpstreamDetails
- setPriority(int) - Method in class com.rabbitmq.http.client.domain.PolicyInfo
- setProduct(String) - Method in class com.rabbitmq.http.client.domain.ClientProperties
- setProperties(Map<String, Object>) - Method in class com.rabbitmq.http.client.domain.InboundMessage
- setPropertiesKey(String) - Method in class com.rabbitmq.http.client.domain.BindingInfo
- setProtocol(String) - Method in class com.rabbitmq.http.client.domain.ConnectionInfo
- setProtocol(String) - Method in class com.rabbitmq.http.client.domain.NetworkListener
- setPublisherConfirm(long) - Method in class com.rabbitmq.http.client.domain.MessageStats
- setPublisherConfirmDetails(RateDetails) - Method in class com.rabbitmq.http.client.domain.MessageStats
- setPublisherConfirms(boolean) - Method in class com.rabbitmq.http.client.domain.ChannelInfo
- setPublishIn(long) - Method in class com.rabbitmq.http.client.domain.ExchangeMessageStats
- setPublishInDetails(RateDetails) - Method in class com.rabbitmq.http.client.domain.ExchangeMessageStats
- setPublishOut(long) - Method in class com.rabbitmq.http.client.domain.ExchangeMessageStats
- setPublishOutDetails(RateDetails) - Method in class com.rabbitmq.http.client.domain.ExchangeMessageStats
- setPublishProperties(Map<String, Object>) - Method in class com.rabbitmq.http.client.domain.ShovelDetails
- setQueue(String) - Method in class com.rabbitmq.http.client.domain.UpstreamDetails
- setQueueDetails(QueueDetails) - Method in class com.rabbitmq.http.client.domain.ConsumerDetails
- setQueues(long) - Method in class com.rabbitmq.http.client.domain.ObjectTotals
- setQueues(List<QueueInfo>) - Method in class com.rabbitmq.http.client.domain.Definitions
- setQueueTotals(QueueTotals) - Method in class com.rabbitmq.http.client.domain.OverviewResponse
- setRabbitMQVersion(String) - Method in class com.rabbitmq.http.client.domain.Definitions
-
Deprecated.use
Definitions.setServerVersion(String)
instead. - setRabbitMQVersion(String) - Method in class com.rabbitmq.http.client.domain.OverviewResponse
-
Deprecated.use
OverviewResponse.setServerVersion(String)
instead. - setRatesMode(String) - Method in class com.rabbitmq.http.client.domain.NodeInfo
- setRatesMode(String) - Method in class com.rabbitmq.http.client.domain.OverviewResponse
- setRead(String) - Method in class com.rabbitmq.http.client.domain.TopicPermissions
- setRead(String) - Method in class com.rabbitmq.http.client.domain.UserPermissions
- setReason(String) - Method in class com.rabbitmq.http.client.domain.ShovelStatus
- setReconnectDelay(long) - Method in class com.rabbitmq.http.client.domain.ShovelDetails
- setReconnectDelay(Integer) - Method in class com.rabbitmq.http.client.domain.UpstreamDetails
- setRecoverableMirrors(List<String>) - Method in class com.rabbitmq.http.client.domain.QueueInfo
- setRedeliver(long) - Method in class com.rabbitmq.http.client.domain.MessageStats
- setRedeliverDetails(RateDetails) - Method in class com.rabbitmq.http.client.domain.MessageStats
- setRedelivered(boolean) - Method in class com.rabbitmq.http.client.domain.InboundMessage
- setRoutingKey(String) - Method in class com.rabbitmq.http.client.domain.BindingInfo
- setRoutingKey(String) - Method in class com.rabbitmq.http.client.domain.InboundMessage
- setRunning(boolean) - Method in class com.rabbitmq.http.client.domain.NodeInfo
- setSaslLogFilePath(String) - Method in class com.rabbitmq.http.client.domain.NodeInfo
- setServerVersion(String) - Method in class com.rabbitmq.http.client.domain.Definitions
- setServerVersion(String) - Method in class com.rabbitmq.http.client.domain.OverviewResponse
- setSingleActiveConsumerTag(String) - Method in class com.rabbitmq.http.client.domain.QueueInfo
- setSocketsTotal(long) - Method in class com.rabbitmq.http.client.domain.NodeInfo
- setSocketsUsed(long) - Method in class com.rabbitmq.http.client.domain.NodeInfo
- setSocketsUsedDetails(RateDetails) - Method in class com.rabbitmq.http.client.domain.NodeInfo
- setSource(String) - Method in class com.rabbitmq.http.client.domain.BindingInfo
- setSourceDeleteAfter(String) - Method in class com.rabbitmq.http.client.domain.ShovelDetails
- setSourceExchange(String) - Method in class com.rabbitmq.http.client.domain.ShovelDefinition
- setSourceExchange(String) - Method in class com.rabbitmq.http.client.domain.ShovelDetails
- setSourceExchangeKey(String) - Method in class com.rabbitmq.http.client.domain.ShovelDefinition
- setSourceExchangeKey(String) - Method in class com.rabbitmq.http.client.domain.ShovelDetails
- setSourcePrefetchCount(Long) - Method in class com.rabbitmq.http.client.domain.ShovelDetails
- setSourceQueue(String) - Method in class com.rabbitmq.http.client.domain.ShovelDefinition
- setSourceQueue(String) - Method in class com.rabbitmq.http.client.domain.ShovelDetails
- setSourceURI(String) - Method in class com.rabbitmq.http.client.domain.ShovelDetails
-
Deprecated.use
ShovelDetails.setSourceURIs(List)
instead - setSourceURI(String) - Method in class com.rabbitmq.http.client.domain.ShovelStatus
- setSourceURIs(List<String>) - Method in class com.rabbitmq.http.client.domain.ShovelDetails
- setSsl(boolean) - Method in class com.rabbitmq.http.client.domain.PluginContext
- setSslCipher(String) - Method in class com.rabbitmq.http.client.domain.ConnectionInfo
- setSslHash(String) - Method in class com.rabbitmq.http.client.domain.ConnectionInfo
- setSslKeyExchange(String) - Method in class com.rabbitmq.http.client.domain.ConnectionInfo
- setSslProtocol(String) - Method in class com.rabbitmq.http.client.domain.ConnectionInfo
- setState(String) - Method in class com.rabbitmq.http.client.domain.ChannelInfo
- setState(String) - Method in class com.rabbitmq.http.client.domain.ConnectionInfo
- setState(String) - Method in class com.rabbitmq.http.client.domain.QueueInfo
- setState(String) - Method in class com.rabbitmq.http.client.domain.ShovelStatus
- setStatisticsDBEventQueueLength(long) - Method in class com.rabbitmq.http.client.domain.OverviewResponse
- setStatisticsDbNode(String) - Method in class com.rabbitmq.http.client.domain.OverviewResponse
- setStatisticsLevel(String) - Method in class com.rabbitmq.http.client.domain.NodeInfo
- setStatisticsLevel(String) - Method in class com.rabbitmq.http.client.domain.OverviewResponse
- setStatus(String) - Method in class com.rabbitmq.http.client.domain.AlivenessTestResult
- setSynchronisedMirrorNodes(List<String>) - Method in class com.rabbitmq.http.client.domain.QueueInfo
- setTags(String) - Method in class com.rabbitmq.http.client.domain.CurrentUserDetails
- setTags(String) - Method in class com.rabbitmq.http.client.domain.UserInfo
- setTags(String) - Method in class com.rabbitmq.http.client.domain.VhostInfo
- setTags(List<String>) - Method in class com.rabbitmq.http.client.domain.CurrentUserDetails
- setTags(List<String>) - Method in class com.rabbitmq.http.client.domain.UserInfo
- setTags(List<String>) - Method in class com.rabbitmq.http.client.domain.VhostInfo
- setTopicPermissions(List<TopicPermissions>) - Method in class com.rabbitmq.http.client.domain.Definitions
- setTotalMessages(long) - Method in class com.rabbitmq.http.client.domain.QueueInfo
- setTotalPersistentMessages(long) - Method in class com.rabbitmq.http.client.domain.QueueInfo
- setTotalTransientMessages(long) - Method in class com.rabbitmq.http.client.domain.QueueInfo
- setTracing(boolean) - Method in class com.rabbitmq.http.client.domain.VhostInfo
- setTransactional(boolean) - Method in class com.rabbitmq.http.client.domain.ChannelInfo
- setTrustUserId(Boolean) - Method in class com.rabbitmq.http.client.domain.UpstreamDetails
- setType(String) - Method in class com.rabbitmq.http.client.domain.ConnectionInfo
- setType(String) - Method in class com.rabbitmq.http.client.domain.ExchangeInfo
- setType(String) - Method in class com.rabbitmq.http.client.domain.NodeInfo
- setType(String) - Method in class com.rabbitmq.http.client.domain.QueueInfo
- setType(String) - Method in class com.rabbitmq.http.client.domain.ShovelStatus
- setUpstream(String) - Method in class com.rabbitmq.http.client.domain.UpstreamSetDetails
- setUptime(long) - Method in class com.rabbitmq.http.client.domain.NodeInfo
- setUri(String) - Method in class com.rabbitmq.http.client.domain.UpstreamDetails
- setUser(String) - Method in class com.rabbitmq.http.client.domain.ChannelInfo
- setUser(String) - Method in class com.rabbitmq.http.client.domain.ConnectionInfo
- setUser(String) - Method in class com.rabbitmq.http.client.domain.TopicPermissions
- setUser(String) - Method in class com.rabbitmq.http.client.domain.UserPermissions
- setUsers(List<UserInfo>) - Method in class com.rabbitmq.http.client.domain.Definitions
- setUsesTLS(boolean) - Method in class com.rabbitmq.http.client.domain.ConnectionInfo
- setValue(T) - Method in class com.rabbitmq.http.client.domain.RuntimeParameter
- setVersion(String) - Method in class com.rabbitmq.http.client.domain.ClientProperties
- setVersion(String) - Method in class com.rabbitmq.http.client.domain.ErlangApp
- setVhost(String) - Method in class com.rabbitmq.http.client.domain.BindingInfo
- setVhost(String) - Method in class com.rabbitmq.http.client.domain.ChannelInfo
- setVhost(String) - Method in class com.rabbitmq.http.client.domain.ConnectionInfo
- setVhost(String) - Method in class com.rabbitmq.http.client.domain.ExchangeInfo
- setVhost(String) - Method in class com.rabbitmq.http.client.domain.PolicyInfo
- setVhost(String) - Method in class com.rabbitmq.http.client.domain.QueueDetails
- setVhost(String) - Method in class com.rabbitmq.http.client.domain.QueueInfo
- setVhost(String) - Method in class com.rabbitmq.http.client.domain.RuntimeParameter
- setVhost(String) - Method in class com.rabbitmq.http.client.domain.TopicPermissions
- setVhost(String) - Method in class com.rabbitmq.http.client.domain.UserPermissions
- setVhosts(List<VhostInfo>) - Method in class com.rabbitmq.http.client.domain.Definitions
- setVirtualHost(String) - Method in class com.rabbitmq.http.client.domain.ShovelInfo
- setVirtualHost(String) - Method in class com.rabbitmq.http.client.domain.ShovelStatus
- setWrite(String) - Method in class com.rabbitmq.http.client.domain.TopicPermissions
- setWrite(String) - Method in class com.rabbitmq.http.client.domain.UserPermissions
- ShovelDefinition - Class in com.rabbitmq.http.client.domain
- ShovelDefinition() - Constructor for class com.rabbitmq.http.client.domain.ShovelDefinition
- ShovelDetails - Class in com.rabbitmq.http.client.domain
- ShovelDetails() - Constructor for class com.rabbitmq.http.client.domain.ShovelDetails
- ShovelDetails(String, String, long, boolean, Map<String, Object>) - Constructor for class com.rabbitmq.http.client.domain.ShovelDetails
- ShovelDetails(List<String>, List<String>, long, boolean, Map<String, Object>) - Constructor for class com.rabbitmq.http.client.domain.ShovelDetails
- ShovelInfo - Class in com.rabbitmq.http.client.domain
- ShovelInfo() - Constructor for class com.rabbitmq.http.client.domain.ShovelInfo
- ShovelInfo(String, ShovelDetails) - Constructor for class com.rabbitmq.http.client.domain.ShovelInfo
- ShovelStatus - Class in com.rabbitmq.http.client.domain
- ShovelStatus() - Constructor for class com.rabbitmq.http.client.domain.ShovelStatus
- SimpleRestTemplateConfigurator - Class in com.rabbitmq.http.client
- SimpleRestTemplateConfigurator() - Constructor for class com.rabbitmq.http.client.SimpleRestTemplateConfigurator
-
Create an instance with no TLS configuration and no
HttpURLConnection
post-processor. - SimpleRestTemplateConfigurator(HttpConnectionConfigurator) - Constructor for class com.rabbitmq.http.client.SimpleRestTemplateConfigurator
-
Create an instance with a
HttpURLConnection
post-processor. - SimpleRestTemplateConfigurator(SSLSocketFactory) - Constructor for class com.rabbitmq.http.client.SimpleRestTemplateConfigurator
-
Create an instance with TLS configuration.
- SimpleRestTemplateConfigurator(SSLSocketFactory, HttpConnectionConfigurator) - Constructor for class com.rabbitmq.http.client.SimpleRestTemplateConfigurator
-
Create an instance with TLS configuration and a
HttpURLConnection
post-processor. - SimpleRestTemplateConfigurator(SSLSocketFactory, HostnameVerifier) - Constructor for class com.rabbitmq.http.client.SimpleRestTemplateConfigurator
-
Create an instance with TLS configuration, including a custom hostname verifier.
- SimpleRestTemplateConfigurator(SSLSocketFactory, HostnameVerifier, HttpConnectionConfigurator) - Constructor for class com.rabbitmq.http.client.SimpleRestTemplateConfigurator
-
Create an instance with TLS configuration, a custom hostname verifier, and a
HttpURLConnection
post-processor. - sort(String) - Method in class com.rabbitmq.http.client.domain.QueryParameters.Columns
- sortReverse(boolean) - Method in class com.rabbitmq.http.client.domain.QueryParameters.Columns
- status() - Method in exception com.rabbitmq.http.client.HttpClientException
- status() - Method in exception com.rabbitmq.http.client.HttpServerException
T
- token() - Method in class com.rabbitmq.http.client.ReactorNettyClientOptions
- token(Mono<String>) - Method in class com.rabbitmq.http.client.ReactorNettyClientOptions
- TopicPermissions - Class in com.rabbitmq.http.client.domain
-
Represents topic permissions of a user in a vhost for a given topic exchange.
- TopicPermissions() - Constructor for class com.rabbitmq.http.client.domain.TopicPermissions
- TopicPermissions(String, String, String) - Constructor for class com.rabbitmq.http.client.domain.TopicPermissions
- toString() - Method in class com.rabbitmq.http.client.domain.AlivenessTestResult
- toString() - Method in class com.rabbitmq.http.client.domain.AuthMechanism
- toString() - Method in class com.rabbitmq.http.client.domain.BindingInfo
- toString() - Method in class com.rabbitmq.http.client.domain.ChannelDetails
- toString() - Method in class com.rabbitmq.http.client.domain.ChannelInfo
- toString() - Method in class com.rabbitmq.http.client.domain.ClientProperties
- toString() - Method in class com.rabbitmq.http.client.domain.ClusterId
- toString() - Method in class com.rabbitmq.http.client.domain.ConnectionDetails
- toString() - Method in class com.rabbitmq.http.client.domain.ConnectionInfo
- toString() - Method in class com.rabbitmq.http.client.domain.ConsumerDetails
- toString() - Method in class com.rabbitmq.http.client.domain.CurrentUserDetails
- toString() - Method in class com.rabbitmq.http.client.domain.Definitions
- toString() - Method in class com.rabbitmq.http.client.domain.DeleteQueueParameters
- toString() - Method in class com.rabbitmq.http.client.domain.ErlangApp
- toString() - Method in class com.rabbitmq.http.client.domain.ExchangeInfo
- toString() - Method in class com.rabbitmq.http.client.domain.ExchangeMessageStats
- toString() - Method in class com.rabbitmq.http.client.domain.ExchangeType
- toString() - Method in class com.rabbitmq.http.client.domain.InboundMessage
- toString() - Method in class com.rabbitmq.http.client.domain.MessageStats
- toString() - Method in class com.rabbitmq.http.client.domain.NetworkListener
- toString() - Method in class com.rabbitmq.http.client.domain.NodeInfo
- toString() - Method in class com.rabbitmq.http.client.domain.ObjectTotals
- toString() - Method in class com.rabbitmq.http.client.domain.OverviewResponse
- toString() - Method in class com.rabbitmq.http.client.domain.OwnerPidDetails
- toString() - Method in class com.rabbitmq.http.client.domain.PluginContext
- toString() - Method in class com.rabbitmq.http.client.domain.PolicyInfo
- toString() - Method in class com.rabbitmq.http.client.domain.QueueDetails
- toString() - Method in class com.rabbitmq.http.client.domain.QueueInfo
- toString() - Method in class com.rabbitmq.http.client.domain.QueueTotals
- toString() - Method in class com.rabbitmq.http.client.domain.RateDetails
- toString() - Method in class com.rabbitmq.http.client.domain.RuntimeParameter
- toString() - Method in class com.rabbitmq.http.client.domain.ShovelDefinition
- toString() - Method in class com.rabbitmq.http.client.domain.ShovelDetails
- toString() - Method in class com.rabbitmq.http.client.domain.ShovelInfo
- toString() - Method in class com.rabbitmq.http.client.domain.ShovelStatus
- toString() - Method in class com.rabbitmq.http.client.domain.TopicPermissions
- toString() - Method in class com.rabbitmq.http.client.domain.UpstreamDetails
- toString() - Method in class com.rabbitmq.http.client.domain.UpstreamSetDetails
- toString() - Method in class com.rabbitmq.http.client.domain.UserInfo
- toString() - Method in class com.rabbitmq.http.client.domain.UserPermissions
- toString() - Method in class com.rabbitmq.http.client.domain.VhostInfo
- toString() - Method in class com.rabbitmq.http.client.domain.VhostLimits
- toString() - Method in class com.rabbitmq.http.client.HttpResponse
- toValue() - Method in enum com.rabbitmq.http.client.domain.AckMode
U
- unbindExchange(String, String, String, String) - Method in class com.rabbitmq.http.client.Client
-
Unbinds a destination exchange from a source one.
- unbindQueue(String, String, String, String) - Method in class com.rabbitmq.http.client.Client
-
Unbinds a queue from an exchange.
- updatePermissions(String, String, UserPermissions) - Method in class com.rabbitmq.http.client.Client
- updatePermissions(String, String, UserPermissions) - Method in class com.rabbitmq.http.client.ReactorNettyClient
- updateTopicPermissions(String, String, TopicPermissions) - Method in class com.rabbitmq.http.client.Client
- updateTopicPermissions(String, String, TopicPermissions) - Method in class com.rabbitmq.http.client.ReactorNettyClient
- updateUser(String, char[], List<String>) - Method in class com.rabbitmq.http.client.Client
- updateUser(String, char[], List<String>) - Method in class com.rabbitmq.http.client.ReactorNettyClient
- UpstreamDetails - Class in com.rabbitmq.http.client.domain
- UpstreamDetails() - Constructor for class com.rabbitmq.http.client.domain.UpstreamDetails
- UpstreamInfo - Class in com.rabbitmq.http.client.domain
- UpstreamInfo() - Constructor for class com.rabbitmq.http.client.domain.UpstreamInfo
- UpstreamSetDetails - Class in com.rabbitmq.http.client.domain
-
Any of the properties from an upstream can be overridden in an upstream set.
- UpstreamSetDetails() - Constructor for class com.rabbitmq.http.client.domain.UpstreamSetDetails
- UpstreamSetInfo - Class in com.rabbitmq.http.client.domain
- UpstreamSetInfo() - Constructor for class com.rabbitmq.http.client.domain.UpstreamSetInfo
- uri() - Method in class com.rabbitmq.http.client.HttpEndpoint
- url(String) - Method in class com.rabbitmq.http.client.ClientParameters
-
Set the URL to use.
- url(URL) - Method in class com.rabbitmq.http.client.ClientParameters
-
Set the URL to use.
- UserInfo - Class in com.rabbitmq.http.client.domain
- UserInfo(String, String, String, List<String>) - Constructor for class com.rabbitmq.http.client.domain.UserInfo
- username(String) - Method in class com.rabbitmq.http.client.ClientParameters
-
Set the username to use when authenticating.
- UserPermissions - Class in com.rabbitmq.http.client.domain
-
Represents permissions of a user in a vhost.
- UserPermissions() - Constructor for class com.rabbitmq.http.client.domain.UserPermissions
- UserPermissions(String, String, String) - Constructor for class com.rabbitmq.http.client.domain.UserPermissions
- usesPublisherConfirms() - Method in class com.rabbitmq.http.client.domain.ChannelInfo
- utf8Encoded() - Method in class com.rabbitmq.http.client.domain.OutboundMessage
V
- valueOf(String) - Static method in enum com.rabbitmq.http.client.domain.AckMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.rabbitmq.http.client.domain.DestinationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.rabbitmq.http.client.GetAckMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.rabbitmq.http.client.GetEncoding
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.rabbitmq.http.client.domain.AckMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.rabbitmq.http.client.domain.DestinationType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.rabbitmq.http.client.GetAckMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.rabbitmq.http.client.GetEncoding
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VhostInfo - Class in com.rabbitmq.http.client.domain
- VhostInfo() - Constructor for class com.rabbitmq.http.client.domain.VhostInfo
- VhostLimits - Class in com.rabbitmq.http.client.domain
-
Virtual host limit (max queues and connections).
- VhostLimits(String, int, int) - Constructor for class com.rabbitmq.http.client.domain.VhostLimits
W
- whoAmI() - Method in class com.rabbitmq.http.client.Client
- whoAmI() - Method in class com.rabbitmq.http.client.ReactorNettyClient
All Classes All Packages