Uses of Class
io.gravitee.cockpit.connectors.ws.endpoints.WebSocketEndpoint
-
Packages that use WebSocketEndpoint Package Description io.gravitee.cockpit.connectors.ws.http -
-
Uses of WebSocketEndpoint in io.gravitee.cockpit.connectors.ws.http
Methods in io.gravitee.cockpit.connectors.ws.http that return WebSocketEndpoint Modifier and Type Method Description WebSocketEndpointHttpClientFactory. nextEndpoint()Methods in io.gravitee.cockpit.connectors.ws.http that return types with arguments of type WebSocketEndpoint Modifier and Type Method Description List<WebSocketEndpoint>HttpClientConfiguration. getEndpoints()Methods in io.gravitee.cockpit.connectors.ws.http with parameters of type WebSocketEndpoint Modifier and Type Method Description io.vertx.core.http.HttpClientHttpClientFactory. getHttpClient(WebSocketEndpoint webSocketEndpoint)Method parameters in io.gravitee.cockpit.connectors.ws.http with type arguments of type WebSocketEndpoint Modifier and Type Method Description voidHttpClientConfiguration. setEndpoints(List<WebSocketEndpoint> endpoints)
-