| Modifier and Type | Class and Description |
|---|---|
class |
InboundWebSocketAttributes
Represents the attributes of an inbound socket.
|
| Modifier and Type | Method and Description |
|---|---|
WebSocketAttributes |
OutboundSocketCallback.getSocketAttributes() |
| Modifier and Type | Method and Description |
|---|---|
void |
OutboundSocketMessageHandler.handle(org.mule.runtime.http.api.ws.WebSocket socket,
WebSocketAttributes attributes,
org.mule.runtime.api.metadata.TypedValue<InputStream> content) |
| Modifier and Type | Method and Description |
|---|---|
WebSocketAttributes |
WebSocketState.getAttributes() |
| 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
|
| Constructor and Description |
|---|
WebSocketState(org.mule.runtime.http.api.ws.WebSocket webSocket,
WebSocketAttributes attributes) |
| 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 | Method and Description |
|---|---|
void |
CloseConnectionListener.onStart(org.mule.runtime.extension.api.runtime.source.SourceCallback<ClosedConnectionEvent,WebSocketAttributes> sourceCallback) |
void |
OutboundSocketMessageListener.onStart(org.mule.runtime.extension.api.runtime.source.SourceCallback<InputStream,WebSocketAttributes> sourceCallback) |
void |
InboundConnectionListener.onStart(org.mule.runtime.extension.api.runtime.source.SourceCallback<String,WebSocketAttributes> sourceCallback) |
Copyright © 2024 MuleSoft, Inc.. All rights reserved.