Uses of Enum Class
com.github.copilot.generated.McpServerTransport
Packages that use McpServerTransport
-
Uses of McpServerTransport in com.github.copilot.generated
Methods in com.github.copilot.generated that return McpServerTransportModifier and TypeMethodDescriptionstatic McpServerTransportMcpServersLoadedServer.transport()Returns the value of thetransportrecord component.static McpServerTransportReturns the enum constant of this class with the specified name.static McpServerTransport[]McpServerTransport.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.github.copilot.generated with parameters of type McpServerTransportModifierConstructorDescriptionMcpServersLoadedServer(String name, McpServerStatus status, McpServerSource source, String error, McpServerTransport transport, String pluginName, String pluginVersion) Creates an instance of aMcpServersLoadedServerrecord class.