Uses of Class
org.apache.synapse.transport.http.conn.Scheme
-
-
Uses of Scheme in org.apache.synapse.transport.netty.config
Methods in org.apache.synapse.transport.netty.config that return Scheme Modifier and Type Method Description SchemeSourceConfiguration. getScheme()Methods in org.apache.synapse.transport.netty.config with parameters of type Scheme Modifier and Type Method Description voidSourceConfiguration. setScheme(Scheme scheme)Constructors in org.apache.synapse.transport.netty.config with parameters of type Scheme Constructor Description SourceConfiguration(org.apache.axis2.context.ConfigurationContext configurationContext, org.apache.axis2.description.TransportInDescription inDescription, Scheme scheme, List<org.apache.synapse.commons.handlers.MessagingHandler> messagingHandler) -
Uses of Scheme in org.apache.synapse.transport.netty.listener
Methods in org.apache.synapse.transport.netty.listener that return Scheme Modifier and Type Method Description protected SchemeAxis2HttpSSLTransportListener. initScheme()protected SchemeAxis2HttpTransportListener. initScheme() -
Uses of Scheme in org.apache.synapse.transport.nhttp
Methods in org.apache.synapse.transport.nhttp that return Scheme Modifier and Type Method Description protected SchemeHttpCoreNIOListener. initScheme()protected SchemeHttpCoreNIOMultiSSLListener. initScheme()protected SchemeHttpCoreNIOSSLListener. initScheme()Constructors in org.apache.synapse.transport.nhttp with parameters of type Scheme Constructor Description ServerHandler(org.apache.axis2.context.ConfigurationContext cfgCtx, Scheme scheme, ListenerContext listenerContext, NhttpMetricsCollector metrics) -
Uses of Scheme in org.apache.synapse.transport.passthru
Methods in org.apache.synapse.transport.passthru that return Scheme Modifier and Type Method Description protected SchemePassThroughHttpSender. getScheme()protected SchemePassThroughHttpSSLSender. getScheme()protected SchemePassThroughHttpListener. initScheme()protected SchemePassThroughHttpMultiSSLListener. initScheme()protected SchemePassThroughHttpSSLListener. initScheme() -
Uses of Scheme in org.apache.synapse.transport.passthru.config
Methods in org.apache.synapse.transport.passthru.config that return Scheme Modifier and Type Method Description SchemeSourceConfiguration. getScheme()Constructors in org.apache.synapse.transport.passthru.config with parameters of type Scheme Constructor Description SourceConfiguration(org.apache.axis2.context.ConfigurationContext configurationContext, org.apache.axis2.description.TransportInDescription description, Scheme scheme, org.apache.axis2.transport.base.threads.WorkerPool pool, PassThroughTransportMetricsCollector metrics)
-