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

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

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

Methods in com.github.dockerjava.client.model that return Ports.Binding
static Ports.Binding Ports.Binding(int hostPort)
           
static Ports.Binding Ports.Binding(String hostIp, int hostPort)
           
 

Methods in com.github.dockerjava.client.model that return types with arguments of type Ports.Binding
 Map<ExposedPort,Ports.Binding> Ports.getBindings()
           
 

Methods in com.github.dockerjava.client.model with parameters of type Ports.Binding
 void Ports.bind(ExposedPort exposedPort, Ports.Binding host)
           
 

Constructors in com.github.dockerjava.client.model with parameters of type Ports.Binding
Ports(ExposedPort exposedPort, Ports.Binding host)
           
 



Copyright © 2014. All rights reserved.