Cornerstone Components - Sockets

Deployment Facts

Containment Avalon Framework 4.1.4
Lifestyle singleton
Lifecycle
Stage Description
LogEnabled Logs runtime warnings and assigns logging channels to created factories.
Contextualizable
Key Type Required
block.name java.lang.String true
app.name java.lang.String true
app.home java.io.File true
Configurable An example configuration is presented 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>