Uses of Class
org.apache.synapse.transport.passthru.config.SourceConfiguration
Packages that use SourceConfiguration
Package
Description
-
Uses of SourceConfiguration in org.apache.synapse.transport.passthru
Methods in org.apache.synapse.transport.passthru that return SourceConfigurationModifier and TypeMethodDescriptionServerWorker.getSourceConfiguration()Get the shared pass-through source configurationSourceContext.getSourceConfiguration()Methods in org.apache.synapse.transport.passthru with parameters of type SourceConfigurationModifier and TypeMethodDescriptionstatic voidSourceContext.create(org.apache.http.nio.NHttpConnection conn, ProtocolState state, SourceConfiguration configuration) voidPassThroughHttpSender.setContentType(org.apache.axis2.context.MessageContext msgContext, SourceResponse sourceResponse, org.apache.axis2.transport.MessageFormatter formatter, org.apache.axiom.om.OMOutputFormat format, SourceConfiguration sourceConfiguration) Set content type headers along with the charactor encoding if content type header is not preservedConstructors in org.apache.synapse.transport.passthru with parameters of type SourceConfigurationModifierConstructorDescriptionServerWorker(SourceRequest request, SourceConfiguration sourceConfiguration, OutputStream os) ServerWorker(SourceRequest request, SourceConfiguration sourceConfiguration, OutputStream os, long initiationTimestamp, String correlationId) SourceContext(SourceConfiguration sourceConfiguration) SourceHandler(SourceConfiguration sourceConfiguration) SourceHandler(SourceConfiguration sourceConfiguration, List<StreamInterceptor> streamInterceptors) SourceRequest(SourceConfiguration sourceConfiguration, org.apache.http.HttpRequest request, org.apache.http.nio.NHttpServerConnection conn) SourceResponse(SourceConfiguration config, int status, String statusLine, SourceRequest request) SourceResponse(SourceConfiguration config, int status, SourceRequest request) -
Uses of SourceConfiguration in org.apache.synapse.transport.passthru.api
Methods in org.apache.synapse.transport.passthru.api that return SourceConfigurationModifier and TypeMethodDescriptionstatic SourceConfigurationPassThroughInboundEndpointHandler.getPassThroughSourceConfiguration()static SourceConfigurationPassThroughInboundEndpointHandler.getPassThroughSSLSourceConfiguration() -
Uses of SourceConfiguration in org.apache.synapse.transport.passthru.core
Methods in org.apache.synapse.transport.passthru.core that return SourceConfigurationModifier and TypeMethodDescriptionPassThroughListeningIOReactorManager.getSharedPassThroughSourceConfiguration()PassThroughListeningIOReactorManager.getSharedSSLPassThroughSourceConfiguration()PassThroughSharedListenerConfiguration.getSourceConfiguration()Methods in org.apache.synapse.transport.passthru.core with parameters of type SourceConfigurationModifier and TypeMethodDescriptionvoidPassThroughListeningIOReactorManager.shutdownIOReactor(int port, SourceConfiguration sourceConfiguration, long timeout) ShutdownIOReactor which is registered by HTTPListener running on given portConstructors in org.apache.synapse.transport.passthru.core with parameters of type SourceConfigurationModifierConstructorDescriptionPassThroughSharedListenerConfiguration(ThreadFactory threadFactory, ServerConnFactory serverConnFactory, SourceConfiguration sourceConfiguration) -
Uses of SourceConfiguration in org.apache.synapse.transport.passthru.util
Methods in org.apache.synapse.transport.passthru.util with parameters of type SourceConfigurationModifier and TypeMethodDescriptionstatic SourceResponseSourceResponseFactory.create(org.apache.axis2.context.MessageContext msgContext, SourceRequest sourceRequest, SourceConfiguration sourceConfiguration)