Class PlainConfigurator

  • All Implemented Interfaces:
    ProtocolStackConfigurator

    public class PlainConfigurator
    extends java.lang.Object
    implements ProtocolStackConfigurator
    A ProtocolStackConfigurator for the old style properties.
    Old style properties are referred to as the property string used by channel earlier they look like this PROTOCOL(param=value;param=value):PROTOCOL:PROTOCOL
    All it does is that it holds the string, it currently doesn't parse it at all.
    Version:
    1.0
    Author:
    Filip Hanik (filip@filip.net)
    • Constructor Summary

      Constructors 
      Constructor Description
      PlainConfigurator​(java.lang.String properties)
      Instantiates a PlainConfigurator with old style properties
    • Constructor Detail

      • PlainConfigurator

        public PlainConfigurator​(java.lang.String properties)
        Instantiates a PlainConfigurator with old style properties