All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.yamcs.client.Credentials Maven / Gradle / Ivy

The newest version!
package org.yamcs.client;

import io.netty.handler.codec.http.HttpRequest;

public interface Credentials {

    boolean isExpired();

    void modifyRequest(HttpRequest request);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy