Uses of Class
org.mandas.docker.client.builder.DockerClientBuilder.EntityProcessing
-
Packages that use DockerClientBuilder.EntityProcessing Package Description org.mandas.docker.client.builder -
-
Uses of DockerClientBuilder.EntityProcessing in org.mandas.docker.client.builder
Fields in org.mandas.docker.client.builder declared as DockerClientBuilder.EntityProcessing Modifier and Type Field Description protected DockerClientBuilder.EntityProcessingBaseDockerClientBuilder. entityProcessingMethods in org.mandas.docker.client.builder that return DockerClientBuilder.EntityProcessing Modifier and Type Method Description static DockerClientBuilder.EntityProcessingDockerClientBuilder.EntityProcessing. valueOf(String name)Returns the enum constant of this type with the specified name.static DockerClientBuilder.EntityProcessing[]DockerClientBuilder.EntityProcessing. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.mandas.docker.client.builder with parameters of type DockerClientBuilder.EntityProcessing Modifier and Type Method Description BBaseDockerClientBuilder. entityProcessing(DockerClientBuilder.EntityProcessing entityProcessing)BDockerClientBuilder. entityProcessing(DockerClientBuilder.EntityProcessing entityProcessing)Allows setting transfer encoding.
-