httpcore

Using HttpCore from a blackberry

I am trying to port an android app to run on a blackberry 8800. One of the classes makes http requests through apache HttpCore. I get the following error: The type java.lang.reflect.Type cannot be resolved. It is indirectly referenced from required .class files ProjectFoo-BBerry/src/com/projectfoo/ws/rest/ProjectFooClient.java (line 1...

How to get the whole entity from get request using httpcore library

I'm using Apache Http-core library but i'm having a problem with the entity of the httpResponse message. It seems like sometimes, when I receive a Http response, with multiple TCP packets, the last packet is discarded, for some reason. The class used for this propuse is this: public class HttpSocketHandler { private String address; pri...