Class OperationHttpProxy


  • public class OperationHttpProxy
    extends Object
    Used to define the proxy and the access information if the resource must be fetched through a proxy.
    • Constructor Detail

      • OperationHttpProxy

        public OperationHttpProxy()
    • Method Detail

      • getAddress

        @Nullable
        public @Nullable String getAddress()
        The address at which the proxy server can be reached.
        Returns:
        address
      • setAddress

        public void setAddress​(String address)
      • getPassword

        @Nullable
        public @Nullable String getPassword()
        Password if access to the proxy service requires authentication.
        Returns:
        password
      • setPassword

        public void setPassword​(String password)
      • getPort

        @Nullable
        public @Nullable Integer getPort()
        The port that should be used to access the proxy server. minimum: 0
        Returns:
        port
      • setPort

        public void setPort​(Integer port)
      • getUserName

        @Nullable
        public @Nullable String getUserName()
        Username if access to the proxy service requires authentication.
        Returns:
        userName
      • setUserName

        public void setUserName​(String userName)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object