Interface SocketOption.SocketTypeOrBuilder

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

public static interface SocketOption.SocketTypeOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasStream

      boolean hasStream()
       Apply the socket option to the stream socket type.
       
      .envoy.config.core.v3.SocketOption.SocketType.Stream stream = 1;
      Returns:
      Whether the stream field is set.
    • getStream

       Apply the socket option to the stream socket type.
       
      .envoy.config.core.v3.SocketOption.SocketType.Stream stream = 1;
      Returns:
      The stream.
    • getStreamOrBuilder

       Apply the socket option to the stream socket type.
       
      .envoy.config.core.v3.SocketOption.SocketType.Stream stream = 1;
    • hasDatagram

      boolean hasDatagram()
       Apply the socket option to the datagram socket type.
       
      .envoy.config.core.v3.SocketOption.SocketType.Datagram datagram = 2;
      Returns:
      Whether the datagram field is set.
    • getDatagram

       Apply the socket option to the datagram socket type.
       
      .envoy.config.core.v3.SocketOption.SocketType.Datagram datagram = 2;
      Returns:
      The datagram.
    • getDatagramOrBuilder

       Apply the socket option to the datagram socket type.
       
      .envoy.config.core.v3.SocketOption.SocketType.Datagram datagram = 2;