The NIO httpcomponents client tutorial (•Basic non-blocking HTTP client) uses 2 classes which are missing from 4.0.1 release. so.... downloaded 4.1-SNAPSHOT. Classes are still missing. Downloaded the two files (found them w/ a google search). Added them to my project.
Now ImmutableHttpProcessor is okay, but SyncBasicHttpParams is not good because it extends the class BasicHttpParams which in both the 4.0.1 release and the 4.1-SNAPSHOT is a final class. can we get this remedied as I would like to try out the NIO implementation to see if that helps the performance of my use case? Thanks. -- View this message in context: http://www.nabble.com/SynchBasicHttpParams-and-ImmutableHttpProcessor-missing-tp25275401p25275401.html Sent from the HttpClient-User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
