Class ClientCapabilities.WindowCapabilities
java.lang.Object
org.graalvm.tools.lsp.server.types.JSONBase
org.graalvm.tools.lsp.server.types.ClientCapabilities.WindowCapabilities
- Enclosing class:
ClientCapabilities
-
Method Summary
Modifier and TypeMethodDescriptionbooleanWhether client supports handling progress notifications.inthashCode()setWorkDoneProgress(Boolean workDoneProgress)
-
Method Details
-
getWorkDoneProgress
Whether client supports handling progress notifications. If set servers are allowed to report in `workDoneProgress` property in the request specific server capabilities. Since 3.15.0 -
setWorkDoneProgress
-
equals
-
hashCode
public int hashCode()
-