Uses of Interface
org.mandas.docker.client.messages.NetworkConnection
-
Packages that use NetworkConnection Package Description org.mandas.docker.client org.mandas.docker.client.messages -
-
Uses of NetworkConnection in org.mandas.docker.client
Methods in org.mandas.docker.client with parameters of type NetworkConnection Modifier and Type Method Description voidDefaultDockerClient. connectToNetwork(String networkId, NetworkConnection networkConnection)voidDockerClient. connectToNetwork(String networkId, NetworkConnection networkConnection)Connects a docker container to a network, with extended configuration. -
Uses of NetworkConnection in org.mandas.docker.client.messages
Methods in org.mandas.docker.client.messages that return NetworkConnection Modifier and Type Method Description NetworkConnectionNetworkConnection.Builder. build()
-