| Package | Description |
|---|---|
| org.cloudfoundry.doppler |
| Modifier and Type | Method and Description |
|---|---|
HttpStart.Builder |
HttpStart.Builder.applicationId(UUID applicationId)
Initializes the value for the
applicationId attribute. |
static HttpStart.Builder |
HttpStart.builder()
Creates a builder for
HttpStart. |
HttpStart.Builder |
HttpStart.Builder.from(HttpStart instance)
Fill a builder with attribute values from the provided
HttpStart instance. |
HttpStart.Builder |
HttpStart.Builder.instanceId(String instanceId)
Initializes the value for the
instanceId attribute. |
HttpStart.Builder |
HttpStart.Builder.instanceIndex(Integer instanceIndex)
Initializes the value for the
instanceIndex attribute. |
HttpStart.Builder |
HttpStart.Builder.method(Method method)
Initializes the value for the
method attribute. |
HttpStart.Builder |
HttpStart.Builder.parentRequestId(UUID parentRequestId)
Initializes the value for the
parentRequestId attribute. |
HttpStart.Builder |
HttpStart.Builder.peerType(PeerType peerType)
Initializes the value for the
peerType attribute. |
HttpStart.Builder |
HttpStart.Builder.remoteAddress(String remoteAddress)
Initializes the value for the
remoteAddress attribute. |
HttpStart.Builder |
HttpStart.Builder.requestId(UUID requestId)
Initializes the value for the
requestId attribute. |
HttpStart.Builder |
HttpStart.Builder.timestamp(Long timestamp)
Initializes the value for the
timestamp attribute. |
HttpStart.Builder |
HttpStart.Builder.uri(String uri)
Initializes the value for the
uri attribute. |
HttpStart.Builder |
HttpStart.Builder.userAgent(String userAgent)
Initializes the value for the
userAgent attribute. |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.