Package | Description |
---|---|
org.ballerinalang.net.http |
Modifier and Type | Method and Description |
---|---|
static WebSocketService |
WebSocketDispatcher.findService(WebSocketServicesRegistry servicesRegistry,
Map<String,String> pathParams,
org.wso2.transport.http.netty.contract.websocket.WebSocketMessage webSocketMessage,
org.wso2.transport.http.netty.message.HTTPCarbonMessage msg)
This will find the best matching service for given web socket request.
|
WebSocketService |
WebSocketOpenConnectionInfo.getService() |
Modifier and Type | Method and Description |
---|---|
URITemplate<WebSocketService,org.wso2.transport.http.netty.contract.websocket.WebSocketMessage> |
WebSocketServicesRegistry.getUriTemplate() |
Modifier and Type | Method and Description |
---|---|
static void |
WebSocketUtil.handleHandshake(WebSocketService wsService,
WebSocketConnectionManager connectionManager,
io.netty.handler.codec.http.HttpHeaders headers,
org.wso2.transport.http.netty.contract.websocket.WebSocketInitMessage initMessage,
Context context,
CallableUnitCallback callback) |
void |
WebSocketServicesRegistry.registerService(WebSocketService service) |
void |
WebSocketDataElement.setData(WebSocketService webSocketService) |
Modifier and Type | Method and Description |
---|---|
boolean |
WebSocketDataElement.getData(org.wso2.transport.http.netty.contract.websocket.WebSocketMessage inboundMessage,
DataReturnAgent<WebSocketService> dataReturnAgent) |
Constructor and Description |
---|
WebSocketOpenConnectionInfo(WebSocketService webSocketService,
org.wso2.transport.http.netty.contract.websocket.WebSocketConnection webSocketConnection,
BStruct webSocketEndpoint) |
Copyright © 2018 WSO2. All rights reserved.