Class HttpDataAddress

java.lang.Object
org.eclipse.edc.spi.types.domain.DataAddress
org.eclipse.edc.connector.dataplane.http.spi.HttpDataAddress

public class HttpDataAddress extends org.eclipse.edc.spi.types.domain.DataAddress
This is a wrapper class for the DataAddress object, which has typed accessors for properties specific to a http endpoint.
  • Field Details

  • Method Details

    • getName

      public String getName()
    • getBaseUrl

      public String getBaseUrl()
    • getPath

      public String getPath()
    • getQueryParams

      public String getQueryParams()
    • getMethod

      public String getMethod()
    • getAuthKey

      public String getAuthKey()
    • getAuthCode

      public String getAuthCode()
    • getSecretName

      public String getSecretName()
    • getProxyBody

      public String getProxyBody()
    • getProxyPath

      public String getProxyPath()
    • getProxyQueryParams

      public String getProxyQueryParams()
    • getProxyMethod

      public String getProxyMethod()
    • getContentType

      public String getContentType()
    • getAdditionalHeaders

      public Map<String,String> getAdditionalHeaders()
    • getNonChunkedTransfer

      public boolean getNonChunkedTransfer()