Uses of Class
com.github.copilot.CopilotWebSocketCloseStatus
Packages that use CopilotWebSocketCloseStatus
-
Uses of CopilotWebSocketCloseStatus in com.github.copilot
Fields in com.github.copilot declared as CopilotWebSocketCloseStatusModifier and TypeFieldDescriptionstatic final CopilotWebSocketCloseStatusCopilotWebSocketCloseStatus.NORMAL_CLOSUREA shared normal-closure (clean end-of-stream) instance.Methods in com.github.copilot with parameters of type CopilotWebSocketCloseStatusModifier and TypeMethodDescriptionvoidCopilotWebSocketForwarder.close(CopilotWebSocketCloseStatus status) voidCopilotWebSocketHandler.close(CopilotWebSocketCloseStatus status) Closes the connection and finalises the runtime-facing response.