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.EndpointHttpBuilder. listen()Listener.EndpointTcpBuilder. listen()Listener.EndpointTlsBuilder. listen()Listener.EndpointSession. listenHttp(HttpBuilder builder)Configures and starts a HTTPListener.EndpointListener.EndpointSession. listenTcp(TcpBuilder builder)Configures and starts a TCPListener.EndpointListener.EndpointSession. listenTls(TlsBuilder builder)Configures and starts a TLSListener.Endpoint
-