Skip navigation links
A C G L O R U 

A

addOrReplace(String, AsyncHttpClient) - Method in interface org.asynchttpclient.extras.registry.AsyncHttpClientRegistry
Registers this instance of AsyncHttpClient with this name and returns back a null if an instance with the same name never existed but will return back the previous instance if there was another instance registered with the same name and has been replaced by this one.
addOrReplace(String, AsyncHttpClient) - Method in class org.asynchttpclient.extras.registry.AsyncHttpClientRegistryImpl
 
ASYNC_HTTP_CLIENT_IMPL_SYSTEM_PROPERTY - Static variable in class org.asynchttpclient.extras.registry.AsyncImplHelper
 
ASYNC_HTTP_CLIENT_REGISTRY_SYSTEM_PROPERTY - Static variable in class org.asynchttpclient.extras.registry.AsyncImplHelper
 
AsyncHttpClientFactory - Class in org.asynchttpclient.extras.registry
The AsyncHttpClientFactory returns back an instance of AsyncHttpClient.
AsyncHttpClientFactory() - Constructor for class org.asynchttpclient.extras.registry.AsyncHttpClientFactory
 
AsyncHttpClientImplException - Exception in org.asynchttpclient.extras.registry
 
AsyncHttpClientImplException(String) - Constructor for exception org.asynchttpclient.extras.registry.AsyncHttpClientImplException
 
AsyncHttpClientImplException(String, Exception) - Constructor for exception org.asynchttpclient.extras.registry.AsyncHttpClientImplException
 
AsyncHttpClientRegistry - Interface in org.asynchttpclient.extras.registry
 
AsyncHttpClientRegistryImpl - Class in org.asynchttpclient.extras.registry
 
AsyncHttpClientRegistryImpl() - Constructor for class org.asynchttpclient.extras.registry.AsyncHttpClientRegistryImpl
 
AsyncImplHelper - Class in org.asynchttpclient.extras.registry
 
AsyncImplHelper() - Constructor for class org.asynchttpclient.extras.registry.AsyncImplHelper
 

C

clearAllInstances() - Method in interface org.asynchttpclient.extras.registry.AsyncHttpClientRegistry
Removes all instances from this registry.
clearAllInstances() - Method in class org.asynchttpclient.extras.registry.AsyncHttpClientRegistryImpl
 

G

get(String) - Method in interface org.asynchttpclient.extras.registry.AsyncHttpClientRegistry
Returns back the AsyncHttpClient associated with this name
get(String) - Method in class org.asynchttpclient.extras.registry.AsyncHttpClientRegistryImpl
 
getAllRegisteredNames() - Method in interface org.asynchttpclient.extras.registry.AsyncHttpClientRegistry
 
getAllRegisteredNames() - Method in class org.asynchttpclient.extras.registry.AsyncHttpClientRegistryImpl
 
getAsyncHttpClient() - Static method in class org.asynchttpclient.extras.registry.AsyncHttpClientFactory
 
getAsyncHttpClient(AsyncHttpClientConfig) - Static method in class org.asynchttpclient.extras.registry.AsyncHttpClientFactory
 
getAsyncImplClass(String) - Static method in class org.asynchttpclient.extras.registry.AsyncImplHelper
 
getInstance() - Static method in class org.asynchttpclient.extras.registry.AsyncHttpClientRegistryImpl
Returns a singleton instance of AsyncHttpClientRegistry

L

logger - Static variable in class org.asynchttpclient.extras.registry.AsyncHttpClientFactory
 

O

org.asynchttpclient.extras.registry - package org.asynchttpclient.extras.registry
 

R

registerIfNew(String, AsyncHttpClient) - Method in interface org.asynchttpclient.extras.registry.AsyncHttpClientRegistry
Will register only if an instance with this name doesn't exist and if it does exist will not replace this instance and will return false.
registerIfNew(String, AsyncHttpClient) - Method in class org.asynchttpclient.extras.registry.AsyncHttpClientRegistryImpl
 

U

unregister(String) - Method in interface org.asynchttpclient.extras.registry.AsyncHttpClientRegistry
Remove the instance associate with this name
unregister(String) - Method in class org.asynchttpclient.extras.registry.AsyncHttpClientRegistryImpl
 
A C G L O R U 
Skip navigation links

Copyright © 2017. All Rights Reserved.