public class AgentStatus
extends java.lang.Object
ngrok's API.| Modifier and Type | Class and Description |
|---|---|
static class |
AgentStatus.Session
An object representing a nested Session from
ngrok's Agent. |
| Constructor and Description |
|---|
AgentStatus() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAgentVersion()
Get the version of the Agent.
|
AgentStatus.Session |
getSession()
Get the
AgentStatus.Session details. |
java.lang.String |
getStatus()
Get the description of the response.
|
java.lang.String |
getUri()
Get the Agent URI.
|
public java.lang.String getStatus()
public java.lang.String getAgentVersion()
public AgentStatus.Session getSession()
AgentStatus.Session details.public java.lang.String getUri()