| Package | Description |
|---|---|
| net.shibboleth.utilities.java.support.httpclient |
Classes for working with Apache HttpClient.
|
| net.shibboleth.utilities.java.support.security |
Helpers for common security related tasks.
|
| net.shibboleth.utilities.java.support.service |
Service support for Shibboleth projects.
A service is something reloads instances of serviceable components. |
| Modifier and Type | Field and Description |
|---|---|
private int |
HttpClientBuilder.connectionRequestTimeout
Maximum length of time in milliseconds to wait for a connection to be returned from the connection
manager.
|
private int |
HttpClientBuilder.connectionTimeout
Maximum length of time in milliseconds to wait for the connection to be established.
|
private long |
FileCachingHttpClientBuilder.maintentanceTaskInterval
Interval at which the storage maintenance task should run.
|
private int |
HttpClientBuilder.socketTimeout
Maximum period inactivity between two consecutive data packets in milliseconds.
|
| Modifier and Type | Method and Description |
|---|---|
int |
HttpClientBuilder.getConnectionRequestTimeout()
Gets the maximum length of time in milliseconds to wait for a connection to be returned from the connection
manager.
|
int |
HttpClientBuilder.getConnectionTimeout()
Gets the maximum length of time in milliseconds to wait for the connection to be established.
|
int |
HttpClientBuilder.getSocketTimeout()
Gets the maximum period inactivity between two consecutive data packets in milliseconds.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HttpClientBuilder.setConnectionRequestTimeout(long timeout)
Sets the maximum length of time in milliseconds to wait for a connection to be returned from the connection
manager.
|
void |
HttpClientBuilder.setConnectionTimeout(long timeout)
Sets the maximum length of time in milliseconds to wait for the connection to be established.
|
void |
HttpClientBuilder.setSocketTimeout(long timeout)
Sets the maximum period inactivity between two consecutive data packets in milliseconds.
|
| Modifier and Type | Field and Description |
|---|---|
private long |
BasicKeystoreKeyStrategy.updateInterval
Number of milliseconds between key update checks.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BasicKeystoreKeyStrategy.setUpdateInterval(long interval)
Set the number of milliseconds between key update checks.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BasicKeystoreKeyStrategy.setUpdateInterval(long interval)
Set the number of milliseconds between key update checks.
|
| Modifier and Type | Field and Description |
|---|---|
private long |
AbstractReloadableService.reloadCheckDelay
Number of milliseconds between one reload check and another.
|
| Modifier and Type | Method and Description |
|---|---|
long |
AbstractReloadableService.getReloadCheckDelay()
Gets the number of milliseconds between one reload check and another.
|
void |
AbstractReloadableService.setReloadCheckDelay(long delay)
Sets the number of milliseconds between one reload check and another.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractReloadableService.setReloadCheckDelay(long delay)
Sets the number of milliseconds between one reload check and another.
|
Copyright © 1999–2019 Shibboleth Consortium. All rights reserved.