Uses of Class
org.apache.synapse.transport.http.conn.ServerConnFactory
-
-
Uses of ServerConnFactory in org.apache.synapse.transport.nhttp
Methods in org.apache.synapse.transport.nhttp with parameters of type ServerConnFactory Modifier and Type Method Description void
ServerIODispatch. update(ServerConnFactory connFactory)
Constructors in org.apache.synapse.transport.nhttp with parameters of type ServerConnFactory Constructor Description ServerIODispatch(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 ServerConnFactory Modifier and Type Method Description ServerConnFactory
ServerConnFactoryBuilder. 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 ServerConnFactory Modifier and Type Method Description void
ServerIODispatch. update(ServerConnFactory connFactory)
Constructors in org.apache.synapse.transport.passthru with parameters of type ServerConnFactory Constructor Description ServerIODispatch(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 ServerConnFactory Modifier and Type Method Description ServerConnFactory
PassThroughSharedListenerConfiguration. getServerConnFactory()
Constructors in org.apache.synapse.transport.passthru.core with parameters of type ServerConnFactory Constructor Description MultiListenerServerIODispatch(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 ServerConnFactory Modifier and Type Method Description static ServerConnFactory
SSLConnectionUtils. 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 ServerConnFactory Modifier and Type Method Description void
MultiListenerSSLServerIODispatch. update(ServerConnFactory connFactory)
-