Interface ProtocolMethod

All Known Implementing Classes:
ProtocolMethod.General

public interface ProtocolMethod
The HTTP method
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
    General methods that are often used for RestfulAPI services
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the protocol context
    Get the protocol name
  • Method Details

    • name

      String name()
      Get the protocol name
      Returns:
    • getContext

      HTTPContext getContext()
      Get the protocol context
      Returns: