| Package | Description |
|---|---|
| net.shibboleth.utilities.java.support.collection |
Additional implementations of, and helpers for working with, collections.
|
| net.shibboleth.utilities.java.support.httpclient |
Classes for working with Apache HttpClient.
|
| net.shibboleth.utilities.java.support.xml |
A set of helper functions for performing actions on DOM nodes.
|
| Modifier and Type | Method and Description |
|---|---|
<T> List<T> |
ClassToInstanceMultiMap.get(Class<T> type)
Gets the instances mapped to the given type or an empty list.
|
<T> List<T> |
LockableClassToInstanceMultiMap.getWithLock(Class<T> type)
Convenience method which executes the like-named method from superclass
ClassToInstanceMultiMap
under a read lock. |
Set<Class<?>> |
ClassToInstanceMultiMap.keys()
Gets the set of keys contained in this map.
|
Set<Class<?>> |
LockableClassToInstanceMultiMap.keysWithLock()
Convenience method which executes the like-named method from superclass
ClassToInstanceMultiMap
under a read lock. |
Collection<? extends B> |
ClassToInstanceMultiMap.values()
The collection of values currently present in the map.
|
Collection<? extends B> |
LockableClassToInstanceMultiMap.valuesWithLock()
Convenience method which executes the like-named method from superclass
ClassToInstanceMultiMap
under a read lock. |
| Modifier and Type | Method and Description |
|---|---|
List<HttpClientContextHandler> |
HttpClientBuilder.getStaticContextHandlers()
Get the list of static
HttpClientContextHandler. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Boolean> |
BasicParserPool.getBuilderFeatures()
Gets the builders' features.
|
Copyright © 1999–2019 Shibboleth Consortium. All rights reserved.