Package com.ngrok

Interface Forwarder.Builder<F extends Forwarder>

    • Method Detail

      • forward

        F forward​(URL url)
           throws IOException
        Start listening and forwarding connections to given url.
        Parameters:
        url - to forward connections to
        Returns:
        the concrete Forwarder instance
        Throws:
        IOException - if an I/O error occurs