Connection
Description
The ConnectionManager service provides a facility to listen for incoming socket connections. The DefaultConnectionManager compoent gives a thread pooled implementation of this service. If there are multiple server components depending on this component, they would all share the same thread pool.
Deployment Facts
Containment | Avalon Framework 4.2.0 |
Lifestyle | singleton |
Lifecycle
Stage | Description |
---|---|
LogEnabled | Logs lifescycle stages and handles assignment of logging channels to managed connection handlers. |
Serviceable | The connection manager has a structural dependency on the Threadscomponent. |
Disposable | Disconnects all standing connections. |