| Package | Description |
|---|---|
| io.envoyproxy.envoy.api.v2 | |
| io.envoyproxy.envoy.api.v2.listener |
| Modifier and Type | Method and Description |
|---|---|
UdpListenerConfig |
ListenerOrBuilder.getUdpListenerConfig()
If the protocol in the listener socket address in :ref:`protocol
<envoy_api_field_core.SocketAddress.protocol>` is :ref:`UDP
<envoy_api_enum_value_core.SocketAddress.Protocol.UDP>`, this field specifies the actual udp
listener to create, i.e.
|
UdpListenerConfig |
Listener.getUdpListenerConfig()
If the protocol in the listener socket address in :ref:`protocol
<envoy_api_field_core.SocketAddress.protocol>` is :ref:`UDP
<envoy_api_enum_value_core.SocketAddress.Protocol.UDP>`, this field specifies the actual udp
listener to create, i.e.
|
UdpListenerConfig |
Listener.Builder.getUdpListenerConfig()
If the protocol in the listener socket address in :ref:`protocol
<envoy_api_field_core.SocketAddress.protocol>` is :ref:`UDP
<envoy_api_enum_value_core.SocketAddress.Protocol.UDP>`, this field specifies the actual udp
listener to create, i.e.
|
| Modifier and Type | Method and Description |
|---|---|
Listener.Builder |
Listener.Builder.mergeUdpListenerConfig(UdpListenerConfig value)
If the protocol in the listener socket address in :ref:`protocol
<envoy_api_field_core.SocketAddress.protocol>` is :ref:`UDP
<envoy_api_enum_value_core.SocketAddress.Protocol.UDP>`, this field specifies the actual udp
listener to create, i.e.
|
Listener.Builder |
Listener.Builder.setUdpListenerConfig(UdpListenerConfig value)
If the protocol in the listener socket address in :ref:`protocol
<envoy_api_field_core.SocketAddress.protocol>` is :ref:`UDP
<envoy_api_enum_value_core.SocketAddress.Protocol.UDP>`, this field specifies the actual udp
listener to create, i.e.
|
| Modifier and Type | Method and Description |
|---|---|
UdpListenerConfig |
UdpListenerConfig.Builder.build() |
UdpListenerConfig |
UdpListenerConfig.Builder.buildPartial() |
static UdpListenerConfig |
UdpListenerConfig.getDefaultInstance() |
UdpListenerConfig |
UdpListenerConfig.getDefaultInstanceForType() |
UdpListenerConfig |
UdpListenerConfig.Builder.getDefaultInstanceForType() |
static UdpListenerConfig |
UdpListenerConfig.parseDelimitedFrom(InputStream input) |
static UdpListenerConfig |
UdpListenerConfig.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UdpListenerConfig |
UdpListenerConfig.parseFrom(byte[] data) |
static UdpListenerConfig |
UdpListenerConfig.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UdpListenerConfig |
UdpListenerConfig.parseFrom(ByteBuffer data) |
static UdpListenerConfig |
UdpListenerConfig.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UdpListenerConfig |
UdpListenerConfig.parseFrom(com.google.protobuf.ByteString data) |
static UdpListenerConfig |
UdpListenerConfig.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UdpListenerConfig |
UdpListenerConfig.parseFrom(com.google.protobuf.CodedInputStream input) |
static UdpListenerConfig |
UdpListenerConfig.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UdpListenerConfig |
UdpListenerConfig.parseFrom(InputStream input) |
static UdpListenerConfig |
UdpListenerConfig.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<UdpListenerConfig> |
UdpListenerConfig.getParserForType() |
static com.google.protobuf.Parser<UdpListenerConfig> |
UdpListenerConfig.parser() |
| Modifier and Type | Method and Description |
|---|---|
UdpListenerConfig.Builder |
UdpListenerConfig.Builder.mergeFrom(UdpListenerConfig other) |
static UdpListenerConfig.Builder |
UdpListenerConfig.newBuilder(UdpListenerConfig prototype) |
Copyright © 2018–2021 The Envoy Project. All rights reserved.