public final class MonitorProtocol extends ExpandableStringEnum<MonitorProtocol>
| Modifier and Type | Field and Description |
|---|---|
static MonitorProtocol |
HTTP
Static value HTTP for MonitorProtocol.
|
static MonitorProtocol |
HTTPS
Static value HTTPS for MonitorProtocol.
|
static MonitorProtocol |
TCP
Static value TCP for MonitorProtocol.
|
| Constructor and Description |
|---|
MonitorProtocol() |
| Modifier and Type | Method and Description |
|---|---|
static MonitorProtocol |
fromString(String name)
Creates or finds a MonitorProtocol from its string representation.
|
static Collection<MonitorProtocol> |
values() |
equals, fromString, hashCode, toString, values, withNameValuepublic static final MonitorProtocol HTTP
public static final MonitorProtocol HTTPS
public static final MonitorProtocol TCP
public static MonitorProtocol fromString(String name)
name - a name to look forpublic static Collection<MonitorProtocol> values()
Copyright © 2019. All rights reserved.