weblogic.websocket
Interface ClosingMessage
public interface ClosingMessage
Weblogic stubs for compilation. Do not use this jar
NO_STATUS_CODE
static final int NO_STATUS_CODE
- See Also:
- Constant Field Values
SC_NORMAL_CLOSURE
static final int SC_NORMAL_CLOSURE
- See Also:
- Constant Field Values
SC_GOING_AWAY
static final int SC_GOING_AWAY
- See Also:
- Constant Field Values
SC_PROTOCOL_ERROR
static final int SC_PROTOCOL_ERROR
- See Also:
- Constant Field Values
SC_UNSUPPORTED_DATA
static final int SC_UNSUPPORTED_DATA
- See Also:
- Constant Field Values
SC_INVALID_FRAME_PAYLOAD_DATA
static final int SC_INVALID_FRAME_PAYLOAD_DATA
- See Also:
- Constant Field Values
SC_POLICY_VOILATION
static final int SC_POLICY_VOILATION
- See Also:
- Constant Field Values
SC_MESSAGE_TOO_BIG
static final int SC_MESSAGE_TOO_BIG
- See Also:
- Constant Field Values
SC_INTERNAL_SERVER_ERROR
static final int SC_INTERNAL_SERVER_ERROR
- See Also:
- Constant Field Values
getStatusCode
int getStatusCode()
getReason
String getReason()
Copyright © 2013. All Rights Reserved.