Package com.ngrok
Interface Listener.Endpoint
-
- All Superinterfaces:
AutoCloseable
,Listener<Connection.Endpoint>
,ListenerInfo
,ListenerInfo.Endpoint
- Enclosing interface:
- Listener<C extends Connection>
public static interface Listener.Endpoint extends Listener<Connection.Endpoint>, ListenerInfo.Endpoint
Represents an endpointListener
. This is a listener that is configured by the application on demand, as it is starting to listen.
-
-
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.Endpoint
getProto, getUrl
-
-