Sockets
Description
Deployment Facts
Containment | Avalon Framework 4.2.0 |
Lifestyle | singleton |
Lifecycle
Stage | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
LogEnabled | Logs runtime warnings and assigns logging channels to created factories. | ||||||||||||
Contextualizable |
|
||||||||||||
Configurable | An example configuration is included below. |
Example Configuration
<configuration> <server-sockets> <factory name="plain" class="org.apache.avalon.cornerstone.blocks.sockets.DefaultServerSocketFactory"/> </server-sockets> <client-sockets> <factory name="plain" class="org.apache.avalon.cornerstone.blocks.sockets.DefaultSocketFactory"/> </client-sockets> </configuration>