A B C D E G H I J L M N O P R S T U V W Z 

A

AbstractApplicationArchiveEntry - Class in org.cloudfoundry.client.lib.archive
Base implementation of ApplicationArchive.Entry that is reads the input stream to deduce the size and SHA digest.
AbstractApplicationArchiveEntry() - Constructor for class org.cloudfoundry.client.lib.archive.AbstractApplicationArchiveEntry
 
addAllDrainUrls(Iterable<String>) - Method in class loggregator.LogMessages.Message.Builder
repeated string drain_urls = 7;
addCloudServicePlan(CloudServicePlan) - Method in class org.cloudfoundry.client.lib.domain.CloudServiceOffering
 
addDomain(String) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
addDomain(String) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Add a private domain in the current organization.
addDomain(String) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
addDomain(String) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
addDrainUrls(String) - Method in class loggregator.LogMessages.Message.Builder
repeated string drain_urls = 7;
addDrainUrlsBytes(ByteString) - Method in class loggregator.LogMessages.Message.Builder
repeated string drain_urls = 7;
addLogMessage(HttpMethod, URI, String, HttpStatus, String) - Method in class org.cloudfoundry.client.lib.rest.LoggingRestTemplate
 
addRoute(String, String) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
addRoute(String, String) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Register a new route to the a domain.
addRoute(String, String) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
addRoute(String, String) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
APP_ID_FIELD_NUMBER - Static variable in class loggregator.LogMessages.Message
 
ApplicationArchive - Interface in org.cloudfoundry.client.lib.archive
Interface that represents an application archive (for example a WAR file) that can be uploaded to Cloud Foundry.
ApplicationArchive.Entry - Interface in org.cloudfoundry.client.lib.archive
A single entry contained within an ApplicationArchive.
ApplicationLog - Class in org.cloudfoundry.client.lib.domain
 
ApplicationLog(String, String, Date, ApplicationLog.MessageType, String, String) - Constructor for class org.cloudfoundry.client.lib.domain.ApplicationLog
 
ApplicationLog.MessageType - Enum in org.cloudfoundry.client.lib.domain
 
ApplicationLogListener - Interface in org.cloudfoundry.client.lib
 
ApplicationStats - Class in org.cloudfoundry.client.lib.domain
 
ApplicationStats(Map<String, Object>) - Constructor for class org.cloudfoundry.client.lib.domain.ApplicationStats
 
ApplicationStats(List<InstanceStats>) - Constructor for class org.cloudfoundry.client.lib.domain.ApplicationStats
 
asList() - Method in class org.cloudfoundry.client.lib.domain.CloudResources
Returns the list of CloudResources.

B

bindService(String, String) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
bindService(String, String) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Associate (provision) a service with an application.
bindService(String, String) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
bindService(String, String) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
BUFFER_SIZE - Static variable in class org.cloudfoundry.client.lib.util.CloudUtil
 
build() - Method in class loggregator.LogMessages.Envelope.Builder
 
build() - Method in class loggregator.LogMessages.Message.Builder
 
buildPartial() - Method in class loggregator.LogMessages.Envelope.Builder
 
buildPartial() - Method in class loggregator.LogMessages.Message.Builder
 

C

cancel() - Method in class org.cloudfoundry.client.lib.rest.StreamingLogTokenImpl
 
cancel() - Method in interface org.cloudfoundry.client.lib.StreamingLogToken
 
canRead(Class<?>, MediaType) - Method in class org.cloudfoundry.client.lib.util.UploadApplicationPayloadHttpMessageConverter
 
canWrite(Class<?>, MediaType) - Method in class org.cloudfoundry.client.lib.util.UploadApplicationPayloadHttpMessageConverter
 
changePassword(String, String) - Method in class org.cloudfoundry.client.lib.oauth2.OauthClient
 
clear() - Method in class loggregator.LogMessages.Envelope.Builder
 
clear() - Method in class loggregator.LogMessages.Message.Builder
 
clear() - Method in class org.cloudfoundry.client.lib.oauth2.OauthClient
 
clearAppId() - Method in class loggregator.LogMessages.Message.Builder
required string app_id = 4;
clearDrainUrls() - Method in class loggregator.LogMessages.Message.Builder
repeated string drain_urls = 7;
clearLogMessage() - Method in class loggregator.LogMessages.Envelope.Builder
required .logmessage.Message log_message = 3;
clearMessage() - Method in class loggregator.LogMessages.Message.Builder
required bytes message = 1;
clearMessageType() - Method in class loggregator.LogMessages.Message.Builder
required .logmessage.Message.MessageType message_type = 2;
clearRoutingKey() - Method in class loggregator.LogMessages.Envelope.Builder
required string routing_key = 1;
clearSignature() - Method in class loggregator.LogMessages.Envelope.Builder
required bytes signature = 2;
clearSourceId() - Method in class loggregator.LogMessages.Message.Builder
optional string source_id = 6;
clearSourceName() - Method in class loggregator.LogMessages.Message.Builder
optional string source_name = 8;
clearTimestamp() - Method in class loggregator.LogMessages.Message.Builder
required sint64 timestamp = 3;
ClientHttpResponseCallback - Interface in org.cloudfoundry.client.lib
Callback class while the client receives the server response.
clone() - Method in class loggregator.LogMessages.Envelope.Builder
 
clone() - Method in class loggregator.LogMessages.Message.Builder
 
close() - Method in class org.cloudfoundry.client.lib.io.DynamicZipInputStream
 
CloudApplication - Class in org.cloudfoundry.client.lib.domain
 
CloudApplication(CloudEntity.Meta, String) - Constructor for class org.cloudfoundry.client.lib.domain.CloudApplication
 
CloudApplication(String, String, String, int, int, List<String>, List<String>, CloudApplication.AppState) - Constructor for class org.cloudfoundry.client.lib.domain.CloudApplication
 
CloudApplication(Map<String, Object>) - Constructor for class org.cloudfoundry.client.lib.domain.CloudApplication
 
CloudApplication.AppState - Enum in org.cloudfoundry.client.lib.domain
 
CloudApplication.DebugMode - Enum in org.cloudfoundry.client.lib.domain
 
CloudControllerClient - Interface in org.cloudfoundry.client.lib.rest
Interface defining operations available for the cloud controller REST client implementations
CloudControllerClientFactory - Class in org.cloudfoundry.client.lib.rest
Factory used to create cloud controller client implementations.
CloudControllerClientFactory(HttpProxyConfiguration, boolean) - Constructor for class org.cloudfoundry.client.lib.rest.CloudControllerClientFactory
 
CloudControllerClientImpl - Class in org.cloudfoundry.client.lib.rest
Abstract implementation of the CloudControllerClient intended to serve as the base.
CloudControllerClientImpl() - Constructor for class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
Only for unit tests.
CloudControllerClientImpl(URL, RestTemplate, OauthClient, LoggregatorClient, CloudCredentials, CloudSpace) - Constructor for class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
CloudControllerClientImpl(URL, RestTemplate, OauthClient, LoggregatorClient, CloudCredentials, String, String) - Constructor for class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
CloudControllerClientImpl.CloudFoundryFormHttpMessageConverter - Class in org.cloudfoundry.client.lib.rest
 
CloudControllerClientImpl.CloudFoundryFormHttpMessageConverter() - Constructor for class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl.CloudFoundryFormHttpMessageConverter
 
CloudControllerResponseErrorHandler - Class in org.cloudfoundry.client.lib.rest
 
CloudControllerResponseErrorHandler() - Constructor for class org.cloudfoundry.client.lib.rest.CloudControllerResponseErrorHandler
 
CloudCredentials - Class in org.cloudfoundry.client.lib
Class that encapsulates credentials used for authentication
CloudCredentials(String, String) - Constructor for class org.cloudfoundry.client.lib.CloudCredentials
Create credentials using email and password.
CloudCredentials(String, String, String) - Constructor for class org.cloudfoundry.client.lib.CloudCredentials
Create credentials using email, password, and client ID.
CloudCredentials(String, String, String, String) - Constructor for class org.cloudfoundry.client.lib.CloudCredentials
Create credentials using email, password and client ID.
CloudCredentials(OAuth2AccessToken) - Constructor for class org.cloudfoundry.client.lib.CloudCredentials
Create credentials using a token.
CloudCredentials(OAuth2AccessToken, String) - Constructor for class org.cloudfoundry.client.lib.CloudCredentials
Create credentials using a token.
CloudCredentials(OAuth2AccessToken, String, String) - Constructor for class org.cloudfoundry.client.lib.CloudCredentials
Create credentials using a token.
CloudCredentials(CloudCredentials, String) - Constructor for class org.cloudfoundry.client.lib.CloudCredentials
Create proxy credentials.
cloudCredentials - Variable in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
CloudDomain - Class in org.cloudfoundry.client.lib.domain
 
CloudDomain(CloudEntity.Meta, String, CloudOrganization) - Constructor for class org.cloudfoundry.client.lib.domain.CloudDomain
 
CloudEntity - Class in org.cloudfoundry.client.lib.domain
 
CloudEntity() - Constructor for class org.cloudfoundry.client.lib.domain.CloudEntity
 
CloudEntity(CloudEntity.Meta, String) - Constructor for class org.cloudfoundry.client.lib.domain.CloudEntity
 
CloudEntity.Meta - Class in org.cloudfoundry.client.lib.domain
 
CloudEntity.Meta(UUID, Date, Date) - Constructor for class org.cloudfoundry.client.lib.domain.CloudEntity.Meta
 
CloudEntityResourceMapper - Class in org.cloudfoundry.client.lib.util
Class handling the mapping of the cloud domain objects
CloudEntityResourceMapper() - Constructor for class org.cloudfoundry.client.lib.util.CloudEntityResourceMapper
 
CloudFoundryClient - Class in org.cloudfoundry.client.lib
A Java client to exercise the Cloud Foundry API.
CloudFoundryClient(URL) - Constructor for class org.cloudfoundry.client.lib.CloudFoundryClient
Construct client for anonymous user.
CloudFoundryClient(URL, boolean) - Constructor for class org.cloudfoundry.client.lib.CloudFoundryClient
 
CloudFoundryClient(URL, HttpProxyConfiguration) - Constructor for class org.cloudfoundry.client.lib.CloudFoundryClient
 
CloudFoundryClient(URL, HttpProxyConfiguration, boolean) - Constructor for class org.cloudfoundry.client.lib.CloudFoundryClient
 
CloudFoundryClient(CloudCredentials, URL) - Constructor for class org.cloudfoundry.client.lib.CloudFoundryClient
Construct client without a default org and space.
CloudFoundryClient(CloudCredentials, URL, boolean) - Constructor for class org.cloudfoundry.client.lib.CloudFoundryClient
 
CloudFoundryClient(CloudCredentials, URL, HttpProxyConfiguration) - Constructor for class org.cloudfoundry.client.lib.CloudFoundryClient
 
CloudFoundryClient(CloudCredentials, URL, HttpProxyConfiguration, boolean) - Constructor for class org.cloudfoundry.client.lib.CloudFoundryClient
 
CloudFoundryClient(CloudCredentials, URL, CloudSpace) - Constructor for class org.cloudfoundry.client.lib.CloudFoundryClient
Construct a client with a default CloudSpace.
CloudFoundryClient(CloudCredentials, URL, CloudSpace, boolean) - Constructor for class org.cloudfoundry.client.lib.CloudFoundryClient
 
CloudFoundryClient(CloudCredentials, URL, CloudSpace, HttpProxyConfiguration) - Constructor for class org.cloudfoundry.client.lib.CloudFoundryClient
 
CloudFoundryClient(CloudCredentials, URL, CloudSpace, HttpProxyConfiguration, boolean) - Constructor for class org.cloudfoundry.client.lib.CloudFoundryClient
 
CloudFoundryClient(CloudCredentials, URL, String, String) - Constructor for class org.cloudfoundry.client.lib.CloudFoundryClient
Construct a client with a default space name and org name.
CloudFoundryClient(CloudCredentials, URL, String, String, boolean) - Constructor for class org.cloudfoundry.client.lib.CloudFoundryClient
 
CloudFoundryClient(CloudCredentials, URL, String, String, HttpProxyConfiguration) - Constructor for class org.cloudfoundry.client.lib.CloudFoundryClient
 
CloudFoundryClient(CloudCredentials, URL, String, String, HttpProxyConfiguration, boolean) - Constructor for class org.cloudfoundry.client.lib.CloudFoundryClient
 
CloudFoundryClient(CloudControllerClient) - Constructor for class org.cloudfoundry.client.lib.CloudFoundryClient
Construct a client with a pre-configured CloudControllerClient
CloudFoundryException - Exception in org.cloudfoundry.client.lib
 
CloudFoundryException(HttpStatus) - Constructor for exception org.cloudfoundry.client.lib.CloudFoundryException
 
CloudFoundryException(HttpStatus, String) - Constructor for exception org.cloudfoundry.client.lib.CloudFoundryException
 
CloudFoundryException(HttpStatus, String, int) - Constructor for exception org.cloudfoundry.client.lib.CloudFoundryException
 
CloudFoundryException(HttpStatus, String, String) - Constructor for exception org.cloudfoundry.client.lib.CloudFoundryException
Construct a new instance of CloudFoundryException based on a HttpStatus, status text and description.
CloudFoundryOperations - Interface in org.cloudfoundry.client.lib
The interface defining operations making up the Cloud Foundry Java client's API.
CloudInfo - Class in org.cloudfoundry.client.lib.domain
 
CloudInfo(Map<String, Object>) - Constructor for class org.cloudfoundry.client.lib.domain.CloudInfo
 
CloudInfo(String, String, String, String, String, String, String, CloudInfo.Limits, CloudInfo.Usage, boolean, String) - Constructor for class org.cloudfoundry.client.lib.domain.CloudInfo
 
CloudInfo.Limits - Class in org.cloudfoundry.client.lib.domain
 
CloudInfo.Limits(Map<String, Object>) - Constructor for class org.cloudfoundry.client.lib.domain.CloudInfo.Limits
 
CloudInfo.Usage - Class in org.cloudfoundry.client.lib.domain
 
CloudInfo.Usage(Map<String, Object>) - Constructor for class org.cloudfoundry.client.lib.domain.CloudInfo.Usage
 
CloudOperationException - Exception in org.cloudfoundry.client.lib
 
CloudOperationException(Throwable) - Constructor for exception org.cloudfoundry.client.lib.CloudOperationException
 
CloudOperationException(String) - Constructor for exception org.cloudfoundry.client.lib.CloudOperationException
 
CloudOrganization - Class in org.cloudfoundry.client.lib.domain
 
CloudOrganization(CloudEntity.Meta, String) - Constructor for class org.cloudfoundry.client.lib.domain.CloudOrganization
 
CloudOrganization(CloudEntity.Meta, String, boolean) - Constructor for class org.cloudfoundry.client.lib.domain.CloudOrganization
 
CloudResource - Class in org.cloudfoundry.client.lib.domain
JSON object that contains details of a single Cloud Foundry resource.
CloudResource() - Constructor for class org.cloudfoundry.client.lib.domain.CloudResource
 
CloudResource(String, long, String) - Constructor for class org.cloudfoundry.client.lib.domain.CloudResource
 
CloudResources - Class in org.cloudfoundry.client.lib.domain
JSON Object that contains details of a list of CloudResources.
CloudResources(Collection<? extends CloudResource>) - Constructor for class org.cloudfoundry.client.lib.domain.CloudResources
Create a new CloudResources instance for the specified resources.
CloudResources(Iterator<? extends CloudResource>) - Constructor for class org.cloudfoundry.client.lib.domain.CloudResources
Create a new CloudResources instance for the specified resources.
CloudResources(ApplicationArchive) - Constructor for class org.cloudfoundry.client.lib.domain.CloudResources
Create a new CloudResources instance for the specified ApplicationArchive.
CloudResources.Deserializer - Class in org.cloudfoundry.client.lib.domain
Internal JSON Deserializer.
CloudResources.Deserializer() - Constructor for class org.cloudfoundry.client.lib.domain.CloudResources.Deserializer
 
CloudResources.Serializer - Class in org.cloudfoundry.client.lib.domain
Internal JSON Serializer.
CloudResources.Serializer() - Constructor for class org.cloudfoundry.client.lib.domain.CloudResources.Serializer
 
CloudRoute - Class in org.cloudfoundry.client.lib.domain
 
CloudRoute(CloudEntity.Meta, String, CloudDomain, int) - Constructor for class org.cloudfoundry.client.lib.domain.CloudRoute
 
CloudService - Class in org.cloudfoundry.client.lib.domain
Class representing an instance of a service created for a space.
CloudService() - Constructor for class org.cloudfoundry.client.lib.domain.CloudService
 
CloudService(CloudEntity.Meta, String) - Constructor for class org.cloudfoundry.client.lib.domain.CloudService
 
CloudServiceBroker - Class in org.cloudfoundry.client.lib.domain
 
CloudServiceBroker(String, String) - Constructor for class org.cloudfoundry.client.lib.domain.CloudServiceBroker
 
CloudServiceBroker(CloudEntity.Meta, String, String, String) - Constructor for class org.cloudfoundry.client.lib.domain.CloudServiceBroker
 
CloudServiceOffering - Class in org.cloudfoundry.client.lib.domain
 
CloudServiceOffering(CloudEntity.Meta, String) - Constructor for class org.cloudfoundry.client.lib.domain.CloudServiceOffering
 
CloudServiceOffering(CloudEntity.Meta, String, String, String) - Constructor for class org.cloudfoundry.client.lib.domain.CloudServiceOffering
 
CloudServiceOffering(CloudEntity.Meta, String, String, String, String, boolean, boolean, String, String, String, String, String) - Constructor for class org.cloudfoundry.client.lib.domain.CloudServiceOffering
 
CloudServicePlan - Class in org.cloudfoundry.client.lib.domain
 
CloudServicePlan() - Constructor for class org.cloudfoundry.client.lib.domain.CloudServicePlan
 
CloudServicePlan(CloudEntity.Meta, String, String, boolean, boolean, String, String, CloudServiceOffering) - Constructor for class org.cloudfoundry.client.lib.domain.CloudServicePlan
 
CloudSpace - Class in org.cloudfoundry.client.lib.domain
 
CloudSpace(CloudEntity.Meta, String, CloudOrganization) - Constructor for class org.cloudfoundry.client.lib.domain.CloudSpace
 
CloudStack - Class in org.cloudfoundry.client.lib.domain
 
CloudStack(CloudEntity.Meta, String, String) - Constructor for class org.cloudfoundry.client.lib.domain.CloudStack
 
CloudUtil - Class in org.cloudfoundry.client.lib.util
Some helper utilities used by the Cloud Foundry Java client.
compareTo(ApplicationLog) - Method in class org.cloudfoundry.client.lib.domain.ApplicationLog
 
computeSha1Digest(InputStream) - Static method in class org.cloudfoundry.client.lib.util.CloudUtil
 
configureCloudFoundryRequestFactory(RestTemplate) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
connectToLoggregator(String, String, UUID, ApplicationLogListener, ClientEndpointConfig.Configurator) - Method in class org.cloudfoundry.client.lib.rest.LoggregatorClient
 
convertJsonToCloudResourceList(String) - Static method in class org.cloudfoundry.client.lib.util.JsonUtil
 
convertJsonToList(String) - Static method in class org.cloudfoundry.client.lib.util.JsonUtil
 
convertJsonToMap(String) - Static method in class org.cloudfoundry.client.lib.util.JsonUtil
 
convertToJson(Object) - Static method in class org.cloudfoundry.client.lib.util.JsonUtil
 
CrashesInfo - Class in org.cloudfoundry.client.lib.domain
 
CrashesInfo(List<Map<String, Object>>) - Constructor for class org.cloudfoundry.client.lib.domain.CrashesInfo
 
CrashInfo - Class in org.cloudfoundry.client.lib.domain
 
CrashInfo(Map<String, Object>) - Constructor for class org.cloudfoundry.client.lib.domain.CrashInfo
 
createApplication(String, Staging, Integer, List<String>, List<String>) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
createApplication(String, Staging, Integer, Integer, List<String>, List<String>) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
createApplication(String, Staging, Integer, List<String>, List<String>) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Create application.
createApplication(String, Staging, Integer, Integer, List<String>, List<String>) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Create application.
createApplication(String, Staging, Integer, List<String>, List<String>) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
createApplication(String, Staging, Integer, Integer, List<String>, List<String>) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
createApplication(String, Staging, Integer, List<String>, List<String>) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
createApplication(String, Staging, Integer, Integer, List<String>, List<String>) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
createOauthClient(URL, HttpProxyConfiguration, boolean) - Method in class org.cloudfoundry.client.lib.util.RestUtil
 
createRequestFactory(HttpProxyConfiguration, boolean) - Method in class org.cloudfoundry.client.lib.util.RestUtil
 
createResourceOwnerPasswordAccessTokenProvider() - Method in class org.cloudfoundry.client.lib.oauth2.OauthClient
 
createRestTemplate(HttpProxyConfiguration, boolean) - Method in class org.cloudfoundry.client.lib.util.RestUtil
 
createService(CloudService) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
createService(CloudService) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Create a service.
createService(CloudService) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
createService(CloudService) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
createUserProvidedService(CloudService, Map<String, Object>) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
createUserProvidedService(CloudService, Map<String, Object>) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Create a user-provided service.
createUserProvidedService(CloudService, Map<String, Object>) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
createUserProvidedService(CloudService, Map<String, Object>) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 

D

debugApplication(String, CloudApplication.DebugMode) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
debugApplication(String, CloudApplication.DebugMode) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Debug application.
debugApplication(String, CloudApplication.DebugMode) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
debugApplication(String, CloudApplication.DebugMode) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
defaultMeta() - Static method in class org.cloudfoundry.client.lib.domain.CloudEntity.Meta
 
deleteAllApplications() - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
deleteAllApplications() - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Delete all applications.
deleteAllApplications() - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
deleteAllApplications() - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
deleteAllServices() - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
deleteAllServices() - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Delete all services.
deleteAllServices() - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
deleteAllServices() - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
deleteApplication(String) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
deleteApplication(String) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Delete application.
deleteApplication(String) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
deleteApplication(String) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
deleteDomain(String) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
deleteDomain(String) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Delete a private domain in the current organization.
deleteDomain(String) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
deleteDomain(String) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
deleteRoute(String, String) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
deleteRoute(String, String) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Delete a registered route from the space of the current session.
deleteRoute(String, String) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
deleteRoute(String, String) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
deleteService(String) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
deleteService(String) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Delete cloud service.
deleteService(String) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
deleteService(String) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
deserialize(JsonParser, DeserializationContext) - Method in class org.cloudfoundry.client.lib.domain.CloudResources.Deserializer
 
DirectoryApplicationArchive - Class in org.cloudfoundry.client.lib.archive
Implementation of ApplicationArchive backed by a ZipFile.
DirectoryApplicationArchive(File) - Constructor for class org.cloudfoundry.client.lib.archive.DirectoryApplicationArchive
 
doExecute(URI, HttpMethod, RequestCallback, ResponseExtractor<T>) - Method in class org.cloudfoundry.client.lib.rest.LoggingRestTemplate
 
doGetFile(String, Object, int, String, int, int) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
doGetFile(String, Object, String, String, int, int) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
doGetLogs(String, String, String) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
doOpenFile(String, Object, int, String, ClientHttpResponseCallback) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
DRAIN_URLS_FIELD_NUMBER - Static variable in class loggregator.LogMessages.Message
 
DynamicInputStream - Class in org.cloudfoundry.client.lib.io
InputStream that dynamically loads data on demand as the stream is read.
DynamicInputStream() - Constructor for class org.cloudfoundry.client.lib.io.DynamicInputStream
 
DynamicZipInputStream - Class in org.cloudfoundry.client.lib.io
InputStream that dynamically creates ZIP contents as the stream is read without consuming too much memory.
DynamicZipInputStream(Iterable<DynamicZipInputStream.Entry>) - Constructor for class org.cloudfoundry.client.lib.io.DynamicZipInputStream
Create a new DynamicZipInputStream instance.
DynamicZipInputStream.Entry - Interface in org.cloudfoundry.client.lib.io
Represents a single entry from a ZIP files.

E

ERR_VALUE - Static variable in enum loggregator.LogMessages.Message.MessageType
ERR = 2;
ERROR_CODE - Static variable in exception org.cloudfoundry.client.lib.NotFinishedStagingException
 
ERROR_CODE - Static variable in exception org.cloudfoundry.client.lib.StagingErrorException
 
extractUriInfo(Map<String, UUID>, String, Map<String, String>) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 

G

get(URI) - Method in class org.cloudfoundry.client.lib.tokens.TargetInfos
 
getAllowDebug() - Method in class org.cloudfoundry.client.lib.domain.CloudInfo
 
getAppId() - Method in class loggregator.LogMessages.Message.Builder
required string app_id = 4;
getAppId() - Method in class loggregator.LogMessages.Message
required string app_id = 4;
getAppId() - Method in interface loggregator.LogMessages.MessageOrBuilder
required string app_id = 4;
getAppId() - Method in class org.cloudfoundry.client.lib.domain.ApplicationLog
 
getAppIdBytes() - Method in class loggregator.LogMessages.Message.Builder
required string app_id = 4;
getAppIdBytes() - Method in class loggregator.LogMessages.Message
required string app_id = 4;
getAppIdBytes() - Method in interface loggregator.LogMessages.MessageOrBuilder
required string app_id = 4;
getApplication(String) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
getApplication(UUID) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
getApplication(String) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Get cloud application with the specified name.
getApplication(String) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
getApplication(UUID) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
getApplication(String) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
getApplication(UUID) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
getApplicationInstances(String) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
getApplicationInstances(CloudApplication) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
getApplicationInstances(String) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Get application instances info for application.
getApplicationInstances(CloudApplication) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Get application instances info for application.
getApplicationInstances(String) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
getApplicationInstances(CloudApplication) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
getApplicationInstances(String) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
getApplicationInstances(CloudApplication) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
getApplications() - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
getApplications() - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Get all cloud applications.
getApplications() - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
getApplications() - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
getApplicationStats(String) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
getApplicationStats(String) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Get application stats for the app with the specified name.
getApplicationStats(String) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
getApplicationStats(String) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
getApps() - Method in class org.cloudfoundry.client.lib.domain.CloudInfo.Usage
 
getAppsUsingRoute() - Method in class org.cloudfoundry.client.lib.domain.CloudRoute
 
getArchive() - Method in class org.cloudfoundry.client.lib.domain.UploadApplicationPayload
Returns the source archive.
getAuthorizationEndpoint() - Method in class org.cloudfoundry.client.lib.domain.CloudInfo
 
getAuthorizationHeader() - Method in class org.cloudfoundry.client.lib.oauth2.OauthClient
 
getBuild() - Method in class org.cloudfoundry.client.lib.domain.CloudInfo
 
getBuildpackUrl() - Method in class org.cloudfoundry.client.lib.domain.Staging
 
getClientId() - Method in class org.cloudfoundry.client.lib.CloudCredentials
Get the client ID.
getClientSecret() - Method in class org.cloudfoundry.client.lib.CloudCredentials
Get the client secret
getCloudControllerUrl() - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
getCloudControllerUrl() - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Get the URL used for the cloud controller.
getCloudControllerUrl() - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
getCloudControllerUrl() - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
getCloudFoundryErrorCode() - Method in exception org.cloudfoundry.client.lib.CloudFoundryException
Returns an additional error code that is specific to failures in Cloud Foundry requests or behaviour.
getCloudInfo() - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
getCloudInfo() - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Get CloudInfo for the current cloud.
getCloudServicePlans() - Method in class org.cloudfoundry.client.lib.domain.CloudServiceOffering
 
getCommand() - Method in class org.cloudfoundry.client.lib.domain.Staging
 
getCores() - Method in class org.cloudfoundry.client.lib.domain.InstanceStats
 
getCpu() - Method in class org.cloudfoundry.client.lib.domain.InstanceStats.Usage
 
getCrashes(String) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
getCrashes(String) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Get crashes info for application.
getCrashes() - Method in class org.cloudfoundry.client.lib.domain.CrashesInfo
 
getCrashes(String) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
getCrashes(String) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
getCrashLogs(String) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
getCrashLogs(String) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
getCrashLogs(String) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
getCrashLogs(String) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
getCreated() - Method in class org.cloudfoundry.client.lib.domain.CloudEntity.Meta
 
getDebug() - Method in class org.cloudfoundry.client.lib.domain.CloudApplication
 
getDebugIp() - Method in class org.cloudfoundry.client.lib.domain.InstanceInfo
 
getDebugPort() - Method in class org.cloudfoundry.client.lib.domain.InstanceInfo
 
getDefaultDomain() - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
getDefaultDomain() - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Gets the default domain for the current org, which is the first shared domain.
getDefaultDomain() - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
getDefaultDomain() - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
getDefaultInstance() - Static method in class loggregator.LogMessages.Envelope
 
getDefaultInstance() - Static method in class loggregator.LogMessages.Message
 
getDefaultInstanceForType() - Method in class loggregator.LogMessages.Envelope.Builder
 
getDefaultInstanceForType() - Method in class loggregator.LogMessages.Envelope
 
getDefaultInstanceForType() - Method in class loggregator.LogMessages.Message.Builder
 
getDefaultInstanceForType() - Method in class loggregator.LogMessages.Message
 
getDescription() - Method in exception org.cloudfoundry.client.lib.CloudFoundryException
 
getDescription() - Method in class org.cloudfoundry.client.lib.domain.CloudInfo
 
getDescription() - Method in class org.cloudfoundry.client.lib.domain.CloudServiceOffering
 
getDescription() - Method in class org.cloudfoundry.client.lib.domain.CloudServicePlan
 
getDescription() - Method in class org.cloudfoundry.client.lib.domain.CloudStack
 
getDescriptor() - Static method in class loggregator.LogMessages.Envelope.Builder
 
getDescriptor() - Static method in class loggregator.LogMessages.Envelope
 
getDescriptor() - Static method in class loggregator.LogMessages
 
getDescriptor() - Static method in class loggregator.LogMessages.Message.Builder
 
getDescriptor() - Static method in class loggregator.LogMessages.Message
 
getDescriptor() - Static method in enum loggregator.LogMessages.Message.MessageType
 
getDescriptorForType() - Method in class loggregator.LogMessages.Envelope.Builder
 
getDescriptorForType() - Method in class loggregator.LogMessages.Message.Builder
 
getDescriptorForType() - Method in enum loggregator.LogMessages.Message.MessageType
 
getDisk() - Method in class org.cloudfoundry.client.lib.domain.InstanceStats.Usage
 
getDiskQuota() - Method in class org.cloudfoundry.client.lib.domain.CloudApplication
 
getDiskQuota() - Method in class org.cloudfoundry.client.lib.domain.InstanceStats
 
getDocumentationUrl() - Method in class org.cloudfoundry.client.lib.domain.CloudServiceOffering
 
getDomain() - Method in class org.cloudfoundry.client.lib.domain.CloudRoute
 
getDomains() - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
getDomains() - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Get list of all domain shared and private domains.
getDomains() - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
getDomains() - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
getDomainsForOrg() - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
getDomainsForOrg() - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Get list of all domain registered for the current organization.
getDomainsForOrg() - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
getDomainsForOrg() - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
getDrainUrls(int) - Method in class loggregator.LogMessages.Message.Builder
repeated string drain_urls = 7;
getDrainUrls(int) - Method in class loggregator.LogMessages.Message
repeated string drain_urls = 7;
getDrainUrls(int) - Method in interface loggregator.LogMessages.MessageOrBuilder
repeated string drain_urls = 7;
getDrainUrlsBytes(int) - Method in class loggregator.LogMessages.Message.Builder
repeated string drain_urls = 7;
getDrainUrlsBytes(int) - Method in class loggregator.LogMessages.Message
repeated string drain_urls = 7;
getDrainUrlsBytes(int) - Method in interface loggregator.LogMessages.MessageOrBuilder
repeated string drain_urls = 7;
getDrainUrlsCount() - Method in class loggregator.LogMessages.Message.Builder
repeated string drain_urls = 7;
getDrainUrlsCount() - Method in class loggregator.LogMessages.Message
repeated string drain_urls = 7;
getDrainUrlsCount() - Method in interface loggregator.LogMessages.MessageOrBuilder
repeated string drain_urls = 7;
getDrainUrlsList() - Method in class loggregator.LogMessages.Message.Builder
repeated string drain_urls = 7;
getDrainUrlsList() - Method in class loggregator.LogMessages.Message
repeated string drain_urls = 7;
getDrainUrlsList() - Method in interface loggregator.LogMessages.MessageOrBuilder
repeated string drain_urls = 7;
getEmail() - Method in class org.cloudfoundry.client.lib.CloudCredentials
Get the email.
getEmbeddedResource(Map<String, Object>, String) - Static method in class org.cloudfoundry.client.lib.util.CloudEntityResourceMapper
 
getEmbeddedResourceList(Map<String, Object>, String) - Static method in class org.cloudfoundry.client.lib.util.CloudEntityResourceMapper
 
getEntity(Map<String, Object>) - Static method in class org.cloudfoundry.client.lib.util.CloudEntityResourceMapper
 
getEntityAttribute(Map<String, Object>, String, Class<T>) - Static method in class org.cloudfoundry.client.lib.util.CloudEntityResourceMapper
 
getEntries() - Method in interface org.cloudfoundry.client.lib.archive.ApplicationArchive
Returns entries that the archive contains.
getEntries() - Method in class org.cloudfoundry.client.lib.archive.DirectoryApplicationArchive
 
getEntries() - Method in class org.cloudfoundry.client.lib.archive.ZipApplicationArchive
 
getEnv() - Method in class org.cloudfoundry.client.lib.domain.CloudApplication
 
getEnvAsMap() - Method in class org.cloudfoundry.client.lib.domain.CloudApplication
 
getExtra() - Method in class org.cloudfoundry.client.lib.domain.CloudServiceOffering
 
getExtra() - Method in class org.cloudfoundry.client.lib.domain.CloudServicePlan
 
getFdsQuota() - Method in class org.cloudfoundry.client.lib.domain.InstanceStats
 
getFile(String, int, String) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
getFile(String, int, String, int) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
getFile(String, int, String, int, int) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
getFile(String, int, String) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Get file from the deployed application.
getFile(String, int, String, int) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Get a the content, starting at a specific position, of a file from the deployed application.
getFile(String, int, String, int, int) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Get a range of content of a file from the deployed application.
getFile(String, int, String, int, int) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
getFile(String, int, String, int, int) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
getFileAppId(String) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
getFilename() - Method in interface org.cloudfoundry.client.lib.archive.ApplicationArchive
Returns the filename of the archive (excluding any path).
getFilename() - Method in class org.cloudfoundry.client.lib.archive.DirectoryApplicationArchive
 
getFilename() - Method in class org.cloudfoundry.client.lib.archive.ZipApplicationArchive
 
getFilename() - Method in class org.cloudfoundry.client.lib.domain.CloudResource
 
getFilename(Object) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl.CloudFoundryFormHttpMessageConverter
 
getFilenames() - Method in class org.cloudfoundry.client.lib.domain.CloudResources
Returns a set of all resource filenames.
getFileTail(String, int, String, int) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
getFileTail(String, int, String, int) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Get a the last bytes, with length as specified, of content of a file from the deployed application.
getFileUrlPath() - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
getGuid() - Method in class org.cloudfoundry.client.lib.domain.CloudEntity.Meta
 
getGuidOfResource(Map<String, Object>) - Method in class org.cloudfoundry.client.lib.util.CloudEntityResourceMapper
 
getHealthCheckTimeout() - Method in class org.cloudfoundry.client.lib.domain.Staging
 
getHost() - Method in class org.cloudfoundry.client.lib.domain.CloudRoute
 
getHost() - Method in class org.cloudfoundry.client.lib.domain.InstanceStats
 
getHttpStatus() - Method in class org.cloudfoundry.client.lib.RestLogEntry
 
getId() - Method in class org.cloudfoundry.client.lib.domain.InstanceStats
 
getIndex() - Method in class org.cloudfoundry.client.lib.domain.InstanceInfo
 
getInfo() - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
getInfo() - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
getInfoUrl() - Method in class org.cloudfoundry.client.lib.domain.CloudServiceOffering
 
getInputStream() - Method in interface org.cloudfoundry.client.lib.archive.ApplicationArchive.Entry
Returns the content of the entry or null if the entry is a directory.
getInputStream() - Method in class org.cloudfoundry.client.lib.domain.UploadApplicationPayload
Returns the payload data as an input stream.
getInputStream() - Method in interface org.cloudfoundry.client.lib.io.DynamicZipInputStream.Entry
Opens a new stream that can be used to read the contents of the entry.
getInstance() - Method in class org.cloudfoundry.client.lib.domain.CrashInfo
 
getInstances() - Method in class org.cloudfoundry.client.lib.domain.CloudApplication
 
getInstances() - Method in class org.cloudfoundry.client.lib.domain.InstancesInfo
 
getLabel() - Method in class org.cloudfoundry.client.lib.domain.CloudService
 
getLabel() - Method in class org.cloudfoundry.client.lib.domain.CloudServiceOffering
 
getLimits() - Method in class org.cloudfoundry.client.lib.domain.CloudInfo
 
getLoggregatorEndpoint() - Method in class org.cloudfoundry.client.lib.domain.CloudInfo
 
getLogMessage() - Method in class loggregator.LogMessages.Envelope.Builder
required .logmessage.Message log_message = 3;
getLogMessage() - Method in class loggregator.LogMessages.Envelope
required .logmessage.Message log_message = 3;
getLogMessage() - Method in interface loggregator.LogMessages.EnvelopeOrBuilder
required .logmessage.Message log_message = 3;
getLogMessageBuilder() - Method in class loggregator.LogMessages.Envelope.Builder
required .logmessage.Message log_message = 3;
getLogMessageOrBuilder() - Method in class loggregator.LogMessages.Envelope.Builder
required .logmessage.Message log_message = 3;
getLogMessageOrBuilder() - Method in class loggregator.LogMessages.Envelope
required .logmessage.Message log_message = 3;
getLogMessageOrBuilder() - Method in interface loggregator.LogMessages.EnvelopeOrBuilder
required .logmessage.Message log_message = 3;
getLogs(String) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
getLogs(String) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
getLogs(String) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
getLogs(String) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
getMaxApps() - Method in class org.cloudfoundry.client.lib.domain.CloudInfo.Limits
 
getMaxServices() - Method in class org.cloudfoundry.client.lib.domain.CloudInfo.Limits
 
getMaxTotalMemory() - Method in class org.cloudfoundry.client.lib.domain.CloudInfo.Limits
 
getMaxUrisPerApp() - Method in class org.cloudfoundry.client.lib.domain.CloudInfo.Limits
 
getMem() - Method in class org.cloudfoundry.client.lib.domain.InstanceStats.Usage
 
getMemory() - Method in class org.cloudfoundry.client.lib.domain.CloudApplication
 
getMemQuota() - Method in class org.cloudfoundry.client.lib.domain.InstanceStats
 
getMessage() - Method in class loggregator.LogMessages.Message.Builder
required bytes message = 1;
getMessage() - Method in class loggregator.LogMessages.Message
required bytes message = 1;
getMessage() - Method in interface loggregator.LogMessages.MessageOrBuilder
required bytes message = 1;
getMessage() - Method in class org.cloudfoundry.client.lib.domain.ApplicationLog
 
getMessage() - Method in class org.cloudfoundry.client.lib.RestLogEntry
 
getMessageType() - Method in class loggregator.LogMessages.Message.Builder
required .logmessage.Message.MessageType message_type = 2;
getMessageType() - Method in class loggregator.LogMessages.Message
required .logmessage.Message.MessageType message_type = 2;
getMessageType() - Method in interface loggregator.LogMessages.MessageOrBuilder
required .logmessage.Message.MessageType message_type = 2;
getMessageType() - Method in class org.cloudfoundry.client.lib.domain.ApplicationLog
 
getMeta() - Method in class org.cloudfoundry.client.lib.domain.CloudEntity
 
getMeta(Map<String, Object>) - Static method in class org.cloudfoundry.client.lib.util.CloudEntityResourceMapper
 
getMethod() - Method in class org.cloudfoundry.client.lib.RestLogEntry
 
getName() - Method in interface org.cloudfoundry.client.lib.archive.ApplicationArchive.Entry
Returns the name of entry including a path.
getName() - Method in class org.cloudfoundry.client.lib.domain.CloudEntity
 
getName() - Method in class org.cloudfoundry.client.lib.domain.CloudInfo
 
getName() - Method in class org.cloudfoundry.client.lib.domain.InstanceStats
 
getName() - Method in interface org.cloudfoundry.client.lib.io.DynamicZipInputStream.Entry
Returns the name of the entry complete with path, equivalent to ZipEntry.getName().
getNameOfResource(Map<String, Object>) - Method in class org.cloudfoundry.client.lib.util.CloudEntityResourceMapper
 
getNumber() - Method in enum loggregator.LogMessages.Message.MessageType
 
getNumEntries() - Method in class org.cloudfoundry.client.lib.domain.UploadApplicationPayload
 
getOauthClient() - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientFactory
 
getOrganization() - Method in class org.cloudfoundry.client.lib.domain.CloudSpace
 
getOrganization(HashMap<String, String>) - Method in class org.cloudfoundry.client.lib.tokens.TargetInfos
 
getOrganizations() - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
getOrganizations() - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Get list of CloudOrganizations for the current cloud.
getOrganizations() - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
getOrganizations() - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
getOutputStream() - Method in class org.cloudfoundry.client.lib.io.DynamicInputStream
Returns the OutputStream that should be used when writing data.
getOwner() - Method in class org.cloudfoundry.client.lib.domain.CloudDomain
 
getParserForType() - Method in class loggregator.LogMessages.Envelope
 
getParserForType() - Method in class loggregator.LogMessages.Message
 
getPassword() - Method in class org.cloudfoundry.client.lib.CloudCredentials
Get the password.
getPlan() - Method in class org.cloudfoundry.client.lib.domain.CloudService
 
getPort() - Method in class org.cloudfoundry.client.lib.domain.InstanceStats
 
getPrivateDomains() - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
getPrivateDomains() - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Get list of all private domains.
getPrivateDomains() - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
getPrivateDomains() - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
getProvider() - Method in class org.cloudfoundry.client.lib.domain.CloudService
 
getProvider() - Method in class org.cloudfoundry.client.lib.domain.CloudServiceOffering
 
getProxyHost() - Method in class org.cloudfoundry.client.lib.HttpProxyConfiguration
 
getProxyPort() - Method in class org.cloudfoundry.client.lib.HttpProxyConfiguration
 
getProxyUser() - Method in class org.cloudfoundry.client.lib.CloudCredentials
Get the proxy user.
getRecentLogs(String) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
getRecentLogs(String) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Stream recent log entries.
getRecentLogs(String) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
getRecentLogs(String) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
getRecords() - Method in class org.cloudfoundry.client.lib.domain.ApplicationStats
 
getRefreshToken(HashMap<String, String>) - Method in class org.cloudfoundry.client.lib.tokens.TargetInfos
 
getResources() - Method in class org.cloudfoundry.client.lib.domain.CloudApplication
 
getRestTemplate() - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientFactory
 
getRestTemplate() - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
getRoutes(String) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
getRoutes(String) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Get the info for all routes for a domain.
getRoutes(String) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
getRoutes(String) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
getRoutingKey() - Method in class loggregator.LogMessages.Envelope.Builder
required string routing_key = 1;
getRoutingKey() - Method in class loggregator.LogMessages.Envelope
required string routing_key = 1;
getRoutingKey() - Method in interface loggregator.LogMessages.EnvelopeOrBuilder
required string routing_key = 1;
getRoutingKeyBytes() - Method in class loggregator.LogMessages.Envelope.Builder
required string routing_key = 1;
getRoutingKeyBytes() - Method in class loggregator.LogMessages.Envelope
required string routing_key = 1;
getRoutingKeyBytes() - Method in interface loggregator.LogMessages.EnvelopeOrBuilder
required string routing_key = 1;
getRunningInstances() - Method in class org.cloudfoundry.client.lib.domain.CloudApplication
 
getSerializedSize() - Method in class loggregator.LogMessages.Envelope
 
getSerializedSize() - Method in class loggregator.LogMessages.Message
 
getService(String) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
getService(String) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Get cloud service.
getService(String) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
getService(String) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
getServiceBrokers() - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
getServiceBrokers() - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Get all service brokers.
getServiceBrokers() - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
getServiceBrokers() - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
getServiceOffering() - Method in class org.cloudfoundry.client.lib.domain.CloudServicePlan
 
getServiceOfferings() - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
getServiceOfferings() - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Get all service offerings.
getServiceOfferings() - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
getServiceOfferings() - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
getServices() - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
getServices() - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Get list of cloud services.
getServices() - Method in class org.cloudfoundry.client.lib.domain.CloudApplication
 
getServices() - Method in class org.cloudfoundry.client.lib.domain.CloudInfo.Usage
 
getServices() - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
getServices() - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
getSha1() - Method in class org.cloudfoundry.client.lib.domain.CloudResource
 
getSha1Digest() - Method in class org.cloudfoundry.client.lib.archive.AbstractApplicationArchiveEntry
 
getSha1Digest() - Method in interface org.cloudfoundry.client.lib.archive.ApplicationArchive.Entry
Returns a SHA1 digest over the contents of the entry or null if the entry is a directory.
getSharedDomains() - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
getSharedDomains() - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Get list of all shared domains.
getSharedDomains() - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
getSharedDomains() - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
getSignature() - Method in class loggregator.LogMessages.Envelope.Builder
required bytes signature = 2;
getSignature() - Method in class loggregator.LogMessages.Envelope
required bytes signature = 2;
getSignature() - Method in interface loggregator.LogMessages.EnvelopeOrBuilder
required bytes signature = 2;
getSince() - Method in class org.cloudfoundry.client.lib.domain.CrashInfo
 
getSince() - Method in class org.cloudfoundry.client.lib.domain.InstanceInfo
 
getSize() - Method in class org.cloudfoundry.client.lib.archive.AbstractApplicationArchiveEntry
 
getSize() - Method in interface org.cloudfoundry.client.lib.archive.ApplicationArchive.Entry
Returns the size of entry or 0 if the entry is a directory.
getSize() - Method in class org.cloudfoundry.client.lib.domain.CloudResource
 
getSourceId() - Method in class loggregator.LogMessages.Message.Builder
optional string source_id = 6;
getSourceId() - Method in class loggregator.LogMessages.Message
optional string source_id = 6;
getSourceId() - Method in interface loggregator.LogMessages.MessageOrBuilder
optional string source_id = 6;
getSourceId() - Method in class org.cloudfoundry.client.lib.domain.ApplicationLog
 
getSourceIdBytes() - Method in class loggregator.LogMessages.Message.Builder
optional string source_id = 6;
getSourceIdBytes() - Method in class loggregator.LogMessages.Message
optional string source_id = 6;
getSourceIdBytes() - Method in interface loggregator.LogMessages.MessageOrBuilder
optional string source_id = 6;
getSourceName() - Method in class loggregator.LogMessages.Message.Builder
optional string source_name = 8;
getSourceName() - Method in class loggregator.LogMessages.Message
optional string source_name = 8;
getSourceName() - Method in interface loggregator.LogMessages.MessageOrBuilder
optional string source_name = 8;
getSourceName() - Method in class org.cloudfoundry.client.lib.domain.ApplicationLog
 
getSourceNameBytes() - Method in class loggregator.LogMessages.Message.Builder
optional string source_name = 8;
getSourceNameBytes() - Method in class loggregator.LogMessages.Message
optional string source_name = 8;
getSourceNameBytes() - Method in interface loggregator.LogMessages.MessageOrBuilder
optional string source_name = 8;
getSpace(HashMap<String, String>) - Method in class org.cloudfoundry.client.lib.tokens.TargetInfos
 
getSpaces() - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
getSpaces() - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Get list of CloudSpaces for the current cloud.
getSpaces() - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
getSpaces() - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
getStack(String) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
getStack(String) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Get a stack by name.
getStack() - Method in class org.cloudfoundry.client.lib.domain.Staging
 
getStack(String) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
getStack(String) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
getStacks() - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
getStacks() - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Get the list of stacks available for staging applications.
getStacks() - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
getStacks() - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
getStaging() - Method in class org.cloudfoundry.client.lib.domain.CloudApplication
 
getStagingFile() - Method in class org.cloudfoundry.client.lib.StartingInfo
 
getStagingLogs(StartingInfo, int) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
getStagingLogs(StartingInfo, int) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Get the staging log while an application is starting.
getStagingLogs(StartingInfo, int) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
getStagingLogs(StartingInfo, int) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
Returns null if no further content is available.
getState() - Method in class org.cloudfoundry.client.lib.domain.CloudApplication
 
getState() - Method in class org.cloudfoundry.client.lib.domain.InstanceInfo
 
getState() - Method in class org.cloudfoundry.client.lib.domain.InstanceStats
 
getStatus() - Method in class org.cloudfoundry.client.lib.RestLogEntry
 
getSupport() - Method in class org.cloudfoundry.client.lib.domain.CloudInfo
 
getSupportedMediaTypes() - Method in class org.cloudfoundry.client.lib.util.UploadApplicationPayloadHttpMessageConverter
 
getTime() - Method in class org.cloudfoundry.client.lib.domain.InstanceStats.Usage
 
getTimestamp() - Method in class loggregator.LogMessages.Message.Builder
required sint64 timestamp = 3;
getTimestamp() - Method in class loggregator.LogMessages.Message
required sint64 timestamp = 3;
getTimestamp() - Method in interface loggregator.LogMessages.MessageOrBuilder
required sint64 timestamp = 3;
getTimestamp() - Method in class org.cloudfoundry.client.lib.domain.ApplicationLog
 
getToken() - Method in class org.cloudfoundry.client.lib.CloudCredentials
Get the token.
getToken() - Method in class org.cloudfoundry.client.lib.oauth2.OauthClient
 
getToken(HashMap<String, String>) - Method in class org.cloudfoundry.client.lib.tokens.TargetInfos
 
getTokensFile() - Method in class org.cloudfoundry.client.lib.tokens.TokensFile
 
getTokensFilePath() - Method in class org.cloudfoundry.client.lib.tokens.TokensFile
 
getTokensFromFile() - Method in class org.cloudfoundry.client.lib.tokens.TokensFile
 
getTotalMemory() - Method in class org.cloudfoundry.client.lib.domain.CloudInfo.Usage
 
getTotalUncompressedSize() - Method in class org.cloudfoundry.client.lib.domain.UploadApplicationPayload
Returns the total size of the entries to be transfered (before compression).
getUniqueId() - Method in class org.cloudfoundry.client.lib.domain.CloudServiceOffering
 
getUniqueId() - Method in class org.cloudfoundry.client.lib.domain.CloudServicePlan
 
getUnknownFields() - Method in class loggregator.LogMessages.Envelope
 
getUnknownFields() - Method in class loggregator.LogMessages.Message
 
getUpdated() - Method in class org.cloudfoundry.client.lib.domain.CloudEntity.Meta
 
getUptime() - Method in class org.cloudfoundry.client.lib.domain.InstanceStats
 
getUri() - Method in class org.cloudfoundry.client.lib.RestLogEntry
 
getUris() - Method in class org.cloudfoundry.client.lib.domain.CloudApplication
 
getUris() - Method in class org.cloudfoundry.client.lib.domain.InstanceStats
 
getUrisPerApp() - Method in class org.cloudfoundry.client.lib.domain.CloudInfo.Usage
 
getUrl() - Method in class org.cloudfoundry.client.lib.domain.CloudServiceBroker
 
getUrl() - Method in class org.cloudfoundry.client.lib.domain.CloudServiceOffering
 
getUrl(String) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
getUsage() - Method in class org.cloudfoundry.client.lib.domain.CloudInfo
 
getUsage() - Method in class org.cloudfoundry.client.lib.domain.InstanceStats
 
getUser() - Method in class org.cloudfoundry.client.lib.domain.CloudInfo
 
getUsername() - Method in class org.cloudfoundry.client.lib.domain.CloudServiceBroker
 
getValueDescriptor() - Method in enum loggregator.LogMessages.Message.MessageType
 
getVersion() - Method in class org.cloudfoundry.client.lib.domain.CloudInfo
 
getVersion() - Method in class org.cloudfoundry.client.lib.domain.CloudService
 
getVersion() - Method in class org.cloudfoundry.client.lib.domain.CloudServiceOffering
 
getVersion(HashMap<String, String>) - Method in class org.cloudfoundry.client.lib.tokens.TargetInfos
 

H

handleError(ClientHttpResponse) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerResponseErrorHandler
 
hasAppId() - Method in class loggregator.LogMessages.Message.Builder
required string app_id = 4;
hasAppId() - Method in class loggregator.LogMessages.Message
required string app_id = 4;
hasAppId() - Method in interface loggregator.LogMessages.MessageOrBuilder
required string app_id = 4;
hasLogMessage() - Method in class loggregator.LogMessages.Envelope.Builder
required .logmessage.Message log_message = 3;
hasLogMessage() - Method in class loggregator.LogMessages.Envelope
required .logmessage.Message log_message = 3;
hasLogMessage() - Method in interface loggregator.LogMessages.EnvelopeOrBuilder
required .logmessage.Message log_message = 3;
hasMessage() - Method in class loggregator.LogMessages.Message.Builder
required bytes message = 1;
hasMessage() - Method in class loggregator.LogMessages.Message
required bytes message = 1;
hasMessage() - Method in interface loggregator.LogMessages.MessageOrBuilder
required bytes message = 1;
hasMessageType() - Method in class loggregator.LogMessages.Message.Builder
required .logmessage.Message.MessageType message_type = 2;
hasMessageType() - Method in class loggregator.LogMessages.Message
required .logmessage.Message.MessageType message_type = 2;
hasMessageType() - Method in interface loggregator.LogMessages.MessageOrBuilder
required .logmessage.Message.MessageType message_type = 2;
hasRoutingKey() - Method in class loggregator.LogMessages.Envelope.Builder
required string routing_key = 1;
hasRoutingKey() - Method in class loggregator.LogMessages.Envelope
required string routing_key = 1;
hasRoutingKey() - Method in interface loggregator.LogMessages.EnvelopeOrBuilder
required string routing_key = 1;
hasSignature() - Method in class loggregator.LogMessages.Envelope.Builder
required bytes signature = 2;
hasSignature() - Method in class loggregator.LogMessages.Envelope
required bytes signature = 2;
hasSignature() - Method in interface loggregator.LogMessages.EnvelopeOrBuilder
required bytes signature = 2;
hasSourceId() - Method in class loggregator.LogMessages.Message.Builder
optional string source_id = 6;
hasSourceId() - Method in class loggregator.LogMessages.Message
optional string source_id = 6;
hasSourceId() - Method in interface loggregator.LogMessages.MessageOrBuilder
optional string source_id = 6;
hasSourceName() - Method in class loggregator.LogMessages.Message.Builder
optional string source_name = 8;
hasSourceName() - Method in class loggregator.LogMessages.Message
optional string source_name = 8;
hasSourceName() - Method in interface loggregator.LogMessages.MessageOrBuilder
optional string source_name = 8;
hasTimestamp() - Method in class loggregator.LogMessages.Message.Builder
required sint64 timestamp = 3;
hasTimestamp() - Method in class loggregator.LogMessages.Message
required sint64 timestamp = 3;
hasTimestamp() - Method in interface loggregator.LogMessages.MessageOrBuilder
required sint64 timestamp = 3;
HttpProxyConfiguration - Class in org.cloudfoundry.client.lib
Class that encapsulates http proxy information
HttpProxyConfiguration(String, int) - Constructor for class org.cloudfoundry.client.lib.HttpProxyConfiguration
 

I

init(CloudCredentials) - Method in class org.cloudfoundry.client.lib.oauth2.OauthClient
 
InstanceInfo - Class in org.cloudfoundry.client.lib.domain
 
InstanceInfo(Map<String, Object>) - Constructor for class org.cloudfoundry.client.lib.domain.InstanceInfo
 
InstancesInfo - Class in org.cloudfoundry.client.lib.domain
 
InstancesInfo(List<Map<String, Object>>) - Constructor for class org.cloudfoundry.client.lib.domain.InstancesInfo
 
InstanceState - Enum in org.cloudfoundry.client.lib.domain
Enum used for the state of an instance
InstanceStats - Class in org.cloudfoundry.client.lib.domain
 
InstanceStats(String, Map<String, Object>) - Constructor for class org.cloudfoundry.client.lib.domain.InstanceStats
 
InstanceStats.Usage - Class in org.cloudfoundry.client.lib.domain
 
InstanceStats.Usage(Map<String, Object>) - Constructor for class org.cloudfoundry.client.lib.domain.InstanceStats.Usage
 
internalGetFieldAccessorTable() - Method in class loggregator.LogMessages.Envelope.Builder
 
internalGetFieldAccessorTable() - Method in class loggregator.LogMessages.Envelope
 
internalGetFieldAccessorTable() - Method in class loggregator.LogMessages.Message.Builder
 
internalGetFieldAccessorTable() - Method in class loggregator.LogMessages.Message
 
internalGetValueMap() - Static method in enum loggregator.LogMessages.Message.MessageType
 
inUse() - Method in class org.cloudfoundry.client.lib.domain.CloudRoute
 
isActive() - Method in class org.cloudfoundry.client.lib.domain.CloudServiceOffering
 
isBillingEnabled() - Method in class org.cloudfoundry.client.lib.domain.CloudOrganization
 
isBindable() - Method in class org.cloudfoundry.client.lib.domain.CloudServiceOffering
 
isDirectory() - Method in interface org.cloudfoundry.client.lib.archive.ApplicationArchive.Entry
Returns true if the entry represents a directory.
isFree() - Method in class org.cloudfoundry.client.lib.domain.CloudServicePlan
 
isInitialized() - Method in class loggregator.LogMessages.Envelope.Builder
 
isInitialized() - Method in class loggregator.LogMessages.Envelope
 
isInitialized() - Method in class loggregator.LogMessages.Message.Builder
 
isInitialized() - Method in class loggregator.LogMessages.Message
 
isProxyUserSet() - Method in class org.cloudfoundry.client.lib.CloudCredentials
Is this a proxied set of credentials?
isPublic() - Method in class org.cloudfoundry.client.lib.domain.CloudServicePlan
 
isUserProvided() - Method in class org.cloudfoundry.client.lib.domain.CloudService
 
isWar(String) - Static method in class org.cloudfoundry.client.lib.util.CloudUtil
 

J

JSON_MEDIA_TYPE - Static variable in class org.cloudfoundry.client.lib.util.JsonUtil
 
JsonUtil - Class in org.cloudfoundry.client.lib.util
Some JSON helper utilities used by the Cloud Foundry Java client.
JsonUtil() - Constructor for class org.cloudfoundry.client.lib.util.JsonUtil
 

L

LOG_MESSAGE_FIELD_NUMBER - Static variable in class loggregator.LogMessages.Envelope
 
logger - Static variable in class org.cloudfoundry.client.lib.util.JsonUtil
 
LoggingRestTemplate - Class in org.cloudfoundry.client.lib.rest
RestTemplate that provides for logging of any REST calls made
LoggingRestTemplate() - Constructor for class org.cloudfoundry.client.lib.rest.LoggingRestTemplate
 
loggregator - package loggregator
 
LoggregatorClient - Class in org.cloudfoundry.client.lib.rest
 
LoggregatorClient(boolean) - Constructor for class org.cloudfoundry.client.lib.rest.LoggregatorClient
 
LoggregatorEndpoint - Class in org.cloudfoundry.client.lib.rest
 
LoggregatorEndpoint(ApplicationLogListener) - Constructor for class org.cloudfoundry.client.lib.rest.LoggregatorEndpoint
 
LoggregatorMessageHandler - Class in org.cloudfoundry.client.lib.rest
 
LoggregatorMessageHandler(ApplicationLogListener) - Constructor for class org.cloudfoundry.client.lib.rest.LoggregatorMessageHandler
 
login() - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
login() - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Login using the credentials already set for the client.
login() - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
login() - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
LogMessages - Class in loggregator
 
LogMessages.Envelope - Class in loggregator
Protobuf type logmessage.Envelope
LogMessages.Envelope.Builder - Class in loggregator
Protobuf type logmessage.Envelope
LogMessages.EnvelopeOrBuilder - Interface in loggregator
 
LogMessages.Message - Class in loggregator
Protobuf type logmessage.Message
LogMessages.Message.Builder - Class in loggregator
Protobuf type logmessage.Message
LogMessages.Message.MessageType - Enum in loggregator
Protobuf enum logmessage.Message.MessageType
LogMessages.MessageOrBuilder - Interface in loggregator
 
logout() - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
logout() - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Logout closing the current session.
logout() - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
logout() - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 

M

mapResource(Map<String, Object>, Class<T>) - Method in class org.cloudfoundry.client.lib.util.CloudEntityResourceMapper
 
mergeFrom(Message) - Method in class loggregator.LogMessages.Envelope.Builder
 
mergeFrom(LogMessages.Envelope) - Method in class loggregator.LogMessages.Envelope.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class loggregator.LogMessages.Envelope.Builder
 
mergeFrom(Message) - Method in class loggregator.LogMessages.Message.Builder
 
mergeFrom(LogMessages.Message) - Method in class loggregator.LogMessages.Message.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class loggregator.LogMessages.Message.Builder
 
mergeLogMessage(LogMessages.Message) - Method in class loggregator.LogMessages.Envelope.Builder
required .logmessage.Message log_message = 3;
MESSAGE_FIELD_NUMBER - Static variable in class loggregator.LogMessages.Message
 
MESSAGE_TYPE_FIELD_NUMBER - Static variable in class loggregator.LogMessages.Message
 

N

newBuilder() - Static method in class loggregator.LogMessages.Envelope
 
newBuilder(LogMessages.Envelope) - Static method in class loggregator.LogMessages.Envelope
 
newBuilder() - Static method in class loggregator.LogMessages.Message
 
newBuilder(LogMessages.Message) - Static method in class loggregator.LogMessages.Message
 
newBuilderForType() - Method in class loggregator.LogMessages.Envelope
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class loggregator.LogMessages.Envelope
 
newBuilderForType() - Method in class loggregator.LogMessages.Message
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class loggregator.LogMessages.Message
 
newCloudController(URL, CloudCredentials, CloudSpace) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientFactory
 
newCloudController(URL, CloudCredentials, String, String) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientFactory
 
NONE - Static variable in interface org.cloudfoundry.client.lib.UploadStatusCallback
Empty implementation
NotFinishedStagingException - Exception in org.cloudfoundry.client.lib
 
NotFinishedStagingException(HttpStatus, String) - Constructor for exception org.cloudfoundry.client.lib.NotFinishedStagingException
 

O

OauthClient - Class in org.cloudfoundry.client.lib.oauth2
Client that can handle authentication against a UAA instance
OauthClient(URL, RestTemplate) - Constructor for class org.cloudfoundry.client.lib.oauth2.OauthClient
 
onCheckResources() - Method in interface org.cloudfoundry.client.lib.UploadStatusCallback
Called after the /resources call is made.
onClientHttpResponse(ClientHttpResponse) - Method in interface org.cloudfoundry.client.lib.ClientHttpResponseCallback
 
onClose(Session, CloseReason) - Method in class org.cloudfoundry.client.lib.rest.LoggregatorEndpoint
 
onComplete() - Method in interface org.cloudfoundry.client.lib.ApplicationLogListener
 
onError(Throwable) - Method in interface org.cloudfoundry.client.lib.ApplicationLogListener
 
onError(Session, Throwable) - Method in class org.cloudfoundry.client.lib.rest.LoggregatorEndpoint
 
onMatchedFileNames(Set<String>) - Method in interface org.cloudfoundry.client.lib.UploadStatusCallback
Called after the files to be uploaded have been identified.
onMessage(ApplicationLog) - Method in interface org.cloudfoundry.client.lib.ApplicationLogListener
 
onMessage(byte[]) - Method in class org.cloudfoundry.client.lib.rest.LoggregatorMessageHandler
 
onNewLogEntry(RestLogEntry) - Method in interface org.cloudfoundry.client.lib.RestLogCallback
Called once for each log entry.
onNewLogEntry(RestLogEntry) - Method in class org.cloudfoundry.client.lib.RestLogger
 
onOpen(Session, EndpointConfig) - Method in class org.cloudfoundry.client.lib.rest.LoggregatorEndpoint
 
onProcessMatchedResources(int) - Method in interface org.cloudfoundry.client.lib.UploadStatusCallback
Called after the data to be uploaded has been processed
onProgress(String) - Method in interface org.cloudfoundry.client.lib.UploadStatusCallback
Called during asynchronous upload process.
openFile(String, int, String, ClientHttpResponseCallback) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
openFile(String, int, String, ClientHttpResponseCallback) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
openFile(String, int, String, ClientHttpResponseCallback) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
org.cloudfoundry.client.lib - package org.cloudfoundry.client.lib
 
org.cloudfoundry.client.lib.archive - package org.cloudfoundry.client.lib.archive
 
org.cloudfoundry.client.lib.domain - package org.cloudfoundry.client.lib.domain
 
org.cloudfoundry.client.lib.io - package org.cloudfoundry.client.lib.io
 
org.cloudfoundry.client.lib.oauth2 - package org.cloudfoundry.client.lib.oauth2
 
org.cloudfoundry.client.lib.rest - package org.cloudfoundry.client.lib.rest
 
org.cloudfoundry.client.lib.tokens - package org.cloudfoundry.client.lib.tokens
 
org.cloudfoundry.client.lib.util - package org.cloudfoundry.client.lib.util
 
OUT_VALUE - Static variable in enum loggregator.LogMessages.Message.MessageType
OUT = 1;

P

parse(Object) - Static method in class org.cloudfoundry.client.lib.util.CloudUtil
 
parse(Class<T>, Object) - Static method in class org.cloudfoundry.client.lib.util.CloudUtil
 
parseDelimitedFrom(InputStream) - Static method in class loggregator.LogMessages.Envelope
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class loggregator.LogMessages.Envelope
 
parseDelimitedFrom(InputStream) - Static method in class loggregator.LogMessages.Message
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class loggregator.LogMessages.Message
 
parseFrom(ByteString) - Static method in class loggregator.LogMessages.Envelope
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class loggregator.LogMessages.Envelope
 
parseFrom(byte[]) - Static method in class loggregator.LogMessages.Envelope
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class loggregator.LogMessages.Envelope
 
parseFrom(InputStream) - Static method in class loggregator.LogMessages.Envelope
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class loggregator.LogMessages.Envelope
 
parseFrom(CodedInputStream) - Static method in class loggregator.LogMessages.Envelope
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class loggregator.LogMessages.Envelope
 
parseFrom(ByteString) - Static method in class loggregator.LogMessages.Message
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class loggregator.LogMessages.Message
 
parseFrom(byte[]) - Static method in class loggregator.LogMessages.Message
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class loggregator.LogMessages.Message
 
parseFrom(InputStream) - Static method in class loggregator.LogMessages.Message
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class loggregator.LogMessages.Message
 
parseFrom(CodedInputStream) - Static method in class loggregator.LogMessages.Message
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class loggregator.LogMessages.Message
 
PARSER - Static variable in class loggregator.LogMessages.Envelope
 
PARSER - Static variable in class loggregator.LogMessages.Message
 
proxyForUser(String) - Method in class org.cloudfoundry.client.lib.CloudCredentials
Run commands as a different user.
put(URI, HashMap<String, String>) - Method in class org.cloudfoundry.client.lib.tokens.TargetInfos
 
putOrganization(HashMap<String, String>, String) - Method in class org.cloudfoundry.client.lib.tokens.TargetInfos
 
putRefreshToken(HashMap<String, String>, OAuth2RefreshToken) - Method in class org.cloudfoundry.client.lib.tokens.TargetInfos
 
putSpace(HashMap<String, String>, String) - Method in class org.cloudfoundry.client.lib.tokens.TargetInfos
 
putToken(HashMap<String, String>, OAuth2AccessToken) - Method in class org.cloudfoundry.client.lib.tokens.TargetInfos
 
putVersion(HashMap<String, String>, String) - Method in class org.cloudfoundry.client.lib.tokens.TargetInfos
 

R

read() - Method in class org.cloudfoundry.client.lib.io.DynamicInputStream
 
read(byte[], int, int) - Method in class org.cloudfoundry.client.lib.io.DynamicInputStream
 
read(Class<? extends UploadApplicationPayload>, HttpInputMessage) - Method in class org.cloudfoundry.client.lib.util.UploadApplicationPayloadHttpMessageConverter
 
register(String, String) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
register(String, String) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Register new user account with the provided credentials.
register(String, String) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
register(String, String) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
registerAllExtensions(ExtensionRegistry) - Static method in class loggregator.LogMessages
 
registerRestLogListener(RestLogCallback) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
registerRestLogListener(RestLogCallback) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Register a new RestLogCallback
registerRestLogListener(RestLogCallback) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
registerRestLogListener(RestLogCallback) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
remove(URI) - Method in class org.cloudfoundry.client.lib.tokens.TargetInfos
 
removeDomain(String) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
removeDomain(String) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
removeDomain(String) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
removeDomain(String) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
removeToken(URI) - Method in class org.cloudfoundry.client.lib.tokens.TokensFile
 
rename(String, String) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
rename(String, String) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Rename an application.
rename(String, String) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
rename(String, String) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
restartApplication(String) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
restartApplication(String) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Restart application.
restartApplication(String) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
restartApplication(String) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
RestLogCallback - Interface in org.cloudfoundry.client.lib
Callback to support reporting of log information for any REST calls.
RestLogEntry - Class in org.cloudfoundry.client.lib
RestLogEntry containing the values logged for each REST call
RestLogEntry(HttpMethod, URI, String, HttpStatus, String) - Constructor for class org.cloudfoundry.client.lib.RestLogEntry
 
RestLogger - Class in org.cloudfoundry.client.lib
RestLogCallback implementation that logs to application log
RestLogger(String) - Constructor for class org.cloudfoundry.client.lib.RestLogger
 
RestUtil - Class in org.cloudfoundry.client.lib.util
Some helper utilities for creating classes used for the REST support.
RestUtil() - Constructor for class org.cloudfoundry.client.lib.util.RestUtil
 
retrieveToken(URI) - Method in class org.cloudfoundry.client.lib.tokens.TokensFile
 
ROUTING_KEY_FIELD_NUMBER - Static variable in class loggregator.LogMessages.Envelope
 

S

saveToken(URI, OAuth2AccessToken, CloudInfo, CloudSpace) - Method in class org.cloudfoundry.client.lib.tokens.TokensFile
 
saveTokensToFile(TargetInfos) - Method in class org.cloudfoundry.client.lib.tokens.TokensFile
 
serialize(CloudResources, JsonGenerator, SerializerProvider) - Method in class org.cloudfoundry.client.lib.domain.CloudResources.Serializer
 
setAppId(String) - Method in class loggregator.LogMessages.Message.Builder
required string app_id = 4;
setAppIdBytes(ByteString) - Method in class loggregator.LogMessages.Message.Builder
required string app_id = 4;
setDebug(CloudApplication.DebugMode) - Method in class org.cloudfoundry.client.lib.domain.CloudApplication
 
setDescription(String) - Method in exception org.cloudfoundry.client.lib.CloudFoundryException
 
setDiskQuota(int) - Method in class org.cloudfoundry.client.lib.domain.CloudApplication
 
setDrainUrls(int, String) - Method in class loggregator.LogMessages.Message.Builder
repeated string drain_urls = 7;
setEnv(Map<String, String>) - Method in class org.cloudfoundry.client.lib.domain.CloudApplication
 
setEnv(List<String>) - Method in class org.cloudfoundry.client.lib.domain.CloudApplication
 
setInstances(int) - Method in class org.cloudfoundry.client.lib.domain.CloudApplication
 
setLabel(String) - Method in class org.cloudfoundry.client.lib.domain.CloudService
 
setLogMessage(LogMessages.Message) - Method in class loggregator.LogMessages.Envelope.Builder
required .logmessage.Message log_message = 3;
setLogMessage(LogMessages.Message.Builder) - Method in class loggregator.LogMessages.Envelope.Builder
required .logmessage.Message log_message = 3;
setMemory(int) - Method in class org.cloudfoundry.client.lib.domain.CloudApplication
 
setMessage(ByteString) - Method in class loggregator.LogMessages.Message.Builder
required bytes message = 1;
setMessageType(LogMessages.Message.MessageType) - Method in class loggregator.LogMessages.Message.Builder
required .logmessage.Message.MessageType message_type = 2;
setMeta(CloudEntity.Meta) - Method in class org.cloudfoundry.client.lib.domain.CloudEntity
 
setName(String) - Method in class org.cloudfoundry.client.lib.domain.CloudEntity
 
setPlan(String) - Method in class org.cloudfoundry.client.lib.domain.CloudService
 
setProvider(String) - Method in class org.cloudfoundry.client.lib.domain.CloudService
 
setResponseErrorHandler(ResponseErrorHandler) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
setResponseErrorHandler(ResponseErrorHandler) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Override the default REST response error handler with a custom error handler.
setResponseErrorHandler(ResponseErrorHandler) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
setResponseErrorHandler(ResponseErrorHandler) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
setRoutingKey(String) - Method in class loggregator.LogMessages.Envelope.Builder
required string routing_key = 1;
setRoutingKeyBytes(ByteString) - Method in class loggregator.LogMessages.Envelope.Builder
required string routing_key = 1;
setRunningInstances(int) - Method in class org.cloudfoundry.client.lib.domain.CloudApplication
 
setServiceOffering(CloudServiceOffering) - Method in class org.cloudfoundry.client.lib.domain.CloudServicePlan
 
setServices(List<String>) - Method in class org.cloudfoundry.client.lib.domain.CloudApplication
 
setSha1Digest(byte[]) - Method in class org.cloudfoundry.client.lib.archive.AbstractApplicationArchiveEntry
Sets the SHA1 digest that should be returned.
setSignature(ByteString) - Method in class loggregator.LogMessages.Envelope.Builder
required bytes signature = 2;
setSize(long) - Method in class org.cloudfoundry.client.lib.archive.AbstractApplicationArchiveEntry
Sets the size that should be returned.
setSourceId(String) - Method in class loggregator.LogMessages.Message.Builder
optional string source_id = 6;
setSourceIdBytes(ByteString) - Method in class loggregator.LogMessages.Message.Builder
optional string source_id = 6;
setSourceName(String) - Method in class loggregator.LogMessages.Message.Builder
optional string source_name = 8;
setSourceNameBytes(ByteString) - Method in class loggregator.LogMessages.Message.Builder
optional string source_name = 8;
setStaging(Staging) - Method in class org.cloudfoundry.client.lib.domain.CloudApplication
 
setState(CloudApplication.AppState) - Method in class org.cloudfoundry.client.lib.domain.CloudApplication
 
setTimestamp(long) - Method in class loggregator.LogMessages.Message.Builder
required sint64 timestamp = 3;
setUris(List<String>) - Method in class org.cloudfoundry.client.lib.domain.CloudApplication
 
setVersion(String) - Method in class org.cloudfoundry.client.lib.domain.CloudService
 
SIGNATURE_FIELD_NUMBER - Static variable in class loggregator.LogMessages.Envelope
 
SOURCE_ID_FIELD_NUMBER - Static variable in class loggregator.LogMessages.Message
 
SOURCE_NAME_FIELD_NUMBER - Static variable in class loggregator.LogMessages.Message
 
Staging - Class in org.cloudfoundry.client.lib.domain
The staging information related to an application.
Staging() - Constructor for class org.cloudfoundry.client.lib.domain.Staging
Default staging: No command, default buildpack
Staging(String, String) - Constructor for class org.cloudfoundry.client.lib.domain.Staging
 
Staging(String, String, String, Integer) - Constructor for class org.cloudfoundry.client.lib.domain.Staging
 
StagingErrorException - Exception in org.cloudfoundry.client.lib
 
StagingErrorException(HttpStatus, String) - Constructor for exception org.cloudfoundry.client.lib.StagingErrorException
 
startApplication(String) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
startApplication(String) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Start application.
startApplication(String) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
startApplication(String) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
StartingInfo - Class in org.cloudfoundry.client.lib
Starting info contains values from response headers when an application is first started.
StartingInfo(String) - Constructor for class org.cloudfoundry.client.lib.StartingInfo
 
stopApplication(String) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
stopApplication(String) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Stop application.
stopApplication(String) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
stopApplication(String) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
StreamingLogToken - Interface in org.cloudfoundry.client.lib
 
StreamingLogTokenImpl - Class in org.cloudfoundry.client.lib.rest
 
StreamingLogTokenImpl(Session) - Constructor for class org.cloudfoundry.client.lib.rest.StreamingLogTokenImpl
 
streamLogs(String, ApplicationLogListener) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
streamLogs(String, ApplicationLogListener) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Stream application logs produced after this method is called.
streamLogs(String, ApplicationLogListener) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
streamLogs(String, ApplicationLogListener) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 

T

TargetInfos - Class in org.cloudfoundry.client.lib.tokens
 
TargetInfos() - Constructor for class org.cloudfoundry.client.lib.tokens.TargetInfos
 
TIMESTAMP_FIELD_NUMBER - Static variable in class loggregator.LogMessages.Message
 
toBuilder() - Method in class loggregator.LogMessages.Envelope
 
toBuilder() - Method in class loggregator.LogMessages.Message
 
TokensFile - Class in org.cloudfoundry.client.lib.tokens
 
TokensFile() - Constructor for class org.cloudfoundry.client.lib.tokens.TokensFile
 
toString() - Method in exception org.cloudfoundry.client.lib.CloudFoundryException
 
toString() - Method in class org.cloudfoundry.client.lib.domain.ApplicationLog
 
toString() - Method in class org.cloudfoundry.client.lib.domain.CloudApplication
 
toString() - Method in class org.cloudfoundry.client.lib.domain.CloudDomain
 
toString() - Method in class org.cloudfoundry.client.lib.domain.CloudEntity
 
toString() - Method in class org.cloudfoundry.client.lib.domain.CloudRoute
 
toString() - Method in class org.cloudfoundry.client.lib.domain.Staging
 

U

unbindService(String, String) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
unbindService(String, String) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Un-associate (unprovision) a service from an application.
unbindService(String, String) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
unbindService(String, String) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
UNDEFINED_SIZE - Static variable in class org.cloudfoundry.client.lib.archive.AbstractApplicationArchiveEntry
 
unregister() - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
unregister() - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Unregister and log out the currently logged in user
unregister() - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
unregister() - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
unRegisterRestLogListener(RestLogCallback) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
unRegisterRestLogListener(RestLogCallback) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Un-register a RestLogCallback
unRegisterRestLogListener(RestLogCallback) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
unRegisterRestLogListener(RestLogCallback) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
updateApplicationDiskQuota(String, int) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
updateApplicationDiskQuota(String, int) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Update application disk quota.
updateApplicationDiskQuota(String, int) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
updateApplicationDiskQuota(String, int) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
updateApplicationEnv(String, Map<String, String>) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
updateApplicationEnv(String, List<String>) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
updateApplicationEnv(String, Map<String, String>) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Update application env using a map where the key specifies the name of the environment variable and the value the value of the environment variable..
updateApplicationEnv(String, List<String>) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Update application env using a list of strings each with one environment setting.
updateApplicationEnv(String, Map<String, String>) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
updateApplicationEnv(String, List<String>) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
updateApplicationEnv(String, Map<String, String>) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
updateApplicationEnv(String, List<String>) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
updateApplicationInstances(String, int) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
updateApplicationInstances(String, int) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Update application instances.
updateApplicationInstances(String, int) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
updateApplicationInstances(String, int) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
updateApplicationMemory(String, int) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
updateApplicationMemory(String, int) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Update application memory.
updateApplicationMemory(String, int) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
updateApplicationMemory(String, int) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
updateApplicationServices(String, List<String>) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
updateApplicationServices(String, List<String>) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Update application services.
updateApplicationServices(String, List<String>) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
updateApplicationServices(String, List<String>) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
updateApplicationStaging(String, Staging) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
updateApplicationStaging(String, Staging) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Update application staging information.
updateApplicationStaging(String, Staging) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
updateApplicationStaging(String, Staging) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
updateApplicationUris(String, List<String>) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
updateApplicationUris(String, List<String>) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Update application URIs.
updateApplicationUris(String, List<String>) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
updateApplicationUris(String, List<String>) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
updatePassword(String) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
updatePassword(CloudCredentials, String) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
updatePassword(String) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Update the password for the logged in user.
updatePassword(CloudCredentials, String) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Update the password for the logged in user using the username/old_password provided in the credentials.
updatePassword(String) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
updatePassword(CloudCredentials, String) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
updatePassword(String) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
updatePassword(CloudCredentials, String) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
uploadApplication(String, String) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
uploadApplication(String, File) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
uploadApplication(String, File, UploadStatusCallback) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
uploadApplication(String, ApplicationArchive) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
uploadApplication(String, ApplicationArchive, UploadStatusCallback) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
uploadApplication(String, String) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Upload an application.
uploadApplication(String, File) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Upload an application to cloud foundry.
uploadApplication(String, File, UploadStatusCallback) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Upload an application to cloud foundry.
uploadApplication(String, ApplicationArchive) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Upload an application to cloud foundry.
uploadApplication(String, ApplicationArchive, UploadStatusCallback) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Upload an application to cloud foundry.
uploadApplication(String, File, UploadStatusCallback) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
uploadApplication(String, ApplicationArchive, UploadStatusCallback) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
uploadApplication(String, File, UploadStatusCallback) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
uploadApplication(String, ApplicationArchive, UploadStatusCallback) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
UploadApplicationPayload - Class in org.cloudfoundry.client.lib.domain
A payload used to upload application data.
UploadApplicationPayload(ApplicationArchive, CloudResources) - Constructor for class org.cloudfoundry.client.lib.domain.UploadApplicationPayload
UploadApplicationPayloadHttpMessageConverter - Class in org.cloudfoundry.client.lib.util
Implementation of HttpMessageConverter that can write UploadApplicationPayloads.
UploadApplicationPayloadHttpMessageConverter() - Constructor for class org.cloudfoundry.client.lib.util.UploadApplicationPayloadHttpMessageConverter
 
UploadStatusCallback - Interface in org.cloudfoundry.client.lib
Reports status information when uploading an application.

V

valueOf(String) - Static method in enum loggregator.LogMessages.Message.MessageType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum loggregator.LogMessages.Message.MessageType
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum loggregator.LogMessages.Message.MessageType
 
valueOf(String) - Static method in enum org.cloudfoundry.client.lib.domain.ApplicationLog.MessageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.cloudfoundry.client.lib.domain.CloudApplication.AppState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.cloudfoundry.client.lib.domain.CloudApplication.DebugMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.cloudfoundry.client.lib.domain.InstanceState
Returns the enum constant of this type with the specified name.
valueOfWithDefault(String) - Static method in enum org.cloudfoundry.client.lib.domain.InstanceState
 
values() - Static method in enum loggregator.LogMessages.Message.MessageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.cloudfoundry.client.lib.domain.ApplicationLog.MessageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.cloudfoundry.client.lib.domain.CloudApplication.AppState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.cloudfoundry.client.lib.domain.CloudApplication.DebugMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.cloudfoundry.client.lib.domain.InstanceState
Returns an array containing the constants of this enum type, in the order they are declared.

W

write(UploadApplicationPayload, MediaType, HttpOutputMessage) - Method in class org.cloudfoundry.client.lib.util.UploadApplicationPayloadHttpMessageConverter
 
writeMoreData() - Method in class org.cloudfoundry.client.lib.io.DynamicInputStream
Called when more data should be written to the output stream.
writeMoreData() - Method in class org.cloudfoundry.client.lib.io.DynamicZipInputStream
 
writeReplace() - Method in class loggregator.LogMessages.Envelope
 
writeReplace() - Method in class loggregator.LogMessages.Message
 
writeTo(CodedOutputStream) - Method in class loggregator.LogMessages.Envelope
 
writeTo(CodedOutputStream) - Method in class loggregator.LogMessages.Message
 

Z

ZipApplicationArchive - Class in org.cloudfoundry.client.lib.archive
Implementation of ApplicationArchive backed by a ZipFile.
ZipApplicationArchive(ZipFile) - Constructor for class org.cloudfoundry.client.lib.archive.ZipApplicationArchive
Create a new ZipApplicationArchive instance for the given zipFile.
A B C D E G H I J L M N O P R S T U V W Z 

Copyright © 2014. All rights reserved.