Package com.ngrok
Interface Listener.Edge
-
- All Superinterfaces:
AutoCloseable
,Listener<Connection.Edge>
,ListenerInfo
,ListenerInfo.Edge
- Enclosing interface:
- Listener<C extends Connection>
public static interface Listener.Edge extends Listener<Connection.Edge>, ListenerInfo.Edge
Represents an edgeListener
. This is a listener that is statically configured in ngrok either through the Dashboard or via the API.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.ngrok.Listener
Listener.Builder<L extends Listener>, Listener.Edge, Listener.Endpoint
-
Nested classes/interfaces inherited from interface com.ngrok.ListenerInfo
ListenerInfo.Edge, ListenerInfo.Endpoint
-
-
Method Summary
-
Methods inherited from interface com.ngrok.ListenerInfo
getForwardsTo, getId, getMetadata
-
Methods inherited from interface com.ngrok.ListenerInfo.Edge
getLabels
-
-