Package | Description |
---|---|
com.github.dockerjava.api.model |
Modifier and Type | Field and Description |
---|---|
static InternetProtocol |
InternetProtocol.DEFAULT
The default
InternetProtocol : TCP |
Modifier and Type | Method and Description |
---|---|
InternetProtocol |
ExposedPort.getProtocol() |
static InternetProtocol |
InternetProtocol.parse(java.lang.String serialized)
Parses a string to an
InternetProtocol . |
static InternetProtocol |
InternetProtocol.valueOf(java.lang.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.
|
Constructor and Description |
---|
ExposedPort(int port,
InternetProtocol protocol)
Creates an
ExposedPort for the given parameters. |
Copyright © 2018. All Rights Reserved.