|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.github.dockerjava.api.model.Ports
public class Ports
Nested Class Summary | |
---|---|
static class |
Ports.Binding
|
static class |
Ports.Deserializer
|
static class |
Ports.Serializer
|
Constructor Summary | |
---|---|
Ports()
|
|
Ports(ExposedPort exposedPort,
Ports.Binding host)
|
Method Summary | |
---|---|
void |
bind(ExposedPort exposedPort,
Ports.Binding host)
|
static Ports.Binding |
Binding(int hostPort)
|
static Ports.Binding |
Binding(String hostIp,
int hostPort)
|
Map<ExposedPort,Ports.Binding> |
getBindings()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Ports()
public Ports(ExposedPort exposedPort, Ports.Binding host)
Method Detail |
---|
public void bind(ExposedPort exposedPort, Ports.Binding host)
public String toString()
toString
in class Object
public Map<ExposedPort,Ports.Binding> getBindings()
public static Ports.Binding Binding(String hostIp, int hostPort)
public static Ports.Binding Binding(int hostPort)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |