Uses of Class
com.ngrok.definitions.EndpointBackend
Packages that use EndpointBackend
-
Uses of EndpointBackend in com.ngrok.definitions
Methods in com.ngrok.definitions that return types with arguments of type EndpointBackendModifier and TypeMethodDescriptionHttpsEdgeRoute.getBackend()
backend module configuration ornull
TcpEdge.getBackend()
edge modulesTlsEdge.getBackend()
edge modulesConstructor parameters in com.ngrok.definitions with type arguments of type EndpointBackendModifierConstructorDescriptionHttpsEdgeRoute
(String edgeId, String id, OffsetDateTime createdAt, String matchType, String match, URI uri, String description, String metadata, Optional<EndpointBackend> backend, Optional<EndpointIpPolicy> ipRestriction, Optional<EndpointCircuitBreaker> circuitBreaker, Optional<EndpointCompression> compression, Optional<EndpointRequestHeaders> requestHeaders, Optional<EndpointResponseHeaders> responseHeaders, Optional<EndpointWebhookValidation> webhookVerification, Optional<EndpointOAuth> oauth, Optional<EndpointSaml> saml, Optional<EndpointOidc> oidc, Optional<EndpointWebsocketTcpConverter> websocketTcpConverter) Creates a new instance ofHttpsEdgeRoute
. -
Uses of EndpointBackend in com.ngrok.services
Methods in com.ngrok.services that return EndpointBackendModifier and TypeMethodDescriptionEdgeRouteBackendModule.GetCallBuilder.blockingCall()
Initiates the API call and blocks until it returns.EdgeRouteBackendModule.ReplaceCallBuilder.blockingCall()
Initiates the API call and blocks until it returns.TcpEdgeBackendModule.GetCallBuilder.blockingCall()
Initiates the API call and blocks until it returns.TcpEdgeBackendModule.ReplaceCallBuilder.blockingCall()
Initiates the API call and blocks until it returns.TlsEdgeBackendModule.GetCallBuilder.blockingCall()
Initiates the API call and blocks until it returns.TlsEdgeBackendModule.ReplaceCallBuilder.blockingCall()
Initiates the API call and blocks until it returns.Methods in com.ngrok.services that return types with arguments of type EndpointBackendModifier and TypeMethodDescriptionEdgeRouteBackendModule.GetCallBuilder.call()
Initiates the API call asynchronously.EdgeRouteBackendModule.ReplaceCallBuilder.call()
Initiates the API call asynchronously.TcpEdgeBackendModule.GetCallBuilder.call()
Initiates the API call asynchronously.TcpEdgeBackendModule.ReplaceCallBuilder.call()
Initiates the API call asynchronously.TlsEdgeBackendModule.GetCallBuilder.call()
Initiates the API call asynchronously.TlsEdgeBackendModule.ReplaceCallBuilder.call()
Initiates the API call asynchronously.