程序包 cn.taketoday.buildpack.platform.docker.transport
package cn.taketoday.buildpack.platform.docker.transport
Docker transport classes providing HTTP operations on a local or remote engine.
-
类说明Exception thrown when connection to the Docker daemon fails.Exception thrown when a call to the Docker API fails.Errors returned from the Docker API.An individual Docker error.Abstract base class for
HttpTransportimplementations backed by aHttpClient.An HTTP operation response.HttpEntityto sendContentcontent.HTTP transport used for docker access.An HTTP operation response.HttpClientTransportthat talks to local Docker.HttpClientConnectionManagerfor local Docker.ConnectionSocketFactorythat connects to the local Docker domain socket or named pipe.DnsResolverthat ensures only the loopback address is used.HttpRoutePlannerfor local Docker.A message returned from the Docker API.HttpClientTransportthat talks to a remote Docker.