Interface AlternateProtocolsCacheOptions.AlternateProtocolsCacheEntryOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getHostname()
      The host name for the alternate protocol entry.
      com.google.protobuf.ByteString getHostnameBytes()
      The host name for the alternate protocol entry.
      int getPort()
      The port for the alternate protocol entry.
      • 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 Detail

      • getHostname

        java.lang.String getHostname()
         The host name for the alternate protocol entry.
         
        string hostname = 1 [(.validate.rules) = { ... }
        Returns:
        The hostname.
      • getHostnameBytes

        com.google.protobuf.ByteString getHostnameBytes()
         The host name for the alternate protocol entry.
         
        string hostname = 1 [(.validate.rules) = { ... }
        Returns:
        The bytes for hostname.
      • getPort

        int getPort()
         The port for the alternate protocol entry.
         
        uint32 port = 2 [(.validate.rules) = { ... }
        Returns:
        The port.