Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jersey-dev] Writing resposne without blocking thread

Hi,

I was wondering if Jersey supports an implementation of AsyncResponse.resume() in which when it takes a thread from the pool, it doesn't block it for the I/O calls - i.e. like Jetty or Jetty supports writing an object without blocking a thread for the I/O itself.

Thanks,

Asaf


Back to the top