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

/libcore/ojluni/src/main/java/java/net/
H A DCacheRequest.java35 * store the resource data into the cache, and also an abort() method
62 public abstract void abort(); method in class:CacheRequest
/libcore/luni/src/main/java/org/w3c/dom/ls/
H A DLSParser.java464 public void abort(); method in interface:LSParser
/libcore/ojluni/src/main/java/sun/net/ftp/
H A DFtpClient.java601 * <p>This doesn't abort the current session, more commands can be issued
602 * after an abort.</p>
608 public abstract FtpClient abort() throws FtpProtocolException, IOException; method in class:FtpClient
/libcore/ojluni/src/main/native/
H A Djvm.h1467 void (JNICALL *abort)(void); member in struct:JDK1_1InitArgs
/libcore/ojluni/src/main/java/sun/net/ftp/impl/
H A DFtpClient.java1554 public sun.net.ftp.FtpClient abort() throws sun.net.ftp.FtpProtocolException, IOException { method in class:FtpClient
1564 * that the abort command was successfully processed.
1569 * indicating that the abort command was successfully

Completed in 651 milliseconds