Class HTTPFunctions.httpRequest

  • Enclosing class:
    HTTPFunctions

    public static class HTTPFunctions.httpRequest
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.io.BufferedReader dataStream  
      java.util.Hashtable headers  
      java.lang.String method  
      java.util.Hashtable parameters  
      java.lang.String path  
    • Constructor Summary

      Constructors 
      Constructor Description
      httpRequest()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • method

        public java.lang.String method
      • path

        public java.lang.String path
      • parameters

        public java.util.Hashtable parameters
      • headers

        public java.util.Hashtable headers
      • dataStream

        public java.io.BufferedReader dataStream
    • Constructor Detail

      • httpRequest

        public httpRequest()