Class ProtobufRegistry

java.lang.Object
org.yamcs.http.ProtobufRegistry

public class ProtobufRegistry extends Object
  • Constructor Details

    • ProtobufRegistry

      public ProtobufRegistry()
  • Method Details

    • importDefinitions

      public void importDefinitions(InputStream in) throws IOException
      Throws:
      IOException
    • getExtensionRegistry

      public com.google.protobuf.ExtensionRegistry getExtensionRegistry()
    • getRpc

      public RpcDescriptor getRpc(String id)
    • getExtensions

      public List<com.google.protobuf.ExtensionRegistry.ExtensionInfo> getExtensions(com.google.protobuf.Descriptors.Descriptor messageType)
      Returns extensions for a specific Message type in the order as they have been defined