JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.eclipse.lsp4j.jsonrpc
Interface CancelChecker
public interface
CancelChecker
Used for processing requests with cancellation support.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
checkCanceled
()
Throw a
CancellationException
if the currently processed request has been canceled.
Method Detail
checkCanceled
void checkCanceled()
Throw a
CancellationException
if the currently processed request has been canceled.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method