Interface UrlAccessor

All Known Subinterfaces:
HttpRequest, HttpRequestBuilder<B>, UrlAccessor.UrlProperty
All Known Implementing Classes:
AbstractHttpRequest, BasicAuthRequest, HttpClientRequest, HttpClientResponse, HttpServerRequest

public interface UrlAccessor
Provides an accessor for a Url property..
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Provides a builder method for a Url property returning the builder for applying multiple build operations.
    static interface 
    Provides a mutator for a Url property.
    static interface 
    Provides a Url property.
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves the Url from the Url property.
  • Method Details

    • getUrl

      Url getUrl()
      Retrieves the Url from the Url property.
      Returns:
      The Url stored by the Url property.