Uses of Interface
com.ngrok.Listener.Endpoint
-
Packages that use Listener.Endpoint Package Description com.ngrok -
-
Uses of Listener.Endpoint in com.ngrok
Methods in com.ngrok that return Listener.Endpoint Modifier and Type Method Description Listener.Endpoint
HttpBuilder. listen()
Listener.Endpoint
TcpBuilder. listen()
Listener.Endpoint
TlsBuilder. listen()
Listener.Endpoint
Session. listenHttp(HttpBuilder builder)
Configures and starts a HTTPListener.Endpoint
Listener.Endpoint
Session. listenTcp(TcpBuilder builder)
Configures and starts a TCPListener.Endpoint
Listener.Endpoint
Session. listenTls(TlsBuilder builder)
Configures and starts a TLSListener.Endpoint
-