Package io.grpc

Class InternalChannelz.SocketOptions

  • Enclosing class:
    InternalChannelz

    public static final class InternalChannelz.SocketOptions
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SocketOptions​(java.lang.Integer timeoutMillis, java.lang.Integer lingerSeconds, InternalChannelz.TcpInfo tcpInfo, java.util.Map<java.lang.String,​java.lang.String> others)
      Creates an instance.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • others

        public final java.util.Map<java.lang.String,​java.lang.String> others
      • soTimeoutMillis

        @Nullable
        public final java.lang.Integer soTimeoutMillis
      • lingerSeconds

        @Nullable
        public final java.lang.Integer lingerSeconds
    • Constructor Detail

      • SocketOptions

        public SocketOptions​(@Nullable
                             java.lang.Integer timeoutMillis,
                             @Nullable
                             java.lang.Integer lingerSeconds,
                             @Nullable
                             InternalChannelz.TcpInfo tcpInfo,
                             java.util.Map<java.lang.String,​java.lang.String> others)
        Creates an instance.