For HTTP communications in Java, I normally use the HttpClient library. However, my latest project utilizes the Eclipse API. Are there features in the API that have the same capabilities as HttpClient?
As implied, this particular project requires me to use GET, PUT, and POST requests. I also need to post multipart MIMEs where the Content-Disposition for supplied information is usually going to be "attachment."