Interface Transport

All Known Implementing Classes:
Java11HttpClientTransport

public interface Transport
A trivial "transport abstraction" to make possible pluggable implementations. Most obviously leans toward HTTP, but is not limited to.
Since:
TBD
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Trivial response.
  • Method Summary

    Modifier and Type
    Method
    Description
    get(String serviceUri, Map<String,String> headers)
    This method should issue HTTP GET requests using serviceUri and return response.
    head(String serviceUri, Map<String,String> headers)
    This method should issue HTTP HEAD requests using serviceUri and return response.