Class KymaHttpHelper


  • public class KymaHttpHelper
    extends java.lang.Object
    Helper class for creating http communication with kyma.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String[] getCiphers()  
      static org.springframework.http.HttpHeaders getDefaultHeaders()
      Makes some default http headers for communication with kyma
      • Methods inherited from class java.lang.Object

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

      • getDefaultHeaders

        public static org.springframework.http.HttpHeaders getDefaultHeaders()
        Makes some default http headers for communication with kyma
        Returns:
        default headers
      • getCiphers

        public static java.lang.String[] getCiphers()