Uses of Class
io.envoyproxy.envoy.data.accesslog.v3.HTTPRequestProperties
Packages that use HTTPRequestProperties
-
Uses of HTTPRequestProperties in io.envoyproxy.envoy.data.accesslog.v3
Methods in io.envoyproxy.envoy.data.accesslog.v3 that return HTTPRequestPropertiesModifier and TypeMethodDescriptionHTTPRequestProperties.Builder.build()HTTPRequestProperties.Builder.buildPartial()static HTTPRequestPropertiesHTTPRequestProperties.getDefaultInstance()HTTPRequestProperties.Builder.getDefaultInstanceForType()HTTPRequestProperties.getDefaultInstanceForType()HTTPAccessLogEntry.Builder.getRequest()Description of the incoming HTTP request.HTTPAccessLogEntry.getRequest()Description of the incoming HTTP request.HTTPAccessLogEntryOrBuilder.getRequest()Description of the incoming HTTP request.static HTTPRequestPropertiesHTTPRequestProperties.parseDelimitedFrom(InputStream input) static HTTPRequestPropertiesHTTPRequestProperties.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HTTPRequestPropertiesHTTPRequestProperties.parseFrom(byte[] data) static HTTPRequestPropertiesHTTPRequestProperties.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HTTPRequestPropertiesHTTPRequestProperties.parseFrom(com.google.protobuf.ByteString data) static HTTPRequestPropertiesHTTPRequestProperties.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HTTPRequestPropertiesHTTPRequestProperties.parseFrom(com.google.protobuf.CodedInputStream input) static HTTPRequestPropertiesHTTPRequestProperties.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HTTPRequestPropertiesHTTPRequestProperties.parseFrom(InputStream input) static HTTPRequestPropertiesHTTPRequestProperties.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HTTPRequestPropertiesHTTPRequestProperties.parseFrom(ByteBuffer data) static HTTPRequestPropertiesHTTPRequestProperties.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.data.accesslog.v3 that return types with arguments of type HTTPRequestPropertiesModifier and TypeMethodDescriptioncom.google.protobuf.Parser<HTTPRequestProperties> HTTPRequestProperties.getParserForType()static com.google.protobuf.Parser<HTTPRequestProperties> HTTPRequestProperties.parser()Methods in io.envoyproxy.envoy.data.accesslog.v3 with parameters of type HTTPRequestPropertiesModifier and TypeMethodDescriptionHTTPRequestProperties.Builder.mergeFrom(HTTPRequestProperties other) HTTPAccessLogEntry.Builder.mergeRequest(HTTPRequestProperties value) Description of the incoming HTTP request.HTTPRequestProperties.newBuilder(HTTPRequestProperties prototype) HTTPAccessLogEntry.Builder.setRequest(HTTPRequestProperties value) Description of the incoming HTTP request.