Uses of Interface
com.ngrok.Listener
-
Packages that use Listener Package Description com.ngrok com.ngrok.jetty com.ngrok.net -
-
Uses of Listener in com.ngrok
Classes in com.ngrok with type parameters of type Listener Modifier and Type Interface Description static interface
Listener.Builder<L extends Listener>
Represents a builder that can create newListener
instances.Subinterfaces of Listener in com.ngrok Modifier and Type Interface Description static interface
Listener.Edge
Represents an edgeListener
.static interface
Listener.Endpoint
Represents an endpointListener
. -
Uses of Listener in com.ngrok.jetty
Constructor parameters in com.ngrok.jetty with type arguments of type Listener Constructor Description NgrokConnector(org.eclipse.jetty.server.Server server, Supplier<Session> sessionSupplier, Function<Session,Listener> listenerFunction)
Constructs a new ngrok connector with the specified server, session supplier, and listener function. -
Uses of Listener in com.ngrok.net
Constructors in com.ngrok.net with parameters of type Listener Constructor Description ListenerServerSocket(Listener listener)
Creates a new server socket for the given listener.ListenerSocketImpl(Listener listener)
Creates a new listener socket implementation for the given listener.
-