Uses of Class
com.spotify.docker.client.messages.NetworkConnection
-
Packages that use NetworkConnection Package Description com.spotify.docker.client com.spotify.docker.client.messages -
-
Uses of NetworkConnection in com.spotify.docker.client
Methods in com.spotify.docker.client with parameters of type NetworkConnection Modifier and Type Method Description void
DefaultDockerClient. connectToNetwork(java.lang.String networkId, NetworkConnection networkConnection)
void
DockerClient. connectToNetwork(java.lang.String networkId, NetworkConnection networkConnection)
Connects a docker container to a network, with extended configuration. -
Uses of NetworkConnection in com.spotify.docker.client.messages
Subclasses of NetworkConnection in com.spotify.docker.client.messages Modifier and Type Class Description (package private) class
AutoValue_NetworkConnection
Methods in com.spotify.docker.client.messages that return NetworkConnection Modifier and Type Method Description NetworkConnection
AutoValue_NetworkConnection.Builder. build()
abstract NetworkConnection
NetworkConnection.Builder. build()
-