Interface CancelableOpenKitObject
-
- All Superinterfaces:
java.lang.AutoCloseable,java.io.Closeable,OpenKitObject
- All Known Implementing Classes:
BaseActionImpl,LeafActionImpl,RootActionImpl,WebRequestTracerBaseImpl,WebRequestTracerStringURL,WebRequestTracerURLConnection
public interface CancelableOpenKitObject extends OpenKitObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcancel()Cancel theOpenKitObject.
-
-
-
Method Detail
-
cancel
void cancel()
Cancel theOpenKitObject.Canceling is similar to closing, except that data that is not reported yet, will not be reported at all.
-
-