weblogic.websocket
Interface ClosingMessage


public interface ClosingMessage

Weblogic stubs for compilation. Do not use this jar


Field Summary
static int NO_STATUS_CODE
           
static int SC_GOING_AWAY
           
static int SC_INTERNAL_SERVER_ERROR
           
static int SC_INVALID_FRAME_PAYLOAD_DATA
           
static int SC_MESSAGE_TOO_BIG
           
static int SC_NORMAL_CLOSURE
           
static int SC_POLICY_VOILATION
           
static int SC_PROTOCOL_ERROR
           
static int SC_UNSUPPORTED_DATA
           
 
Method Summary
 String getReason()
           
 int getStatusCode()
           
 

Field Detail

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
Method Detail

getStatusCode

int getStatusCode()

getReason

String getReason()


Copyright © 2013. All Rights Reserved.