public class WebSocketOpenConnectionInfo extends Object
Constructor and Description |
---|
WebSocketOpenConnectionInfo(WebSocketService webSocketService,
org.wso2.transport.http.netty.contract.websocket.WebSocketConnection webSocketConnection,
BMap<String,BValue> webSocketEndpoint) |
Modifier and Type | Method and Description |
---|---|
int |
getCloseStatusCode() |
WebSocketService |
getService() |
org.wso2.transport.http.netty.contract.websocket.WebSocketConnection |
getWebSocketConnection() |
BMap<String,BValue> |
getWebSocketEndpoint() |
void |
setCloseStatusCode(int closeStatusCode) |
public WebSocketOpenConnectionInfo(WebSocketService webSocketService, org.wso2.transport.http.netty.contract.websocket.WebSocketConnection webSocketConnection, BMap<String,BValue> webSocketEndpoint)
public WebSocketService getService()
public org.wso2.transport.http.netty.contract.websocket.WebSocketConnection getWebSocketConnection()
public int getCloseStatusCode()
public void setCloseStatusCode(int closeStatusCode)
Copyright © 2018 WSO2. All rights reserved.