Companion
object Companion
Properties
Functions
Link copied to clipboard
fun create(port: Int, path: String, browserLauncher: Consumer<String>): LocalhostBrowserRedirectHandler
Creates a LocalhostBrowserRedirectHandler with a Java-friendly java.util.function.Consumer browser launcher.
fun create(port: Int, path: String, timeoutMs: Long, successResponse: String, browserLauncher: Consumer<String>): LocalhostBrowserRedirectHandler
Creates a LocalhostBrowserRedirectHandler with a custom timeout and Java-friendly java.util.function.Consumer browser launcher.