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 ListenerInfoRepresents information about a runningListener.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceListenerInfo.EdgeRepresents information about a runningListener.Edge.static interfaceListenerInfo.EndpointRepresents information about a runningListener.Endpoint.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetForwardsTo()Returns the target of that listenerStringgetId()Returns the id associated with this listenerStringgetMetadata()Returns the metadata associated with this listener
-