jondo.demo
Class SimpleForwarderConfiguration

java.lang.Object
  extended by jondo.demo.SimpleConfiguration
      extended by jondo.demo.SimpleForwarderConfiguration
All Implemented Interfaces:
IConfiguration

public class SimpleForwarderConfiguration
extends SimpleConfiguration


Constructor Summary
SimpleForwarderConfiguration()
           
SimpleForwarderConfiguration(int a_port)
           
 
Method Summary
 IAntiCensorshipForwarding getForwardingSettings()
           
 
Methods inherited from class jondo.demo.SimpleConfiguration
getApplicationName, getDatabaseInterface, getListenHost, getListenPort, getPasswordReader, getProxyInterface, read, write
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleForwarderConfiguration

public SimpleForwarderConfiguration()

SimpleForwarderConfiguration

public SimpleForwarderConfiguration(int a_port)
Method Detail

getForwardingSettings

public IAntiCensorshipForwarding getForwardingSettings()
Specified by:
getForwardingSettings in interface IConfiguration
Overrides:
getForwardingSettings in class SimpleConfiguration