< prev index next >

src/java.rmi/share/classes/sun/rmi/transport/proxy/CGIHandler.java

Print this page

        

*** 79,89 **** } /** * The CGIHandler class contains methods for executing as a CGI program. * The main function interprets the query string as a command of the form ! * "<command>=<parameters>". * * This class depends on the CGI 1.0 environment variables being set as * properties of the same name in this Java VM. * * All data and methods of this class are static because they are specific --- 79,89 ---- } /** * The CGIHandler class contains methods for executing as a CGI program. * The main function interprets the query string as a command of the form ! * "{@code <command>=<parameters>}". * * This class depends on the CGI 1.0 environment variables being set as * properties of the same name in this Java VM. * * All data and methods of this class are static because they are specific
< prev index next >