Class InboundHttpWebSocketConstants
- java.lang.Object
-
- org.wso2.carbon.inbound.endpoint.protocol.httpwebsocket.InboundHttpWebSocketConstants
-
public class InboundHttpWebSocketConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
INBOUND_ENDPOINT_PARAMETER_HOSTNAME
String representing hostname of the InboundEndpoint.static String
INBOUND_ENDPOINT_PARAMETER_HTTP_PROTOCOL_VERSION
String representing http protocol version of the InboundEndpoint.static String
INBOUND_ENDPOINT_PARAMETER_HTTP_WS_PORT
String representing port of the InboundEndpoint.
-
Constructor Summary
Constructors Constructor Description InboundHttpWebSocketConstants()
-
-
-
Field Detail
-
INBOUND_ENDPOINT_PARAMETER_HTTP_WS_PORT
public static final String INBOUND_ENDPOINT_PARAMETER_HTTP_WS_PORT
String representing port of the InboundEndpoint.- See Also:
- Constant Field Values
-
INBOUND_ENDPOINT_PARAMETER_HOSTNAME
public static final String INBOUND_ENDPOINT_PARAMETER_HOSTNAME
String representing hostname of the InboundEndpoint.- See Also:
- Constant Field Values
-
INBOUND_ENDPOINT_PARAMETER_HTTP_PROTOCOL_VERSION
public static final String INBOUND_ENDPOINT_PARAMETER_HTTP_PROTOCOL_VERSION
String representing http protocol version of the InboundEndpoint.- See Also:
- Constant Field Values
-
-