Prentice Hall and Sun Microsystems. Personal use only; do not redistribute.
2.10 WebClient: Talking to Web Servers Interactively
63
Interruptible
Interruptible
is a simple interface used to identify classes that have an
isInterrupted
method. It is used by
HttpClient
to poll
WebClient
to see
if the user has interrupted it.
Listing 2.18 Interruptible.java
/**
* An interface for classes that can be polled to see
* if they've been interrupted. Used by HttpClient
* and WebClient to allow the user to interrupt a network
* download.
*/
public interface Interruptible {
public boolean isInterrupted();
}
Second edition of this book: www.coreservlets.com; Sequel: www.moreservlets.com.
Servlet and JSP training courses by book's author: courses.coreservlets.com.
footer
Our partners:
PHP: Hypertext Preprocessor Best Web Hosting
Java Web Hosting
Jsp Web Hosting
Cheapest Web Hosting
Visionwebhosting.net Business web hosting division of Web
Design Plus. All rights reserved