Interface ListClientConnectionsResponseOrBuilder

    • Method Detail

      • getConnectionsList

        List<ClientConnectionInfo> getConnectionsList()
        repeated .yamcs.protobuf.web.ClientConnectionInfo connections = 1;
      • getConnections

        ClientConnectionInfo getConnections​(int index)
        repeated .yamcs.protobuf.web.ClientConnectionInfo connections = 1;
      • getConnectionsCount

        int getConnectionsCount()
        repeated .yamcs.protobuf.web.ClientConnectionInfo connections = 1;
      • getConnectionsOrBuilderList

        List<? extends ClientConnectionInfoOrBuilder> getConnectionsOrBuilderList()
        repeated .yamcs.protobuf.web.ClientConnectionInfo connections = 1;
      • getConnectionsOrBuilder

        ClientConnectionInfoOrBuilder getConnectionsOrBuilder​(int index)
        repeated .yamcs.protobuf.web.ClientConnectionInfo connections = 1;