Uses of Class
io.envoyproxy.envoy.service.ext_proc.v3.HttpTrailers
Packages that use HttpTrailers
-
Uses of HttpTrailers in io.envoyproxy.envoy.service.ext_proc.v3
Methods in io.envoyproxy.envoy.service.ext_proc.v3 that return HttpTrailersModifier and TypeMethodDescriptionHttpTrailers.Builder.build()HttpTrailers.Builder.buildPartial()static HttpTrailersHttpTrailers.getDefaultInstance()HttpTrailers.Builder.getDefaultInstanceForType()HttpTrailers.getDefaultInstanceForType()ProcessingRequest.Builder.getRequestTrailers()The HTTP trailers for the request path.ProcessingRequest.getRequestTrailers()The HTTP trailers for the request path.ProcessingRequestOrBuilder.getRequestTrailers()The HTTP trailers for the request path.ProcessingRequest.Builder.getResponseTrailers()The HTTP trailers for the response path.ProcessingRequest.getResponseTrailers()The HTTP trailers for the response path.ProcessingRequestOrBuilder.getResponseTrailers()The HTTP trailers for the response path.static HttpTrailersHttpTrailers.parseDelimitedFrom(InputStream input) static HttpTrailersHttpTrailers.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HttpTrailersHttpTrailers.parseFrom(byte[] data) static HttpTrailersHttpTrailers.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HttpTrailersHttpTrailers.parseFrom(com.google.protobuf.ByteString data) static HttpTrailersHttpTrailers.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HttpTrailersHttpTrailers.parseFrom(com.google.protobuf.CodedInputStream input) static HttpTrailersHttpTrailers.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HttpTrailersHttpTrailers.parseFrom(InputStream input) static HttpTrailersHttpTrailers.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HttpTrailersHttpTrailers.parseFrom(ByteBuffer data) static HttpTrailersHttpTrailers.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.service.ext_proc.v3 that return types with arguments of type HttpTrailersModifier and TypeMethodDescriptioncom.google.protobuf.Parser<HttpTrailers>HttpTrailers.getParserForType()static com.google.protobuf.Parser<HttpTrailers>HttpTrailers.parser()Methods in io.envoyproxy.envoy.service.ext_proc.v3 with parameters of type HttpTrailersModifier and TypeMethodDescriptionHttpTrailers.Builder.mergeFrom(HttpTrailers other) ProcessingRequest.Builder.mergeRequestTrailers(HttpTrailers value) The HTTP trailers for the request path.ProcessingRequest.Builder.mergeResponseTrailers(HttpTrailers value) The HTTP trailers for the response path.static HttpTrailers.BuilderHttpTrailers.newBuilder(HttpTrailers prototype) ProcessingRequest.Builder.setRequestTrailers(HttpTrailers value) The HTTP trailers for the request path.ProcessingRequest.Builder.setResponseTrailers(HttpTrailers value) The HTTP trailers for the response path.