Package 

Object HeaderParameters

  • All Implemented Interfaces:

    
    public class HeaderParameters
    
                        

    Encoding of parameters into headers.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Iterable<Pair<String, String>> encode(Map<String, Object> parameters) Expand and encode parameters as headers.
      • Methods inherited from class kotlin.Any

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

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