Uses of Class
org.apache.synapse.transport.http.conn.ServerConnFactory
Packages that use ServerConnFactory
Package
Description
-
Uses of ServerConnFactory in org.apache.synapse.transport.nhttp
Methods in org.apache.synapse.transport.nhttp with parameters of type ServerConnFactoryConstructors in org.apache.synapse.transport.nhttp with parameters of type ServerConnFactoryModifierConstructorDescriptionServerIODispatch(org.apache.http.nio.NHttpServerEventHandler handler, ServerConnFactory connFactory) -
Uses of ServerConnFactory in org.apache.synapse.transport.nhttp.config
Methods in org.apache.synapse.transport.nhttp.config that return ServerConnFactoryModifier and TypeMethodDescriptionServerConnFactoryBuilder.build(org.apache.http.params.HttpParams params) -
Uses of ServerConnFactory in org.apache.synapse.transport.passthru
Methods in org.apache.synapse.transport.passthru with parameters of type ServerConnFactoryConstructors in org.apache.synapse.transport.passthru with parameters of type ServerConnFactoryModifierConstructorDescriptionServerIODispatch(org.apache.http.nio.NHttpServerEventHandler handler, ServerConnFactory connFactory) -
Uses of ServerConnFactory in org.apache.synapse.transport.passthru.core
Methods in org.apache.synapse.transport.passthru.core that return ServerConnFactoryConstructors in org.apache.synapse.transport.passthru.core with parameters of type ServerConnFactoryModifierConstructorDescriptionMultiListenerServerIODispatch(Map<Integer, org.apache.http.nio.NHttpServerEventHandler> handlers, org.apache.http.nio.NHttpServerEventHandler nHttpServerEventHandler, ServerConnFactory connFactory) PassThroughSharedListenerConfiguration(ThreadFactory threadFactory, ServerConnFactory serverConnFactory, SourceConfiguration sourceConfiguration) -
Uses of ServerConnFactory in org.apache.synapse.transport.passthru.core.ssl
Methods in org.apache.synapse.transport.passthru.core.ssl that return ServerConnFactoryModifier and TypeMethodDescriptionstatic ServerConnFactorySSLConnectionUtils.getServerConnectionFactory(String endpointName, PassThroughSharedListenerConfiguration configuration, SSLConfiguration sslConfiguration) Method for return ServerConnectionFactory by building ServerConnectionFactory with given SSL ConfigurationsMethods in org.apache.synapse.transport.passthru.core.ssl with parameters of type ServerConnFactoryModifier and TypeMethodDescriptionvoidMultiListenerSSLServerIODispatch.update(ServerConnFactory connFactory)