Class PassThroughSharedListenerConfiguration
java.lang.Object
org.apache.synapse.transport.passthru.core.PassThroughSharedListenerConfiguration
This class is a representation of configuration used when creating ListeningIOReactor
-
Constructor Summary
ConstructorsConstructorDescriptionPassThroughSharedListenerConfiguration(ThreadFactory threadFactory, ServerConnFactory serverConnFactory, SourceConfiguration sourceConfiguration) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
PassThroughSharedListenerConfiguration
public PassThroughSharedListenerConfiguration(ThreadFactory threadFactory, ServerConnFactory serverConnFactory, SourceConfiguration sourceConfiguration) - Parameters:
threadFactory- ThreadFactory used by IO ReactorserverConnFactory- ServerConnectionFactory used by IODispatcher to create connectionssourceConfiguration- SourceConfiguration of the shared IOReactor initiated PTT Listener
-
-
Method Details
-
getThreadFactory
- Returns:
- ThreadFactory
-
getServerConnFactory
- Returns:
- ServerConnFactory
-
getSourceConfiguration
- Returns:
- SourceConfiguration
-