Uses of Class
com.ngrok.definitions.TunnelSession
Packages that use TunnelSession
-
Uses of TunnelSession in com.ngrok.definitions
Methods in com.ngrok.definitions that return types with arguments of type TunnelSessionModifier and TypeMethodDescriptionTunnelSessionList.getTunnelSessions()
list of all tunnel sessions on this accountConstructor parameters in com.ngrok.definitions with type arguments of type TunnelSessionModifierConstructorDescriptionTunnelSessionList
(List<TunnelSession> tunnelSessions, URI uri, Optional<URI> nextPageUri) Creates a new instance ofTunnelSessionList
. -
Uses of TunnelSession in com.ngrok.services
Methods in com.ngrok.services that return TunnelSessionModifier and TypeMethodDescriptionTunnelSessions.GetCallBuilder.blockingCall()
Initiates the API call and blocks until it returns.Methods in com.ngrok.services that return types with arguments of type TunnelSessionModifier and TypeMethodDescriptionTunnelSessions.GetCallBuilder.call()
Initiates the API call asynchronously.