Package com.ngrok
Interface ListenerInfo.Edge
-
- All Superinterfaces:
ListenerInfo
- All Known Subinterfaces:
Forwarder.Edge
,Listener.Edge
- Enclosing interface:
- ListenerInfo
public static interface ListenerInfo.Edge extends ListenerInfo
Represents information about a runningListener.Edge
.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.ngrok.ListenerInfo
ListenerInfo.Edge, ListenerInfo.Endpoint
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,String>
getLabels()
Returns the labels associated with this listener.-
Methods inherited from interface com.ngrok.ListenerInfo
getForwardsTo, getId, getMetadata
-
-