Package com.ngrok
Interface ListenerInfo
-
- All Known Subinterfaces:
Forwarder
,Forwarder.Edge
,Forwarder.Endpoint
,Listener<C>
,Listener.Edge
,Listener.Endpoint
,ListenerInfo.Edge
,ListenerInfo.Endpoint
public interface ListenerInfo
Represents information about a runningListener
.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
ListenerInfo.Edge
Represents information about a runningListener.Edge
.static interface
ListenerInfo.Endpoint
Represents information about a runningListener.Endpoint
.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getForwardsTo()
Returns the target of that listenerString
getId()
Returns the id associated with this listenerString
getMetadata()
Returns the metadata associated with this listener
-