| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<WebSocketAttributes> |
FluxCapacitor.openOutboundSocket(WebSocketsConnector config,
org.mule.runtime.http.api.client.HttpClient client,
org.mule.runtime.http.api.domain.message.request.HttpRequest request,
List<String> defaultGroups,
Optional<String> socketId,
int responseTimeout)
Opens an outbound socket
|
WebSocketClient |
FluxCapacitor.unsafeGetWebSocketClient(WebSocketsConnector config) |
WebSocketServer |
FluxCapacitor.unsafeGetWebSocketServer(WebSocketsConnector config) |
| Modifier and Type | Method and Description |
|---|---|
void |
WebSocketOperations.openOutboundSocket(String socketId,
UriSettings uriSettings,
WebSocketRequestBuilder connectionRequestBuilder,
List<String> defaultGroups,
WebSocketsConnector config,
FluxCapacitor fluxCapacitor,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<String,WebSocketAttributes> callback)
Opens a new outbound socket
|
| Modifier and Type | Field and Description |
|---|---|
protected WebSocketsConnector |
PathSource.config |
| Modifier and Type | Method and Description |
|---|---|
static String |
WebSocketUtils.getSocketId(WebSocketsConnector config,
String path) |
Copyright © 2024 MuleSoft, Inc.. All rights reserved.