Uses of Enum
jline.streaming.StreamingOptions.TransportType
Packages that use StreamingOptions.TransportType
-
Uses of StreamingOptions.TransportType in jline.streaming
Fields in jline.streaming declared as StreamingOptions.TransportTypeModifier and TypeFieldDescriptionStreamingOptions.transportTransport type: HTTP (recommended) or GRPCMethods in jline.streaming that return StreamingOptions.TransportTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static StreamingOptions.TransportType[]StreamingOptions.TransportType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jline.streaming with parameters of type StreamingOptions.TransportTypeModifier and TypeMethodDescriptionStreamingOptions.transport(StreamingOptions.TransportType transport) Set the transport type.