JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
D
G
H
J
N
R
S
U
D
de.otto.jsonhome.client
- package de.otto.jsonhome.client
G
get(URI)
- Method in class de.otto.jsonhome.client.
HttpJsonHomeClient
Gets the JsonHome document associated to the specified URI.
get(URI)
- Method in interface de.otto.jsonhome.client.
JsonHomeClient
Gets the JsonHome document associated to the specified URI.
get(URI)
- Method in class de.otto.jsonhome.client.
SimpleJsonHomeClient
Gets the JsonHome document associated to the specified URI.
getHttpStatusCode()
- Method in exception de.otto.jsonhome.client.
HttpStatusException
H
HttpJsonHomeClient
- Class in
de.otto.jsonhome.client
A JsonHomeClient used to get json-home documents from an URI via HTTP.
HttpJsonHomeClient()
- Constructor for class de.otto.jsonhome.client.
HttpJsonHomeClient
Constructs a default HttpJsonHomeClient build on top of a CachingHttpClient with in-memory storage.
HttpJsonHomeClient(HttpClient, CacheConfig)
- Constructor for class de.otto.jsonhome.client.
HttpJsonHomeClient
Constructs a HttpJsonHomeClient using a HttpClient and a CacheConfig.
HttpJsonHomeClient(HttpClient, HttpCacheStorage, CacheConfig)
- Constructor for class de.otto.jsonhome.client.
HttpJsonHomeClient
Constructs a caching HttpJsonHomeClient using a HttpClient, HttpCacheStorage and a CacheConfig.
HttpStatusException
- Exception in
de.otto.jsonhome.client
HttpStatusException(int, String)
- Constructor for exception de.otto.jsonhome.client.
HttpStatusException
J
JsonHomeClient
- Interface in
de.otto.jsonhome.client
Client used to retrieve JsonHome documents from different sources.
JsonHomeClientException
- Exception in
de.otto.jsonhome.client
JsonHomeClientException(String)
- Constructor for exception de.otto.jsonhome.client.
JsonHomeClientException
JsonHomeClientException(String, Throwable)
- Constructor for exception de.otto.jsonhome.client.
JsonHomeClientException
JsonHomeClientException(Throwable)
- Constructor for exception de.otto.jsonhome.client.
JsonHomeClientException
N
NotFoundException
- Exception in
de.otto.jsonhome.client
NotFoundException(String)
- Constructor for exception de.otto.jsonhome.client.
NotFoundException
R
register(URI, JsonHome)
- Method in class de.otto.jsonhome.client.
SimpleJsonHomeClient
Registers a JsonHome instance using an URI, uniquely identifying the instance.
S
shutdown()
- Method in class de.otto.jsonhome.client.
HttpJsonHomeClient
shutdown()
- Method in interface de.otto.jsonhome.client.
JsonHomeClient
Shutdown the client and dispose all resources.
shutdown()
- Method in class de.otto.jsonhome.client.
SimpleJsonHomeClient
SimpleJsonHomeClient
- Class in
de.otto.jsonhome.client
Implementation of the JavaHomeClient interface, serving registered JavaHome documents stored in memory.
SimpleJsonHomeClient()
- Constructor for class de.otto.jsonhome.client.
SimpleJsonHomeClient
U
updateAndGet(URI)
- Method in class de.otto.jsonhome.client.
HttpJsonHomeClient
Updates the (possibly cached) JsonHome instance identified by the URI and returns the updated instance.
updateAndGet(URI)
- Method in interface de.otto.jsonhome.client.
JsonHomeClient
Updates the (possibly cached) JsonHome instance identified by the URI and returns the updated instance.
updateAndGet(URI)
- Method in class de.otto.jsonhome.client.
SimpleJsonHomeClient
Updates the (possibly cached) JsonHome instance identified by the URI and returns the updated instance.
D
G
H
J
N
R
S
U
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes