|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InternetProtocol | |
---|---|
com.github.dockerjava.api.model |
Uses of InternetProtocol in com.github.dockerjava.api.model |
---|
Fields in com.github.dockerjava.api.model declared as InternetProtocol | |
---|---|
static InternetProtocol |
InternetProtocol.DEFAULT
The default InternetProtocol : TCP |
Methods in com.github.dockerjava.api.model that return InternetProtocol | |
---|---|
InternetProtocol |
ExposedPort.getProtocol()
|
static InternetProtocol |
InternetProtocol.parse(String serialized)
Parses a string to an InternetProtocol . |
static InternetProtocol |
InternetProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static InternetProtocol[] |
InternetProtocol.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in com.github.dockerjava.api.model with parameters of type InternetProtocol | |
---|---|
ExposedPort(int port,
InternetProtocol protocol)
Creates an ExposedPort for the given parameters. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |