Uses of Class
org.yamcs.api.WebSocketTopic
Packages that use WebSocketTopic
-
Uses of WebSocketTopic in org.yamcs.api
Fields in org.yamcs.api with type parameters of type WebSocketTopicModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<WebSocketTopic>WebSocketTopic.PARSERDeprecated.static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.MethodOptions,WebSocketTopic> AnnotationsProto.websocketextend .google.protobuf.MethodOptions { ... }Methods in org.yamcs.api that return WebSocketTopicModifier and TypeMethodDescriptionWebSocketTopic.Builder.build()WebSocketTopic.Builder.buildPartial()WebSocketTopic.Builder.getAdditionalBindings(int index) repeated .yamcs.api.WebSocketTopic additional_bindings = 3;WebSocketTopic.getAdditionalBindings(int index) repeated .yamcs.api.WebSocketTopic additional_bindings = 3;WebSocketTopicOrBuilder.getAdditionalBindings(int index) repeated .yamcs.api.WebSocketTopic additional_bindings = 3;static WebSocketTopicWebSocketTopic.getDefaultInstance()WebSocketTopic.Builder.getDefaultInstanceForType()WebSocketTopic.getDefaultInstanceForType()static WebSocketTopicWebSocketTopic.parseDelimitedFrom(InputStream input) static WebSocketTopicWebSocketTopic.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static WebSocketTopicWebSocketTopic.parseFrom(byte[] data) static WebSocketTopicWebSocketTopic.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static WebSocketTopicWebSocketTopic.parseFrom(com.google.protobuf.ByteString data) static WebSocketTopicWebSocketTopic.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static WebSocketTopicWebSocketTopic.parseFrom(com.google.protobuf.CodedInputStream input) static WebSocketTopicWebSocketTopic.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static WebSocketTopicWebSocketTopic.parseFrom(InputStream input) static WebSocketTopicWebSocketTopic.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static WebSocketTopicWebSocketTopic.parseFrom(ByteBuffer data) static WebSocketTopicWebSocketTopic.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.yamcs.api that return types with arguments of type WebSocketTopicModifier and TypeMethodDescriptionWebSocketTopic.Builder.getAdditionalBindingsList()repeated .yamcs.api.WebSocketTopic additional_bindings = 3;WebSocketTopic.getAdditionalBindingsList()repeated .yamcs.api.WebSocketTopic additional_bindings = 3;WebSocketTopicOrBuilder.getAdditionalBindingsList()repeated .yamcs.api.WebSocketTopic additional_bindings = 3;com.google.protobuf.Parser<WebSocketTopic>WebSocketTopic.getParserForType()static com.google.protobuf.Parser<WebSocketTopic>WebSocketTopic.parser()Methods in org.yamcs.api with parameters of type WebSocketTopicModifier and TypeMethodDescriptionWebSocketTopic.Builder.addAdditionalBindings(int index, WebSocketTopic value) repeated .yamcs.api.WebSocketTopic additional_bindings = 3;WebSocketTopic.Builder.addAdditionalBindings(WebSocketTopic value) repeated .yamcs.api.WebSocketTopic additional_bindings = 3;WebSocketTopic.Builder.mergeFrom(WebSocketTopic other) static WebSocketTopic.BuilderWebSocketTopic.newBuilder(WebSocketTopic prototype) WebSocketTopic.Builder.setAdditionalBindings(int index, WebSocketTopic value) repeated .yamcs.api.WebSocketTopic additional_bindings = 3;Method parameters in org.yamcs.api with type arguments of type WebSocketTopicModifier and TypeMethodDescriptionWebSocketTopic.Builder.addAllAdditionalBindings(Iterable<? extends WebSocketTopic> values) repeated .yamcs.api.WebSocketTopic additional_bindings = 3; -
Uses of WebSocketTopic in org.yamcs.http
Methods in org.yamcs.http that return WebSocketTopicMethods in org.yamcs.http that return types with arguments of type WebSocketTopicConstructors in org.yamcs.http with parameters of type WebSocketTopicModifierConstructorDescriptionRpcDescriptor(String service, String method, com.google.protobuf.DescriptorProtos.DescriptorProto inputType, com.google.protobuf.DescriptorProtos.DescriptorProto outputType, WebSocketTopic websocketTopic)