Uses of Class
com.ngrok.definitions.EndpointWebsocketTcpConverter
Packages that use EndpointWebsocketTcpConverter
- 
Uses of EndpointWebsocketTcpConverter in com.ngrok.definitionsMethods in com.ngrok.definitions that return EndpointWebsocketTcpConverterModifier and TypeMethodDescriptionEndpointWebsocketTcpConverter.Builder.build()Constructs theEndpointWebsocketTcpConverterinstance.Methods in com.ngrok.definitions that return types with arguments of type EndpointWebsocketTcpConverterModifier and TypeMethodDescriptionHttpsEdgeRoute.getWebsocketTcpConverter()websocket to tcp adapter configuration ornull
- 
Uses of EndpointWebsocketTcpConverter in com.ngrok.servicesMethods in com.ngrok.services that return EndpointWebsocketTcpConverterModifier and TypeMethodDescriptionEdgeRouteWebsocketTcpConverterModule.GetCallBuilder.blockingCall()Initiates the API call and blocks until it returns.EdgeRouteWebsocketTcpConverterModule.ReplaceCallBuilder.blockingCall()Initiates the API call and blocks until it returns.Methods in com.ngrok.services that return types with arguments of type EndpointWebsocketTcpConverterModifier and TypeMethodDescriptionEdgeRouteWebsocketTcpConverterModule.GetCallBuilder.call()Initiates the API call asynchronously.EdgeRouteWebsocketTcpConverterModule.ReplaceCallBuilder.call()Initiates the API call asynchronously.Methods in com.ngrok.services with parameters of type EndpointWebsocketTcpConverterModifier and TypeMethodDescriptionEdgeRouteWebsocketTcpConverterModule.ReplaceCallBuilder.module(EndpointWebsocketTcpConverter module) Sets themoduleparameter.EdgesHttpsRoutes.CreateCallBuilder.websocketTcpConverter(EndpointWebsocketTcpConverter websocketTcpConverter) websocket to tcp adapter configuration ornullEdgesHttpsRoutes.UpdateCallBuilder.websocketTcpConverter(EndpointWebsocketTcpConverter websocketTcpConverter) websocket to tcp adapter configuration ornullMethod parameters in com.ngrok.services with type arguments of type EndpointWebsocketTcpConverterModifier and TypeMethodDescriptionEdgeRouteWebsocketTcpConverterModule.ReplaceCallBuilder.module(Optional<EndpointWebsocketTcpConverter> module) Sets (or unsets) themoduleparameter.EdgesHttpsRoutes.CreateCallBuilder.websocketTcpConverter(Optional<EndpointWebsocketTcpConverter> websocketTcpConverter) websocket to tcp adapter configuration ornullEdgesHttpsRoutes.UpdateCallBuilder.websocketTcpConverter(Optional<EndpointWebsocketTcpConverter> websocketTcpConverter) websocket to tcp adapter configuration ornull