Searched defs:QUIT (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/test/sun/net/www/
H A DMarkResetTest.java63 private final int QUIT = 8; field in class:MarkResetTest.FtpServer.FtpServerHandler
67 "PORT", "QUIT", "EPSV"};
179 if ((res > PASS && res != QUIT) && !logged) {
207 case QUIT:
/openjdk7/jdk/test/sun/net/ftp/
H A DFtpGetContent.java75 private final int QUIT = 13; field in class:FtpGetContent.FtpServer.FtpServerHandler
82 "QUIT", "STOR", "NLST", "RNFR", "RNTO" };
193 if ((res > PASS && res != QUIT) && !logged) {
226 case QUIT:
H A DFtpURL.java73 private final int QUIT = 13; field in class:FtpURL.FtpServer.FtpServerHandler
80 "QUIT", "STOR", "NLST", "RNFR", "RNTO" };
192 if ((res > PASS && res != QUIT) && !logged) {
225 case QUIT:
/openjdk7/jdk/test/sun/net/www/ftptest/
H A DFtpCommandHandler.java76 private final int QUIT = 0; field in class:FtpCommandHandler
105 { "QUIT", "USER", "PASS", "CWD", "CDUP", "PWD", "TYPE", "NOOP", "RETR",
467 case QUIT:
/openjdk7/jdk/src/share/classes/sun/security/tools/policytool/
H A DPolicyTool.java905 public static final String QUIT = field in class:ToolWindow
953 menu.add(QUIT);
1314 public static final int QUIT = 1; field in class:ToolDialog
2318 // (QUIT, NEW, or OPEN)
2382 // just do the original request (QUIT, NEW, or OPEN)
2397 // now either QUIT, open a NEW policy file, or OPEN an existing policy
2399 case ToolDialog.QUIT:
2661 if (PolicyTool.collator.compare(e.getActionCommand(), tw.QUIT) == 0) {
2666 td.displayUserSave(td.QUIT);
2668 // the above method will perform the QUIT a
[all...]

Completed in 35 milliseconds