Module com.github.alexdlaird.ngrok
Package com.github.alexdlaird.ngrok.protocol
This package contains POJOs for interacting with
ngrok
.-
Class Summary Class Description CapturedRequest An object representing a CapturedRequest response fromngrok
's API.CapturedRequest.Request An object representing a nested Request fromngrok
's API.CapturedRequest.Response An object representing a nested Response fromngrok
's API.CapturedRequests An object representing CapturedRequests response fromngrok
's API.CreateTunnel An object that represents angrok
Tunnel creation request.CreateTunnel.Builder Builder for aCreateTunnel
, which can be used to construct a request that conforms tongrok
's tunnel definition.Tunnel An object representing a Tunnel response fromngrok
's API.Tunnel.Metrics An object representing a nested Metrics fromngrok
's API.Tunnel.TunnelConfig An object representing a nested TunnelConfig fromngrok
's API.TunnelHeader An object that represents header configuration for aCreateTunnel
.TunnelHeader.Builder Builder for aTunnelHeader
.TunnelIPRestrictions An object that represents IP restrictions for aCreateTunnel
.TunnelIPRestrictions.Builder Builder for aTunnelIPRestrictions
.TunnelOAuth An object that represents the OAuth configuration for aCreateTunnel
.TunnelOAuth.Builder Builder for OAuth configuration that conforms tongrok
's tunnel definition.Tunnels An object representing a Tunnels response fromngrok
's API.TunnelVerifyWebhook An object that represents webhook signature verification for aCreateTunnel
.TunnelVerifyWebhook.Builder Builder for aTunnelVerifyWebhook
.Version An object representingngrok
's version andjava-ngrok
's version. -
Enum Summary Enum Description BindTls Proto An enum representingngrok
's valid protos, as defined inngrok
's docs.Region An enum representingngrok
's valid regions, as defined inngrok
's docs.