ngrok.See: Description
| Class | Description |
|---|---|
| AgentStatus |
An object representing an AgentStatus response from
ngrok's API. |
| AgentStatus.Session |
An object representing a nested Session from
ngrok's Agent. |
| AgentStatus.Session.Leg |
An object representing a nested Leg from
ngrok's Agent Session. |
| ApiResponse |
A response from the
ngrok API. |
| CapturedRequest |
An object representing a CapturedRequest response from
ngrok's API. |
| CapturedRequest.Request |
An object representing a nested Request from
ngrok's API. |
| CapturedRequest.Response |
An object representing a nested Response from
ngrok's API. |
| CapturedRequests |
An object representing CapturedRequests response from
ngrok's API. |
| CreateTunnel |
An object that represents a
ngrok Tunnel creation request. |
| CreateTunnel.Builder |
Builder for a
CreateTunnel, which can be used to construct a request that conforms to ngrok's tunnel definition. |
| Tunnel |
An object representing a Tunnel response from
ngrok's API. |
| Tunnel.Metrics |
An object representing a nested Metrics from
ngrok's API. |
| Tunnel.TunnelConfig |
An object representing a nested TunnelConfig from
ngrok's API. |
| TunnelHeader |
An object that represents header configuration for a
CreateTunnel. |
| TunnelHeader.Builder |
Builder for a
TunnelHeader. |
| TunnelIPRestriction |
An object that represents IP restriction for a
CreateTunnel. |
| TunnelIPRestriction.Builder |
Builder for a
TunnelIPRestriction. |
| TunnelOAuth |
An object that represents the OAuth configuration for a
CreateTunnel. |
| TunnelOAuth.Builder |
Builder for OAuth configuration that conforms to
ngrok's tunnel definition. |
| TunnelPolicy |
An object that represents policy configuration for a
CreateTunnel. |
| TunnelPolicy.Builder |
Builder for a
TunnelPolicy. |
| TunnelPolicyActions |
An object that represents policy actions configuration for a
CreateTunnel. |
| TunnelPolicyActions.Builder |
Builder for a
TunnelPolicyActions. |
| Tunnels |
An object representing a Tunnels response from
ngrok's API. |
| TunnelUserAgentFilter |
An object that represents UserAgent filter for a
CreateTunnel. |
| TunnelUserAgentFilter.Builder |
Builder for a
TunnelUserAgentFilter. |
| TunnelVerifyWebhook |
An object that represents webhook signature verification for a
CreateTunnel. |
| TunnelVerifyWebhook.Builder |
Builder for a
TunnelVerifyWebhook. |
| Version |
An object representing
ngrok's version and java-ngrok's version. |
| Enum | Description |
|---|---|
| BindTls | |
| Proto |
An enum representing
ngrok's valid protos, as defined in ngrok's docs. |
| Region |
An enum representing
ngrok's valid regions, as defined in
ngrok's docs. |
ngrok.