Class CumulocityHttpClient

java.lang.Object
org.glassfish.jersey.client.JerseyClient
com.cumulocity.sdk.client.CumulocityHttpClient
All Implemented Interfaces:
jakarta.ws.rs.client.Client, jakarta.ws.rs.core.Configurable<jakarta.ws.rs.client.Client>, AutoCloseable, org.glassfish.jersey.client.Initializable<org.glassfish.jersey.client.JerseyClient>

public class CumulocityHttpClient extends org.glassfish.jersey.client.JerseyClient
  • Method Summary

    Modifier and Type
    Method
    Description
    protected String
     
    void
     
    org.glassfish.jersey.client.JerseyWebTarget
    target(String path)
     

    Methods inherited from class org.glassfish.jersey.client.JerseyClient

    close, getConfiguration, getExecutorService, getHostnameVerifier, getScheduledExecutorService, getSslContext, invocation, isClosed, isDefaultSslContext, preInitialize, property, register, register, register, register, register, register, register, register, target, target, target

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • target

      public org.glassfish.jersey.client.JerseyWebTarget target(String path)
      Specified by:
      target in interface jakarta.ws.rs.client.Client
      Overrides:
      target in class org.glassfish.jersey.client.JerseyClient
    • resolvePath

      protected String resolvePath(String path)
    • setPlatformParameters

      public void setPlatformParameters(PlatformParameters platformParameters)