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 TypeMethodDescriptionvoidCommandsApi.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.PARSERDeprecated.Methods in org.yamcs.protobuf that return StreamCommandsRequestModifier and TypeMethodDescriptionStreamCommandsRequest.Builder.build()StreamCommandsRequest.Builder.buildPartial()static StreamCommandsRequestStreamCommandsRequest.getDefaultInstance()StreamCommandsRequest.Builder.getDefaultInstanceForType()StreamCommandsRequest.getDefaultInstanceForType()static StreamCommandsRequestStreamCommandsRequest.parseDelimitedFrom(InputStream input) static StreamCommandsRequestStreamCommandsRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StreamCommandsRequestStreamCommandsRequest.parseFrom(byte[] data) static StreamCommandsRequestStreamCommandsRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StreamCommandsRequestStreamCommandsRequest.parseFrom(com.google.protobuf.ByteString data) static StreamCommandsRequestStreamCommandsRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StreamCommandsRequestStreamCommandsRequest.parseFrom(com.google.protobuf.CodedInputStream input) static StreamCommandsRequestStreamCommandsRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StreamCommandsRequestStreamCommandsRequest.parseFrom(InputStream input) static StreamCommandsRequestStreamCommandsRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StreamCommandsRequestStreamCommandsRequest.parseFrom(ByteBuffer data) static StreamCommandsRequestStreamCommandsRequest.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 voidAbstractCommandsApi.streamCommands(T ctx, StreamCommandsRequest request, Observer<Commanding.CommandHistoryEntry> observer) Streams back commandsfinal voidCommandsApiClient.streamCommands(Void ctx, StreamCommandsRequest request, Observer<Commanding.CommandHistoryEntry> observer) Streams back commands