A G O P R S V
A
- appendToURL(URL, String) - Method in class org.hawkular.bus.restclient.RestClient
-
G
- getEndpoint() - Method in class org.hawkular.bus.restclient.RestClient
-
- getEndpointForType(RestClient.Type, String) - Method in class org.hawkular.bus.restclient.RestClient
-
- getHttpResponse() - Method in exception org.hawkular.bus.restclient.RestClientException
-
If the exception occurred after a response was received, and that response is available
this will be that response.
O
- org.hawkular.bus.restclient - package org.hawkular.bus.restclient
-
P
- postMessage(RestClient.Type, String, String, Map<String, String>) - Method in class org.hawkular.bus.restclient.RestClient
-
- postQueueMessage(String, String, Map<String, String>) - Method in class org.hawkular.bus.restclient.RestClient
-
Sends a message to the REST endpoint in order to put a message on the given queue.
- postTopicMessage(String, String, Map<String, String>) - Method in class org.hawkular.bus.restclient.RestClient
-
Sends a message to the REST endpoint in order to put a message on the given topic.
R
- RestClient - Class in org.hawkular.bus.restclient
-
You can use this to consume and produce messages on the Hawkular bus.
- RestClient(String, Integer) - Constructor for class org.hawkular.bus.restclient.RestClient
-
Creates the sender with a default HTTP endpoint of the REST server.
- RestClient(String, String, Integer) - Constructor for class org.hawkular.bus.restclient.RestClient
-
Creates the sender with a default endpoint of the REST server.
- RestClient(URL) - Constructor for class org.hawkular.bus.restclient.RestClient
-
Endpoint of the REST server, not including the fragment that consists of the queue/topic name.
- RestClient.Type - Enum in org.hawkular.bus.restclient
-
- RestClientException - Exception in org.hawkular.bus.restclient
-
Thrown when the
RestClient hits an error condition.
- RestClientException() - Constructor for exception org.hawkular.bus.restclient.RestClientException
-
- RestClientException(String, Throwable) - Constructor for exception org.hawkular.bus.restclient.RestClientException
-
- RestClientException(String) - Constructor for exception org.hawkular.bus.restclient.RestClientException
-
- RestClientException(Throwable) - Constructor for exception org.hawkular.bus.restclient.RestClientException
-
- RestClientException(HttpResponse) - Constructor for exception org.hawkular.bus.restclient.RestClientException
-
- RestClientException(HttpResponse, String, Throwable) - Constructor for exception org.hawkular.bus.restclient.RestClientException
-
- RestClientException(HttpResponse, String) - Constructor for exception org.hawkular.bus.restclient.RestClientException
-
- RestClientException(HttpResponse, Throwable) - Constructor for exception org.hawkular.bus.restclient.RestClientException
-
S
- sendPost(URI, String, Map<String, String>) - Method in class org.hawkular.bus.restclient.RestClient
-
V
- valueOf(String) - Static method in enum org.hawkular.bus.restclient.RestClient.Type
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.hawkular.bus.restclient.RestClient.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
A G O P R S V
Copyright © 2015 Red Hat, Inc.. All rights reserved.