Uses of Class
io.envoyproxy.envoy.extensions.transport_sockets.raw_buffer.v3.RawBuffer
Packages that use RawBuffer
Package
Description
-
Uses of RawBuffer in io.envoyproxy.envoy.extensions.transport_sockets.raw_buffer.v3
Methods in io.envoyproxy.envoy.extensions.transport_sockets.raw_buffer.v3 that return RawBufferModifier and TypeMethodDescriptionRawBuffer.Builder.build()RawBuffer.Builder.buildPartial()static RawBufferRawBuffer.getDefaultInstance()RawBuffer.Builder.getDefaultInstanceForType()RawBuffer.getDefaultInstanceForType()static RawBufferRawBuffer.parseDelimitedFrom(InputStream input) static RawBufferRawBuffer.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RawBufferRawBuffer.parseFrom(byte[] data) static RawBufferRawBuffer.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RawBufferRawBuffer.parseFrom(com.google.protobuf.ByteString data) static RawBufferRawBuffer.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RawBufferRawBuffer.parseFrom(com.google.protobuf.CodedInputStream input) static RawBufferRawBuffer.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RawBufferRawBuffer.parseFrom(InputStream input) static RawBufferRawBuffer.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RawBufferRawBuffer.parseFrom(ByteBuffer data) static RawBufferRawBuffer.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.extensions.transport_sockets.raw_buffer.v3 that return types with arguments of type RawBufferModifier and TypeMethodDescriptioncom.google.protobuf.Parser<RawBuffer>RawBuffer.getParserForType()static com.google.protobuf.Parser<RawBuffer>RawBuffer.parser()Methods in io.envoyproxy.envoy.extensions.transport_sockets.raw_buffer.v3 with parameters of type RawBufferModifier and TypeMethodDescriptionstatic RawBuffer.BuilderRawBuffer.newBuilder(RawBuffer prototype) -
Uses of RawBuffer in io.envoyproxy.envoy.extensions.transport_sockets.starttls.v3
Methods in io.envoyproxy.envoy.extensions.transport_sockets.starttls.v3 that return RawBufferModifier and TypeMethodDescriptionStartTlsConfig.Builder.getCleartextSocketConfig()(optional) Configuration for clear-text socket used at the beginning of the session.StartTlsConfig.getCleartextSocketConfig()(optional) Configuration for clear-text socket used at the beginning of the session.StartTlsConfigOrBuilder.getCleartextSocketConfig()(optional) Configuration for clear-text socket used at the beginning of the session.UpstreamStartTlsConfig.Builder.getCleartextSocketConfig()(optional) Configuration for clear-text socket used at the beginning of the session.UpstreamStartTlsConfig.getCleartextSocketConfig()(optional) Configuration for clear-text socket used at the beginning of the session.UpstreamStartTlsConfigOrBuilder.getCleartextSocketConfig()(optional) Configuration for clear-text socket used at the beginning of the session.Methods in io.envoyproxy.envoy.extensions.transport_sockets.starttls.v3 with parameters of type RawBufferModifier and TypeMethodDescriptionStartTlsConfig.Builder.mergeCleartextSocketConfig(RawBuffer value) (optional) Configuration for clear-text socket used at the beginning of the session.UpstreamStartTlsConfig.Builder.mergeCleartextSocketConfig(RawBuffer value) (optional) Configuration for clear-text socket used at the beginning of the session.StartTlsConfig.Builder.setCleartextSocketConfig(RawBuffer value) (optional) Configuration for clear-text socket used at the beginning of the session.UpstreamStartTlsConfig.Builder.setCleartextSocketConfig(RawBuffer value) (optional) Configuration for clear-text socket used at the beginning of the session.