All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----ch.swisslife.ibgm.mc2.InputChannel
Target=XXXXXXXXXXXXXXX\n
option1= YYYYYYYYYYYYYYY\n
option2=ZZZZZZZZZZZZZZZ\n
and so on...
It means that first comes the Target name and then all the entries for each target.
So it is always clear which target is active. The procotol is human readable, which makes it
easier to debug.
It uses a URLConnection for the communication, which means that the data is transfered as
plain text from the web server. This class parses it, creates a Cfg object an fills the data in.
public String URL_OF_CGI
public InputChannel(String cfgreader, String workdir, String icondir)
public Cfg getFromCgi(String device, String url)
All Packages Class Hierarchy This Package Previous Next Index