Interface RestTarget


public interface RestTarget
Represents a Web target for RESTful API access. Abstracted from Glassfish/Jersey.
Author:
Holger Eichelberger, SSE
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Represents a request invocation.
    static interface 
    Represents a request.
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates a request.
  • Method Details

    • createRequest

      RestTarget.Request createRequest()
      Creates a request.
      Returns:
      the request