| Package | Description |
|---|---|
| io.envoyproxy.envoy.config.listener.v4alpha |
| 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() |
UdpListenerConfig |
ListenerOrBuilder.getUdpListenerConfig()
If the protocol in the listener socket address in :ref:`protocol
<envoy_api_field_config.core.v4alpha.SocketAddress.protocol>` is :ref:`UDP
<envoy_api_enum_value_config.core.v4alpha.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_config.core.v4alpha.SocketAddress.protocol>` is :ref:`UDP
<envoy_api_enum_value_config.core.v4alpha.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_config.core.v4alpha.SocketAddress.protocol>` is :ref:`UDP
<envoy_api_enum_value_config.core.v4alpha.SocketAddress.Protocol.UDP>`, this field specifies the actual udp
listener to create, i.e.
|
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) |
Listener.Builder |
Listener.Builder.mergeUdpListenerConfig(UdpListenerConfig value)
If the protocol in the listener socket address in :ref:`protocol
<envoy_api_field_config.core.v4alpha.SocketAddress.protocol>` is :ref:`UDP
<envoy_api_enum_value_config.core.v4alpha.SocketAddress.Protocol.UDP>`, this field specifies the actual udp
listener to create, i.e.
|
static UdpListenerConfig.Builder |
UdpListenerConfig.newBuilder(UdpListenerConfig prototype) |
Listener.Builder |
Listener.Builder.setUdpListenerConfig(UdpListenerConfig value)
If the protocol in the listener socket address in :ref:`protocol
<envoy_api_field_config.core.v4alpha.SocketAddress.protocol>` is :ref:`UDP
<envoy_api_enum_value_config.core.v4alpha.SocketAddress.Protocol.UDP>`, this field specifies the actual udp
listener to create, i.e.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.