public static class AgentStatus.Session
extends java.lang.Object
ngrok's Agent.| Modifier and Type | Class and Description |
|---|---|
static class |
AgentStatus.Session.Leg
An object representing a nested Leg from
ngrok's Agent Session. |
| Constructor and Description |
|---|
Session() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AgentStatus.Session.Leg> |
getLegs()
Get the list of
AgentStatus.Session.Legs. |
public java.util.List<AgentStatus.Session.Leg> getLegs()
AgentStatus.Session.Legs.