We need to ensure that all implementations of these methods are the same so the use of cut & paste here is recommended!
All the javadoc for these methods is defined in the interfaces.
262263264265266267268
public static class TestHTML_iModeFactory extends HTML_iModeFactory { public VolantisProtocol createProtocol( ProtocolSupportFactory supportFactory, ProtocolConfiguration configuration) { return new TestHTML_iMode(supportFactory, configuration); }