public class SubprotocolBuilderUtil extends Object
Constructor and Description |
---|
SubprotocolBuilderUtil() |
Modifier and Type | Method and Description |
---|---|
static String |
buildSubprotocolString(ArrayList<String> contentType,
ArrayList<String> otherSubprotocols) |
static String |
contentTypeToSyanapeSubprotocol(String contentType) |
static String |
extractSynapseSubprotocol(String combinedSubprotocol) |
static ArrayList<AbstractSubprotocolHandler> |
stringToSubprotocolHandlers(String handlerClasses) |
static String |
syanapeSubprotocolToContentType(String subprotocol) |
public static String buildSubprotocolString(ArrayList<String> contentType, ArrayList<String> otherSubprotocols)
public static String syanapeSubprotocolToContentType(String subprotocol)
public static String extractSynapseSubprotocol(String combinedSubprotocol)
public static String contentTypeToSyanapeSubprotocol(String contentType)
public static ArrayList<AbstractSubprotocolHandler> stringToSubprotocolHandlers(String handlerClasses)
Copyright © 2020 WSO2. All rights reserved.