Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] HttpClient & session management

On Jan 5, 2011, at 4:34 AM, Jan Bartel wrote:

> Alex,
> 
> I don't know what version of jetty you're using, but the
> method signature for onResponseHeader for the latest jetty
> is not (ByteBuffer,ByteBuffer) but (org.eclipse.jetty.io.Buffer, org.eclipse.jetty.io.Buffer).
> 

Ah!  That was my problem.  Using the wrong signature meant my callback was never being called when new headers were available.  Forgive a Java noob his ignorance. :)

Thanks much!

alex



Back to the top