Uses of Class
com.ngrok.definitions.TunnelSession
-
Uses of TunnelSession in com.ngrok.definitions
Modifier and TypeMethodDescriptionTunnelSessionList.getTunnelSessions()
list of all tunnel sessions on this accountModifierConstructorDescriptionTunnelSessionList
(List<TunnelSession> tunnelSessions, URI uri, Optional<URI> nextPageUri) Creates a new instance ofTunnelSessionList
. -
Uses of TunnelSession in com.ngrok.services
Modifier and TypeMethodDescriptionTunnelSessions.GetCallBuilder.blockingCall()
Initiates the API call and blocks until it returns.Modifier and TypeMethodDescriptionTunnelSessions.GetCallBuilder.call()
Initiates the API call asynchronously.