All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jdesktop.http.package.html Maven / Gradle / Ivy

Go to download

Set of utilities and widgets to simplify interaction of Swing based GUIs with the web applications of any kind.

The newest version!



  
    
  
  
    

Contains API for working with http. The classes in this package require the Apache HttpClient library (and associated dependencies). The HttpComponents project (also from Apache) aims to be a replacement for HttpClient, at which time (when it is finished) we may well switch. This means:

  • We don't want to be tied to a particular external library
  • We need higher level constructs

It is these higher level constructs which are in this package. This package also introduces helpers for working with DOM, XPath, and HTML and includes some dependencies on JTidy for, well, tidying up broken HTML.

This package includes:

  • An HTML processor (JTidy)
  • Cookie Manager (HttpClient)
  • Password Manager (HttpClient)
  • Session Manager




© 2015 - 2025 Weber Informatics LLC | Privacy Policy