public class WebSocketOpenConnectionInfo extends Object
Constructor and Description |
---|
WebSocketOpenConnectionInfo(WebSocketService webSocketService,
org.wso2.transport.http.netty.contract.websocket.WebSocketConnection webSocketConnection,
BMap<String,BValue> webSocketEndpoint,
Context context) |
Modifier and Type | Method and Description |
---|---|
Context |
getContext() |
WebSocketService |
getService() |
org.wso2.transport.http.netty.contract.websocket.WebSocketConnection |
getWebSocketConnection() |
BMap<String,BValue> |
getWebSocketEndpoint() |
public WebSocketOpenConnectionInfo(WebSocketService webSocketService, org.wso2.transport.http.netty.contract.websocket.WebSocketConnection webSocketConnection, BMap<String,BValue> webSocketEndpoint, Context context)
public WebSocketService getService()
public org.wso2.transport.http.netty.contract.websocket.WebSocketConnection getWebSocketConnection() throws IllegalAccessException
IllegalAccessException
public Context getContext()
Copyright © 2019 WSO2. All rights reserved.