Interface UrlAccessor

All Known Subinterfaces:
HttpRequest, HttpRequestBuilder<B>, UrlAccessor.UrlProperty
All Known Implementing Classes:
AbstractHttpRequest, BadGatewayException, BadGatewayRuntimeException, BadInvocationException, BadInvocationRuntimeException, BadRequestException, BadRequestRuntimeException, BadResponseException, BadResponseRuntimeException, BasicAuthFailureException, BasicAuthFailureRuntimeException, BasicAuthRequest, BasicAuthRequiredException, BasicAuthRequiredRuntimeException, ConflictException, ConflictRuntimeException, ExpectationFailedException, ExpectationFailedRuntimeException, FailedDependencyException, FailedDependencyRuntimeException, ForbiddenException, ForbiddenRuntimeException, GatewayTimeoutException, GatewayTimeoutRuntimeException, GoneException, GoneRuntimeException, HttpClientRequest, HttpClientResponse, HttpResponseException, HttpResponseRuntimeException, HttpServerRequest, HttpStatusException, HttpStatusRuntimeException, HttpVersionNotSupportedException, HttpVersionNotSupportedRuntimeException, InsufficientSpaceOnResourceException, InsufficientSpaceOnResourceRuntimeException, InsufficientStorageException, InsufficientStorageRuntimeException, InternalClientErrorException, InternalClientErrorRuntimeException, InternalServerErrorException, InternalServerErrorRuntimeException, LengthRequiredException, LengthRequiredRuntimeException, LockedException, LockedRuntimeException, MethodFailureException, MethodFailureRuntimeException, MethodNotAllowedException, MethodNotAllowedRuntimeException, MovedPermanentlyException, MovedPermanentlyRuntimeException, MovedTemporarilyException, MovedTemporarilyRuntimeException, MultipleChoicesException, MultipleChoicesRuntimeException, MultiStatusException, MultiStatusRuntimeException, NoContentException, NoContentRuntimeException, NonAuthoritativeInformationException, NonAuthoritativeInformationRuntimeException, NotAcceptableException, NotAcceptableRuntimeException, NotFoundException, NotFoundRuntimeException, NotImplementedException, NotImplementedRuntimeException, NotModifiedException, NotModifiedRuntimeException, PartialContentException, PartialContentRuntimeException, PaymentRequiredException, PaymentRequiredRuntimeException, PreconditionFailedException, PreconditionFailedRuntimeException, ProxyAuthenticationRequiredException, ProxyAuthenticationRequiredRuntimeException, ReauthenticationRequiredException, ReauthenticationRequiredRuntimeException, RequestedRangeNotSatisfiableException, RequestedRangeNotSatisfiableRuntimeException, RequestTimeoutException, RequestTimeoutRuntimeException, RequestTooLongException, RequestTooLongRuntimeException, RequestUriTooLongException, RequestUriTooLongRuntimeException, ResetContentException, ResetContentRuntimeException, SeeOtherException, SeeOtherRuntimeException, ServiceUnavailableException, ServiceUnavailableRuntimeException, TemporaryRedirectException, TemporaryRedirectRuntimeException, UnassignedStatusCodeException, UnassignedStatusCodeRuntimeException, UnauthorizedException, UnauthorizedRuntimeException, UnavailableForLegalReasonsException, UnavailableForLegalReasonsRuntimeException, UnprocessableEntityException, UnprocessableEntityRuntimeException, UnsupportedMediaTypeException, UnsupportedMediaTypeRuntimeException, UseProxyException, UseProxyRuntimeException, VersionNotSupportedException, VersionNotSupportedRuntimeException

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.