|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PortBinding | |
---|---|
com.github.dockerjava.api.command | |
com.github.dockerjava.api.model | |
com.github.dockerjava.core.command |
Uses of PortBinding in com.github.dockerjava.api.command |
---|
Methods in com.github.dockerjava.api.command with parameters of type PortBinding | |
---|---|
StartContainerCmd |
StartContainerCmd.withPortBindings(PortBinding... portBindings)
Add one or more PortBinding s. |
Uses of PortBinding in com.github.dockerjava.api.model |
---|
Methods in com.github.dockerjava.api.model that return PortBinding | |
---|---|
static PortBinding |
PortBinding.parse(String serialized)
|
Methods in com.github.dockerjava.api.model with parameters of type PortBinding | |
---|---|
void |
Ports.add(PortBinding... portBindings)
Adds the specified PortBinding (s) to the list of PortBinding s. |
Uses of PortBinding in com.github.dockerjava.core.command |
---|
Methods in com.github.dockerjava.core.command with parameters of type PortBinding | |
---|---|
StartContainerCmd |
StartContainerCmdImpl.withPortBindings(PortBinding... portBindings)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |