Interface RestClient

    • Method Detail

      • withUserAgent

        default RestClient withUserAgent​(java.lang.String aUserAgent)
        Specified by:
        withUserAgent in interface org.refcodes.net.UserAgentAccessor.UserAgentBuilder<RestClient>
      • withSessionCorrelation

        default RestClient withSessionCorrelation​(boolean hasSessionCorrelation)
        Specified by:
        withSessionCorrelation in interface org.refcodes.runtime.SessionCorrelation<RestClient>
      • withEnableSessionCorrelation

        default RestClient withEnableSessionCorrelation​()
        Specified by:
        withEnableSessionCorrelation in interface org.refcodes.runtime.SessionCorrelation<RestClient>
      • withDisableSessionCorrelation

        default RestClient withDisableSessionCorrelation​()
        Specified by:
        withDisableSessionCorrelation in interface org.refcodes.runtime.SessionCorrelation<RestClient>
      • withRequestCorrelation

        default RestClient withRequestCorrelation​(boolean hasRequestCorrelation)
        Specified by:
        withRequestCorrelation in interface org.refcodes.runtime.RequestCorrelation<RestClient>
      • withEnableRequestCorrelation

        default RestClient withEnableRequestCorrelation​()
        Specified by:
        withEnableRequestCorrelation in interface org.refcodes.runtime.RequestCorrelation<RestClient>
      • withDisableRequestCorrelation

        default RestClient withDisableRequestCorrelation​()
        Specified by:
        withDisableRequestCorrelation in interface org.refcodes.runtime.RequestCorrelation<RestClient>