IngressTransportMethod Class

public final class IngressTransportMethod
extends ExpandableStringEnum<IngressTransportMethod>

Ingress transport protocol.

Field Summary

Modifier and Type Field and Description
static final IngressTransportMethod AUTO

Static value auto for IngressTransportMethod.

static final IngressTransportMethod HTTP

Static value http for IngressTransportMethod.

static final IngressTransportMethod HTTP2

Static value http2 for IngressTransportMethod.

Constructor Summary

Constructor Description
IngressTransportMethod()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of IngressTransportMethod value.

Method Summary

Modifier and Type Method and Description
static IngressTransportMethod fromString(String name)

Creates or finds a IngressTransportMethod from its string representation.

static Collection<IngressTransportMethod> values()

Gets known IngressTransportMethod values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

AUTO

public static final IngressTransportMethod AUTO

Static value auto for IngressTransportMethod.

HTTP

public static final IngressTransportMethod HTTP

Static value http for IngressTransportMethod.

HTTP2

public static final IngressTransportMethod HTTP2

Static value http2 for IngressTransportMethod.

Constructor Details

IngressTransportMethod

@Deprecated
public IngressTransportMethod()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of IngressTransportMethod value.

Method Details

fromString

public static IngressTransportMethod fromString(String name)

Creates or finds a IngressTransportMethod from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding IngressTransportMethod.

values

public static Collection values()

Gets known IngressTransportMethod values.

Returns:

known IngressTransportMethod values.

Applies to