link
Avalon
Avalon Planet
Home PlanetProductsCentral
Sockets
Description
Deployment Facts
ContainmentAvalon Framework 4.2.0
Lifestylesingleton
Lifecycle
StageDescription
LogEnabledLogs runtime warnings and assigns logging channels to created factories.
Contextualizable
KeyTypeRequired
block.namejava.lang.Stringtrue
app.namejava.lang.Stringtrue
app.homejava.io.Filetrue
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>