Class Constants
- java.lang.Object
-
- org.wso2.carbon.inbound.endpoint.internal.http.api.Constants
-
public class Constants extends Object
Constants
contains constants related to internal http api implementation.
-
-
Field Summary
Fields Modifier and Type Field Description static String
INTERNAL_APIS_FILE
static String
PREFIX_TO_ENABLE_INTERNAL_APIS
static String
WEBSOCKET_TRANSPORT_MAX_FRAME_PAYLOAD_LENGTH
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
INTERNAL_APIS_FILE
public static final String INTERNAL_APIS_FILE
- See Also:
- Constant Field Values
-
PREFIX_TO_ENABLE_INTERNAL_APIS
public static final String PREFIX_TO_ENABLE_INTERNAL_APIS
- See Also:
- Constant Field Values
-
WEBSOCKET_TRANSPORT_MAX_FRAME_PAYLOAD_LENGTH
public static final String WEBSOCKET_TRANSPORT_MAX_FRAME_PAYLOAD_LENGTH
- See Also:
- Constant Field Values
-
-