Uses of Class
org.apache.synapse.transport.netty.config.BaseConfiguration
-
Packages that use BaseConfiguration Package Description org.apache.synapse.transport.netty.config org.apache.synapse.transport.netty.util -
-
Uses of BaseConfiguration in org.apache.synapse.transport.netty.config
Subclasses of BaseConfiguration in org.apache.synapse.transport.netty.config Modifier and Type Class Description class
SourceConfiguration
This class stores the configurations specific to the Listener.class
TargetConfiguration
This class stores the configurations specific to the Sender. -
Uses of BaseConfiguration in org.apache.synapse.transport.netty.util
Methods in org.apache.synapse.transport.netty.util with parameters of type BaseConfiguration Modifier and Type Method Description static void
HttpUtils. removeUnwantedHeadersFromInternalTransportHeadersMap(org.apache.axis2.context.MessageContext msgContext, BaseConfiguration baseConfiguration)
RRemove unwanted headers from the http response of outgoing request.static org.wso2.transport.http.netty.contract.config.ListenerConfiguration
RequestResponseUtils. setSslConfig(org.apache.axis2.description.TransportInDescription transportIn, org.wso2.transport.http.netty.contract.config.ListenerConfiguration listenerConfiguration, BaseConfiguration sourceConfiguration)
-