Package com.ngrok
Interface ListenerInfo.Endpoint
-
- All Superinterfaces:
ListenerInfo
- All Known Subinterfaces:
Forwarder.Endpoint
,Listener.Endpoint
- Enclosing interface:
- ListenerInfo
public static interface ListenerInfo.Endpoint extends ListenerInfo
Represents information about a runningListener.Endpoint
.
-
-
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 String
getProto()
Returns the protocol associated with this listener.String
getUrl()
Returns the URL at which this listener receives new connections.-
Methods inherited from interface com.ngrok.ListenerInfo
getForwardsTo, getId, getMetadata
-
-