Class PowerAuthRequestBody


  • public class PowerAuthRequestBody
    extends java.lang.Object
    Class representing HTTP request body.
    Author:
    Roman Strobl, roman.strobl@wultra.com
    • Constructor Summary

      Constructors 
      Constructor Description
      PowerAuthRequestBody()
      Default constructor for empty HTTP request body.
      PowerAuthRequestBody​(byte[] requestBytes)
      Constructor with HTTP request body bytes.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] getRequestBytes()
      Get HTTP request body bytes.
      • Methods inherited from class java.lang.Object

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

      • PowerAuthRequestBody

        public PowerAuthRequestBody()
        Default constructor for empty HTTP request body.
      • PowerAuthRequestBody

        public PowerAuthRequestBody​(byte[] requestBytes)
        Constructor with HTTP request body bytes.
        Parameters:
        requestBytes - HTTP request body bytes.
    • Method Detail

      • getRequestBytes

        public byte[] getRequestBytes()
        Get HTTP request body bytes.
        Returns:
        HTTP request body bytes.