Uses of Class
org.yamcs.protobuf.StreamCommandsRequest
Packages that use StreamCommandsRequest
-
Uses of StreamCommandsRequest in org.yamcs.http.api
Methods in org.yamcs.http.api with parameters of type StreamCommandsRequestModifier and TypeMethodDescriptionvoid
CommandsApi.streamCommands
(Context ctx, StreamCommandsRequest request, Observer<Commanding.CommandHistoryEntry> observer) -
Uses of StreamCommandsRequest in org.yamcs.protobuf
Fields in org.yamcs.protobuf with type parameters of type StreamCommandsRequestModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<StreamCommandsRequest>
StreamCommandsRequest.PARSER
Deprecated.Methods in org.yamcs.protobuf that return StreamCommandsRequestModifier and TypeMethodDescriptionStreamCommandsRequest.Builder.build()
StreamCommandsRequest.Builder.buildPartial()
static StreamCommandsRequest
StreamCommandsRequest.getDefaultInstance()
StreamCommandsRequest.Builder.getDefaultInstanceForType()
StreamCommandsRequest.getDefaultInstanceForType()
static StreamCommandsRequest
StreamCommandsRequest.parseDelimitedFrom
(InputStream input) static StreamCommandsRequest
StreamCommandsRequest.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StreamCommandsRequest
StreamCommandsRequest.parseFrom
(byte[] data) static StreamCommandsRequest
StreamCommandsRequest.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StreamCommandsRequest
StreamCommandsRequest.parseFrom
(com.google.protobuf.ByteString data) static StreamCommandsRequest
StreamCommandsRequest.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StreamCommandsRequest
StreamCommandsRequest.parseFrom
(com.google.protobuf.CodedInputStream input) static StreamCommandsRequest
StreamCommandsRequest.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StreamCommandsRequest
StreamCommandsRequest.parseFrom
(InputStream input) static StreamCommandsRequest
StreamCommandsRequest.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StreamCommandsRequest
StreamCommandsRequest.parseFrom
(ByteBuffer data) static StreamCommandsRequest
StreamCommandsRequest.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.yamcs.protobuf that return types with arguments of type StreamCommandsRequestModifier and TypeMethodDescriptioncom.google.protobuf.Parser<StreamCommandsRequest>
StreamCommandsRequest.getParserForType()
static com.google.protobuf.Parser<StreamCommandsRequest>
StreamCommandsRequest.parser()
Methods in org.yamcs.protobuf with parameters of type StreamCommandsRequestModifier and TypeMethodDescriptionStreamCommandsRequest.Builder.mergeFrom
(StreamCommandsRequest other) StreamCommandsRequest.newBuilder
(StreamCommandsRequest prototype) abstract void
AbstractCommandsApi.streamCommands
(T ctx, StreamCommandsRequest request, Observer<Commanding.CommandHistoryEntry> observer) Streams back commandsfinal void
CommandsApiClient.streamCommands
(Void ctx, StreamCommandsRequest request, Observer<Commanding.CommandHistoryEntry> observer) Streams back commands