Interface SocketRefOrBuilder

    • Method Detail

      • getSocketId

        long getSocketId()
         The globally unique id for this socket.  Must be a positive number.
         
        int64 socket_id = 3;
        Returns:
        The socketId.
      • getName

        String getName()
         An optional name associated with the socket.
         
        string name = 4;
        Returns:
        The name.
      • getNameBytes

        ByteString getNameBytes()
         An optional name associated with the socket.
         
        string name = 4;
        Returns:
        The bytes for name.