public class PortConfig extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PortConfig.Builder |
| Modifier and Type | Field and Description |
|---|---|
static String |
PROTOCOL_TCP |
static String |
PROTOCOL_UDP |
| Constructor and Description |
|---|
PortConfig() |
| Modifier and Type | Method and Description |
|---|---|
static PortConfig.Builder |
builder() |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
name() |
String |
protocol() |
Integer |
publishedPort() |
Integer |
targetPort() |
String |
toString() |
public static final String PROTOCOL_TCP
public static final String PROTOCOL_UDP
public String name()
public String protocol()
public Integer targetPort()
public Integer publishedPort()
public static PortConfig.Builder builder()
Copyright © 2017. All rights reserved.