Interface SocketEvent.WriteOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
SocketEvent.Write, SocketEvent.Write.Builder
Enclosing class:
SocketEvent

public static interface SocketEvent.WriteOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Binary data written.
    Binary data written.
    boolean
    Stream was half closed after this write.
    boolean
    Binary data written.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasData

      boolean hasData()
       Binary data written.
       
      .envoy.data.tap.v3.Body data = 1;
      Returns:
      Whether the data field is set.
    • getData

      Body getData()
       Binary data written.
       
      .envoy.data.tap.v3.Body data = 1;
      Returns:
      The data.
    • getDataOrBuilder

      BodyOrBuilder getDataOrBuilder()
       Binary data written.
       
      .envoy.data.tap.v3.Body data = 1;
    • getEndStream

      boolean getEndStream()
       Stream was half closed after this write.
       
      bool end_stream = 2;
      Returns:
      The endStream.