Class HttpRequest


  • public class HttpRequest
    extends Object
    Created by eugeniuparvan on 5/15/17.
    Author:
    Yuriy Movchan Date: 06/09/2019
    • Constructor Detail

      • HttpRequest

        public HttpRequest()
    • Method Detail

      • getSenderIP

        public String getSenderIP()
      • setSenderIP

        public void setSenderIP​(String senderIP)
      • getMethod

        public String getMethod()
      • setMethod

        public void setMethod​(String method)
      • getPath

        public String getPath()
      • setPath

        public void setPath​(String path)
      • getBody

        public String getBody()
      • setBody

        public void setBody​(String body)
      • getDuration

        public String getDuration()
      • setDuration

        public void setDuration​(String duration)