Class SubprotocolBuilderUtil
java.lang.Object
org.wso2.carbon.inbound.endpoint.protocol.websocket.SubprotocolBuilderUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringbuildSubprotocolString(ArrayList<String> contentType, ArrayList<String> otherSubprotocols) static StringcontentTypeToSyanapeSubprotocol(String contentType) static StringextractSynapseSubprotocol(String combinedSubprotocol) static ArrayList<AbstractSubprotocolHandler> stringToSubprotocolHandlers(String handlerClasses) static StringsyanapeSubprotocolToContentType(String subprotocol)
-
Constructor Details
-
SubprotocolBuilderUtil
public SubprotocolBuilderUtil()
-
-
Method Details
-
buildSubprotocolString
-
syanapeSubprotocolToContentType
-
extractSynapseSubprotocol
-
contentTypeToSyanapeSubprotocol
-
stringToSubprotocolHandlers
public static ArrayList<AbstractSubprotocolHandler> stringToSubprotocolHandlers(String handlerClasses)
-