Class ProtocolOptions

java.lang.Object
com.openfin.desktop.channel.ProtocolOptions

public class ProtocolOptions
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    ProtocolOptions​(java.lang.String name, int version)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getName()  
    int getVersion()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ProtocolOptions

      public ProtocolOptions​(java.lang.String name, int version)
  • Method Details