| Modifier and Type | Class and Description |
|---|---|
class |
DefaultConnectionContext
The default implementation of the
ConnectionContext interface. |
| Modifier and Type | Method and Description |
|---|---|
DefaultConnectionContext.Builder |
DefaultConnectionContext.Builder.from(ConnectionContext instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.reactor.ConnectionContext instance. |
reactor.core.publisher.Mono<String> |
TokenProvider.getToken(ConnectionContext connectionContext)
Provides an OAuth token to be used by requests
|
default void |
TokenProvider.invalidate(ConnectionContext connectionContext)
Called when a
401 UNAUTHORIZED is received as part of a request. |
| Modifier and Type | Method and Description |
|---|---|
ConnectionContext |
ReactorCloudFoundryClient.getConnectionContext() |
| Modifier and Type | Method and Description |
|---|---|
ReactorCloudFoundryClient.Builder |
ReactorCloudFoundryClient.Builder.connectionContext(ConnectionContext connectionContext)
Initializes the value for the
connectionContext attribute. |
| Modifier and Type | Method and Description |
|---|---|
ConnectionContext |
ReactorDopplerClient.getConnectionContext() |
| Modifier and Type | Method and Description |
|---|---|
ReactorDopplerClient.Builder |
ReactorDopplerClient.Builder.connectionContext(ConnectionContext connectionContext)
Initializes the value for the
connectionContext attribute. |
| Modifier and Type | Method and Description |
|---|---|
ConnectionContext |
ReactorRoutingClient.getConnectionContext() |
| Modifier and Type | Method and Description |
|---|---|
ReactorRoutingClient.Builder |
ReactorRoutingClient.Builder.connectionContext(ConnectionContext connectionContext)
Initializes the value for the
connectionContext attribute. |
| Constructor and Description |
|---|
AbstractRoutingV1Operations(ConnectionContext connectionContext,
reactor.core.publisher.Mono<String> root,
TokenProvider tokenProvider) |
| Constructor and Description |
|---|
ReactorRouterGroups(ConnectionContext connectionContext,
reactor.core.publisher.Mono<String> root,
TokenProvider tokenProvider)
Creates an instance
|
| Constructor and Description |
|---|
ReactorTcpRoutes(ConnectionContext connectionContext,
reactor.core.publisher.Mono<String> root,
TokenProvider tokenProvider)
Creates an instance
|
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<String> |
AbstractUaaTokenProvider.getToken(ConnectionContext connectionContext) |
void |
AbstractUaaTokenProvider.invalidate(ConnectionContext connectionContext) |
| Modifier and Type | Method and Description |
|---|---|
ConnectionContext |
ReactorUaaClient.getConnectionContext() |
| Modifier and Type | Method and Description |
|---|---|
ReactorUaaClient.Builder |
ReactorUaaClient.Builder.connectionContext(ConnectionContext connectionContext)
Initializes the value for the
connectionContext attribute. |
| Constructor and Description |
|---|
AbstractUaaOperations(ConnectionContext connectionContext,
reactor.core.publisher.Mono<String> root,
TokenProvider tokenProvider) |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.