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

io.quarkiverse.ngrok.runtime.devui.NgrokJsonRPCService Maven / Gradle / Ivy

The newest version!
package io.quarkiverse.ngrok.runtime.devui;

public class NgrokJsonRPCService {
    private NgrokInfoSupplier ngrokInfoSupplier = new NgrokInfoSupplier();

    public String getPublicUrl() {
        return ngrokInfoSupplier.get().getPublicURL();
    }

    public String getWebInterfaceUrl() {
        return ngrokInfoSupplier.get().getWebInterfaceURL();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy