| Modifier and Type | Method and Description |
|---|---|
AccessLog |
AccessLog.Builder.build() |
AccessLog |
AccessLog.Builder.buildPartial() |
static AccessLog |
AccessLog.getDefaultInstance() |
AccessLog |
AccessLog.getDefaultInstanceForType() |
AccessLog |
AccessLog.Builder.getDefaultInstanceForType() |
static AccessLog |
AccessLog.parseDelimitedFrom(InputStream input) |
static AccessLog |
AccessLog.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AccessLog |
AccessLog.parseFrom(byte[] data) |
static AccessLog |
AccessLog.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AccessLog |
AccessLog.parseFrom(ByteBuffer data) |
static AccessLog |
AccessLog.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AccessLog |
AccessLog.parseFrom(com.google.protobuf.ByteString data) |
static AccessLog |
AccessLog.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AccessLog |
AccessLog.parseFrom(com.google.protobuf.CodedInputStream input) |
static AccessLog |
AccessLog.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AccessLog |
AccessLog.parseFrom(InputStream input) |
static AccessLog |
AccessLog.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<AccessLog> |
AccessLog.getParserForType() |
static com.google.protobuf.Parser<AccessLog> |
AccessLog.parser() |
| Modifier and Type | Method and Description |
|---|---|
AccessLog.Builder |
AccessLog.Builder.mergeFrom(AccessLog other) |
static AccessLog.Builder |
AccessLog.newBuilder(AccessLog prototype) |
| Modifier and Type | Method and Description |
|---|---|
AccessLog |
ListenerOrBuilder.getAccessLog(int index)
Configuration for :ref:`access logs <arch_overview_access_logs>`
emitted by this listener.
|
AccessLog |
Listener.getAccessLog(int index)
Configuration for :ref:`access logs <arch_overview_access_logs>`
emitted by this listener.
|
AccessLog |
Listener.Builder.getAccessLog(int index)
Configuration for :ref:`access logs <arch_overview_access_logs>`
emitted by this listener.
|
| Modifier and Type | Method and Description |
|---|---|
List<AccessLog> |
ListenerOrBuilder.getAccessLogList()
Configuration for :ref:`access logs <arch_overview_access_logs>`
emitted by this listener.
|
List<AccessLog> |
Listener.getAccessLogList()
Configuration for :ref:`access logs <arch_overview_access_logs>`
emitted by this listener.
|
List<AccessLog> |
Listener.Builder.getAccessLogList()
Configuration for :ref:`access logs <arch_overview_access_logs>`
emitted by this listener.
|
| Modifier and Type | Method and Description |
|---|---|
Listener.Builder |
Listener.Builder.addAccessLog(AccessLog value)
Configuration for :ref:`access logs <arch_overview_access_logs>`
emitted by this listener.
|
Listener.Builder |
Listener.Builder.addAccessLog(int index,
AccessLog value)
Configuration for :ref:`access logs <arch_overview_access_logs>`
emitted by this listener.
|
Listener.Builder |
Listener.Builder.setAccessLog(int index,
AccessLog value)
Configuration for :ref:`access logs <arch_overview_access_logs>`
emitted by this listener.
|
| Modifier and Type | Method and Description |
|---|---|
Listener.Builder |
Listener.Builder.addAllAccessLog(Iterable<? extends AccessLog> values)
Configuration for :ref:`access logs <arch_overview_access_logs>`
emitted by this listener.
|
| Modifier and Type | Method and Description |
|---|---|
AccessLog |
Router.getUpstreamLog(int index)
Configuration for HTTP upstream logs emitted by the router.
|
AccessLog |
Router.Builder.getUpstreamLog(int index)
Configuration for HTTP upstream logs emitted by the router.
|
AccessLog |
RouterOrBuilder.getUpstreamLog(int index)
Configuration for HTTP upstream logs emitted by the router.
|
| Modifier and Type | Method and Description |
|---|---|
List<AccessLog> |
Router.getUpstreamLogList()
Configuration for HTTP upstream logs emitted by the router.
|
List<AccessLog> |
Router.Builder.getUpstreamLogList()
Configuration for HTTP upstream logs emitted by the router.
|
List<AccessLog> |
RouterOrBuilder.getUpstreamLogList()
Configuration for HTTP upstream logs emitted by the router.
|
| Modifier and Type | Method and Description |
|---|---|
Router.Builder |
Router.Builder.addUpstreamLog(AccessLog value)
Configuration for HTTP upstream logs emitted by the router.
|
Router.Builder |
Router.Builder.addUpstreamLog(int index,
AccessLog value)
Configuration for HTTP upstream logs emitted by the router.
|
Router.Builder |
Router.Builder.setUpstreamLog(int index,
AccessLog value)
Configuration for HTTP upstream logs emitted by the router.
|
| Modifier and Type | Method and Description |
|---|---|
Router.Builder |
Router.Builder.addAllUpstreamLog(Iterable<? extends AccessLog> values)
Configuration for HTTP upstream logs emitted by the router.
|
| Modifier and Type | Method and Description |
|---|---|
AccessLog |
HttpConnectionManagerOrBuilder.getAccessLog(int index)
Configuration for :ref:`HTTP access logs <arch_overview_access_logs>`
emitted by the connection manager.
|
AccessLog |
HttpConnectionManager.getAccessLog(int index)
Configuration for :ref:`HTTP access logs <arch_overview_access_logs>`
emitted by the connection manager.
|
AccessLog |
HttpConnectionManager.Builder.getAccessLog(int index)
Configuration for :ref:`HTTP access logs <arch_overview_access_logs>`
emitted by the connection manager.
|
| Modifier and Type | Method and Description |
|---|---|
List<AccessLog> |
HttpConnectionManagerOrBuilder.getAccessLogList()
Configuration for :ref:`HTTP access logs <arch_overview_access_logs>`
emitted by the connection manager.
|
List<AccessLog> |
HttpConnectionManager.getAccessLogList()
Configuration for :ref:`HTTP access logs <arch_overview_access_logs>`
emitted by the connection manager.
|
List<AccessLog> |
HttpConnectionManager.Builder.getAccessLogList()
Configuration for :ref:`HTTP access logs <arch_overview_access_logs>`
emitted by the connection manager.
|
| Modifier and Type | Method and Description |
|---|---|
HttpConnectionManager.Builder |
HttpConnectionManager.Builder.addAccessLog(AccessLog value)
Configuration for :ref:`HTTP access logs <arch_overview_access_logs>`
emitted by the connection manager.
|
HttpConnectionManager.Builder |
HttpConnectionManager.Builder.addAccessLog(int index,
AccessLog value)
Configuration for :ref:`HTTP access logs <arch_overview_access_logs>`
emitted by the connection manager.
|
HttpConnectionManager.Builder |
HttpConnectionManager.Builder.setAccessLog(int index,
AccessLog value)
Configuration for :ref:`HTTP access logs <arch_overview_access_logs>`
emitted by the connection manager.
|
| Modifier and Type | Method and Description |
|---|---|
HttpConnectionManager.Builder |
HttpConnectionManager.Builder.addAllAccessLog(Iterable<? extends AccessLog> values)
Configuration for :ref:`HTTP access logs <arch_overview_access_logs>`
emitted by the connection manager.
|
| Modifier and Type | Method and Description |
|---|---|
AccessLog |
TcpProxyOrBuilder.getAccessLog(int index)
Configuration for :ref:`access logs <arch_overview_access_logs>`
emitted by the this tcp_proxy.
|
AccessLog |
TcpProxy.getAccessLog(int index)
Configuration for :ref:`access logs <arch_overview_access_logs>`
emitted by the this tcp_proxy.
|
AccessLog |
TcpProxy.Builder.getAccessLog(int index)
Configuration for :ref:`access logs <arch_overview_access_logs>`
emitted by the this tcp_proxy.
|
| Modifier and Type | Method and Description |
|---|---|
List<AccessLog> |
TcpProxyOrBuilder.getAccessLogList()
Configuration for :ref:`access logs <arch_overview_access_logs>`
emitted by the this tcp_proxy.
|
List<AccessLog> |
TcpProxy.getAccessLogList()
Configuration for :ref:`access logs <arch_overview_access_logs>`
emitted by the this tcp_proxy.
|
List<AccessLog> |
TcpProxy.Builder.getAccessLogList()
Configuration for :ref:`access logs <arch_overview_access_logs>`
emitted by the this tcp_proxy.
|
| Modifier and Type | Method and Description |
|---|---|
TcpProxy.Builder |
TcpProxy.Builder.addAccessLog(AccessLog value)
Configuration for :ref:`access logs <arch_overview_access_logs>`
emitted by the this tcp_proxy.
|
TcpProxy.Builder |
TcpProxy.Builder.addAccessLog(int index,
AccessLog value)
Configuration for :ref:`access logs <arch_overview_access_logs>`
emitted by the this tcp_proxy.
|
TcpProxy.Builder |
TcpProxy.Builder.setAccessLog(int index,
AccessLog value)
Configuration for :ref:`access logs <arch_overview_access_logs>`
emitted by the this tcp_proxy.
|
| Modifier and Type | Method and Description |
|---|---|
TcpProxy.Builder |
TcpProxy.Builder.addAllAccessLog(Iterable<? extends AccessLog> values)
Configuration for :ref:`access logs <arch_overview_access_logs>`
emitted by the this tcp_proxy.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.