4k buffer limit?

2011-05-11 Thread Christine Karman
do wrong to chop the input at around 4030 characters? Thanks in advance dagdag Christine - To unsubscribe, e-mail: httpclient-users-unsubscr...@hc.apache.org For additional commands, e-mail: httpclient-users-h

Re: 4k buffer limit?

2011-05-11 Thread Christine
on a bufferedreader. But Oleg just remarked that that may not be efficient. I found the problem, it was not in HttpClient. Thanks for the replies. dagdag Christine If you post your code we may be able to give you a more specific answer. Sent from Incredible Android. On May 11, 2011 1:06 PM, Christine

Re: inputstreambody string argument?

2010-01-28 Thread Christine
Oleg Kalnichevski wrote: The String argument represents a file name, if known, and is optional (can be null). Hope this helps It does. Thanks! dagdag Christine Oleg - To unsubscribe, e-mail: httpclient-users-unsubscr

Re: Using multiple IP addresses

2009-12-15 Thread Christine Karman
instance of HttpClient to do so, and one connectionManager? dagdag Christine Thanks, Tony -- dagdag is just a two-character rotation of byebye. - To unsubscribe, e-mail: httpclient-users-unsubscr...@hc.apache.org

Re: MultipartEntity and HttpMultipart

2009-11-16 Thread Christine Karman
remember there were some issues with setting and getting the content type, I don't know if that has been fixed or not. Christine Also, what is the relation between these sets of entity classes - the HttpEntity implentations appear in the entity package and the others appear in the mime package

Re: Redirect on authentication

2009-02-27 Thread Christine Karman
On Thu, 2009-02-26 at 07:26 -0800, bo wrote: sebb - in my original post I'm referring to Firebug - would you recommend a better tool? I like Wireshark, saves me a lot of time when I do things similar to what you are doing. I use it a lot. Christine On Thu, Feb 26, 2009 at 5:34 AM, sebb seb

No wrapped connection

2009-01-26 Thread Christine
anyone recognize this? I'm at a loss... Christine - To unsubscribe, e-mail: httpclient-users-unsubscr...@hc.apache.org For additional commands, e-mail: httpclient-users-h...@hc.apache.org

Re: No wrapped connection

2009-01-26 Thread Christine
the error. Christine Oleg - To unsubscribe, e-mail: httpclient-users-unsubscr...@hc.apache.org For additional commands, e-mail: httpclient-users-h...@hc.apache.org

Re: Best way to unescape encoded URLs

2009-01-11 Thread Christine Karman
I use Apache htmlStringUtils for that but I'm interested in another solution. Christine Bill Higgins billh...@gmail.com wrote: I realize that this is not strictly an HttpComponents question but Googling around it looks like Oleg has felt the pain of this area of Java. :-) I have a little proxy

Re: httpclient timeout: https vs. http

2008-11-18 Thread Christine
On Tue, 2008-11-18 at 17:30 +0100, Christine wrote: How do I set a timeout on a connectionmanager in HttpClient 4.0? Does it have a default timeout? Err, right. I found it. I use params.setParameter(HttpConnectionParams.CONNECTION_TIMEOUT, 1); Christine - confused because her cat is very

Re: Set Content type for multipart

2008-10-31 Thread Christine
. This is what I have: httpPost.setParams(params); httpPost.setEntity(multipartEntity); httpPost.addHeader(Authorization, GoogleLogin auth= + mAuthToken); httpPost.addHeader(Content-Type, image/jpeg); Christine This code: -- File file

Re: Set Content type for multipart

2008-10-31 Thread Christine
You can extend FileBody, and extend getContentType to return what you set with a new method setContentType Christine On Fri, 2008-10-31 at 09:06 +0100, Andreas Reichel wrote: Hi all, I've tried several hours without success to create a multipart, that has Content-Type: image/png. This code

Re: Set Content type for multipart

2008-10-31 Thread Christine
Actually, subclassing MultipartEntity only works if you override generateContent with a fixed return string. I made a setMimeType method that sets a mimeType that is returned in the generateContentType, but that returns null. So I now subclass MultipartEntity, but there's only one content type

Re: MultithreadedHttpConnectionManager and high loads

2008-10-28 Thread Christine
waiting there ;-)), Do you mean that you have a number of threads reading from the same source? What exactly do you mean by all over the place? dagdag Christine and I don't think it is necessary - it should be possible to read settings without having to acquire locks first. We found some

Re: Multipart

2008-10-26 Thread Christine
/httpcomponents/httpmime/ http://hc.apache.org/downloads.cgi ok, thanks, hadn't seen that. Again, it works like a charm. dagdag Christine Oleg - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: Multipart

2008-10-26 Thread Christine
have it, but it's not availaible to developers. Christine -- dagdag is just a two character rotation of byebye www.christine.nl - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: CLOSE_WAIT

2008-10-20 Thread Christine
, in plain English. Christine -- dagdag is just a two character rotation of byebye www.christine.nl - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Multiple calls to HttpClient

2008-10-15 Thread Christine
threads? Christine - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- dagdag is just a two character rotation of byebye www.christine.nl

Re: Multiple calls to HttpClient

2008-10-14 Thread Christine
connections properly? Christine Oleg - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

Re: Preemptive authentication throws IllegalStateException using ISA proxy server

2008-10-14 Thread Christine
On Tue, 2008-10-14 at 13:07 -0700, Henrich Kraemer wrote: 49 WARNING 07:04.26 Required proxy credentials not available for BASIC any realm@proxy.ra.company.com:8080 Does this mean that your authentication has been initialized, but not properly? Hence the error further down? Christine

Re: Multiple calls to HttpClient

2008-10-14 Thread Christine
. Christine Hope this helps Oleg Oleg - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED