Interface Capability


public interface Capability
A P2P protocol capability for plugin use.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the name of the protocol.
    int
    Get the version of the protocol.
  • Method Details

    • getName

      String getName()
      Get the name of the protocol.
      Returns:
      protocol name
    • getVersion

      int getVersion()
      Get the version of the protocol.
      Returns:
      protocol version