Class NgrokProcess
java.lang.Object
com.github.alexdlaird.ngrok.process.NgrokProcess
public class NgrokProcess
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description NgrokProcess()
-
Method Summary
Modifier and Type Method Description void
connect()
void
disconnect()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
NgrokProcess
public NgrokProcess()
-
-
Method Details
-
connect
public void connect() throws java.io.IOException- Throws:
java.io.IOException
-
disconnect
public void disconnect() throws java.lang.InterruptedException- Throws:
java.lang.InterruptedException
-