| Package | Description |
|---|---|
| org.cloudfoundry.doppler |
| Modifier and Type | Method and Description |
|---|---|
HttpStartStop.Builder |
HttpStartStop.Builder.addAllForwarded(Iterable<String> elements)
Adds elements to
forwarded list. |
HttpStartStop.Builder |
HttpStartStop.Builder.applicationId(UUID applicationId)
Initializes the value for the
applicationId attribute. |
static HttpStartStop.Builder |
HttpStartStop.builder()
Creates a builder for
HttpStartStop. |
HttpStartStop.Builder |
HttpStartStop.Builder.contentLength(Long contentLength)
Initializes the value for the
contentLength attribute. |
HttpStartStop.Builder |
HttpStartStop.Builder.forwarded(Iterable<String> elements)
Sets or replaces all elements for
forwarded list. |
HttpStartStop.Builder |
HttpStartStop.Builder.forwarded(String... elements)
Adds elements to
forwarded list. |
HttpStartStop.Builder |
HttpStartStop.Builder.forwarded(String element)
Adds one element to
forwarded list. |
HttpStartStop.Builder |
HttpStartStop.Builder.from(HttpStartStop instance)
Fill a builder with attribute values from the provided
HttpStartStop instance. |
HttpStartStop.Builder |
HttpStartStop.Builder.instanceId(String instanceId)
Initializes the value for the
instanceId attribute. |
HttpStartStop.Builder |
HttpStartStop.Builder.instanceIndex(Integer instanceIndex)
Initializes the value for the
instanceIndex attribute. |
HttpStartStop.Builder |
HttpStartStop.Builder.method(Method method)
Initializes the value for the
method attribute. |
HttpStartStop.Builder |
HttpStartStop.Builder.peerType(PeerType peerType)
Initializes the value for the
peerType attribute. |
HttpStartStop.Builder |
HttpStartStop.Builder.remoteAddress(String remoteAddress)
Initializes the value for the
remoteAddress attribute. |
HttpStartStop.Builder |
HttpStartStop.Builder.requestId(UUID requestId)
Initializes the value for the
requestId attribute. |
HttpStartStop.Builder |
HttpStartStop.Builder.startTimestamp(Long startTimestamp)
Initializes the value for the
startTimestamp attribute. |
HttpStartStop.Builder |
HttpStartStop.Builder.statusCode(Integer statusCode)
Initializes the value for the
statusCode attribute. |
HttpStartStop.Builder |
HttpStartStop.Builder.stopTimestamp(Long stopTimestamp)
Initializes the value for the
stopTimestamp attribute. |
HttpStartStop.Builder |
HttpStartStop.Builder.uri(String uri)
Initializes the value for the
uri attribute. |
HttpStartStop.Builder |
HttpStartStop.Builder.userAgent(String userAgent)
Initializes the value for the
userAgent attribute. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.