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