Uses of Class
com.github.copilot.CopilotRequestHandler
Packages that use CopilotRequestHandler
Package
Description
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of CopilotRequestHandler in com.github.copilot.rpc
Methods in com.github.copilot.rpc that return CopilotRequestHandlerModifier and TypeMethodDescriptionCopilotClientOptions.getRequestHandler()Gets the connection-level LLM inference request handler.Methods in com.github.copilot.rpc with parameters of type CopilotRequestHandlerModifier and TypeMethodDescriptionCopilotClientOptions.setRequestHandler(CopilotRequestHandler requestHandler) Sets a connection-level LLM inference request handler.