Uses of Enum Class
com.github.copilot.CopilotRequestTransport
Packages that use CopilotRequestTransport
-
Uses of CopilotRequestTransport in com.github.copilot
Subclasses with type arguments of type CopilotRequestTransport in com.github.copilotModifier and TypeClassDescriptionenumThe transport the runtime would otherwise use to issue an intercepted model-layer request.Methods in com.github.copilot that return CopilotRequestTransportModifier and TypeMethodDescriptionCopilotRequestContext.transport()Gets the transport the runtime would otherwise use.static CopilotRequestTransportReturns the enum constant of this class with the specified name.static CopilotRequestTransport[]CopilotRequestTransport.values()Returns an array containing the constants of this enum class, in the order they are declared.