Uses of Package
com.predic8.membrane.core.transport.http
Packages that use com.predic8.membrane.core.transport.http
Package
Description
-
Classes in com.predic8.membrane.core.transport.http used by com.predic8.membrane.coreClassDescriptionSharing the HttpClient instances has two benefits: The HttpClient only uses one timer (connection closer). The HttpClient only uses one connection pool.
-
Classes in com.predic8.membrane.core.transport.http used by com.predic8.membrane.core.azure.apiClassDescriptionHttpClient with possibly multiple selectable destinations, with internal logic to auto-retry and to switch destinations on failures.Sharing the HttpClient instances has two benefits: The HttpClient only uses one timer (connection closer). The HttpClient only uses one connection pool.
-
Classes in com.predic8.membrane.core.transport.http used by com.predic8.membrane.core.azure.api.authClassDescriptionHttpClient with possibly multiple selectable destinations, with internal logic to auto-retry and to switch destinations on failures.
-
Classes in com.predic8.membrane.core.transport.http used by com.predic8.membrane.core.azure.api.dnsClassDescriptionHttpClient with possibly multiple selectable destinations, with internal logic to auto-retry and to switch destinations on failures.
-
Classes in com.predic8.membrane.core.transport.http used by com.predic8.membrane.core.azure.api.tablestorageClassDescriptionHttpClient with possibly multiple selectable destinations, with internal logic to auto-retry and to switch destinations on failures.
-
Classes in com.predic8.membrane.core.transport.http used by com.predic8.membrane.core.cloud.etcdClassDescriptionHttpClient with possibly multiple selectable destinations, with internal logic to auto-retry and to switch destinations on failures.
-
Classes in com.predic8.membrane.core.transport.http used by com.predic8.membrane.core.exchangeClassDescriptionA
Connectionis an outbound TCP/IP connection, possibly managed by aConnectionManager. -
Classes in com.predic8.membrane.core.transport.http used by com.predic8.membrane.core.exchangestoreClassDescriptionHttpClient with possibly multiple selectable destinations, with internal logic to auto-retry and to switch destinations on failures.
-
Classes in com.predic8.membrane.core.transport.http used by com.predic8.membrane.core.interceptor.oauth2.authorizationserviceClassDescriptionHttpClient with possibly multiple selectable destinations, with internal logic to auto-retry and to switch destinations on failures.
-
Classes in com.predic8.membrane.core.transport.http used by com.predic8.membrane.core.kubernetes.clientClassDescriptionSharing the HttpClient instances has two benefits: The HttpClient only uses one timer (connection closer). The HttpClient only uses one connection pool.
-
Classes in com.predic8.membrane.core.transport.http used by com.predic8.membrane.core.resolverClassDescriptionSharing the HttpClient instances has two benefits: The HttpClient only uses one timer (connection closer). The HttpClient only uses one connection pool.
-
Classes in com.predic8.membrane.core.transport.http used by com.predic8.membrane.core.transport
-
Classes in com.predic8.membrane.core.transport.http used by com.predic8.membrane.core.transport.httpClassDescriptionA
Connectionis an outbound TCP/IP connection, possibly managed by aConnectionManager.Pools TCP/IP connections, holding them open for a configurable number of milliseconds.HttpClient with possibly multiple selectable destinations, with internal logic to auto-retry and to switch destinations on failures.Implementations are supposed to not block! If they have time-consuming work to do then they shall put that work into a background task/queue to be processed separately, otherwise the end user has to wait for his response.Indicates the state where a connection was closed, but no new request has been started. -
Classes in com.predic8.membrane.core.transport.http used by com.predic8.membrane.core.transport.http2ClassDescriptionA
Connectionis an outbound TCP/IP connection, possibly managed by aConnectionManager. -
Classes in com.predic8.membrane.core.transport.http used by com.predic8.membrane.core.transport.sslClassDescriptionSharing the HttpClient instances has two benefits: The HttpClient only uses one timer (connection closer). The HttpClient only uses one connection pool.
-
Classes in com.predic8.membrane.core.transport.http used by com.predic8.membrane.core.transport.ssl.acmeClassDescriptionSharing the HttpClient instances has two benefits: The HttpClient only uses one timer (connection closer). The HttpClient only uses one connection pool.