Uses of Interface
com.ngrok.ListenerInfo
-
Packages that use ListenerInfo Package Description com.ngrok -
-
Uses of ListenerInfo in com.ngrok
Subinterfaces of ListenerInfo in com.ngrok Modifier and Type Interface Description interface
Forwarder
Forwarder is a type of listener which automatically forwards the incomingConnection
s to another urlstatic interface
Forwarder.Edge
Represents an edgeForwarder
static interface
Forwarder.Endpoint
Represents an endpointForwarder
interface
Listener<C extends Connection>
Listener enables applications to handle incoming traffic proxied by ngrok.static interface
Listener.Edge
Represents an edgeListener
.static interface
Listener.Endpoint
Represents an endpointListener
.static interface
ListenerInfo.Edge
Represents information about a runningListener.Edge
.static interface
ListenerInfo.Endpoint
Represents information about a runningListener.Endpoint
.
-