Uses of Class
com.github.dockerjava.api.model.Ports.Binding

Packages that use Ports.Binding
com.github.dockerjava.api.model   
 

Uses of Ports.Binding in com.github.dockerjava.api.model
 

Methods in com.github.dockerjava.api.model that return Ports.Binding
static Ports.Binding Ports.Binding(Integer hostPort)
          Creates a Ports.Binding for the given port number, leaving the IP address undefined.
static Ports.Binding Ports.Binding(String hostIp, Integer hostPort)
          Creates a Ports.Binding for the given IP address and port number.
 Ports.Binding PortBinding.getBinding()
           
static Ports.Binding Ports.Binding.parse(String serialized)
          Parses a textual host and port specification (as used by the Docker CLI) to a Ports.Binding.
 

Methods in com.github.dockerjava.api.model with parameters of type Ports.Binding
 void Ports.bind(ExposedPort exposedPort, Ports.Binding binding)
          Adds a new PortBinding for the specified ExposedPort and Ports.Binding to the current bindings.
 

Constructors in com.github.dockerjava.api.model with parameters of type Ports.Binding
PortBinding(Ports.Binding binding, ExposedPort exposedPort)
           
Ports(ExposedPort exposedPort, Ports.Binding host)
          Creates a Ports object with an initial PortBinding for the specified ExposedPort and Ports.Binding.
 



Copyright © 2014. All rights reserved.