Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jersey-dev] Help needed in jersey timeout

Hi Jersey Developers,

Greetings of the day !

I am a java developer using jersey for http communication.

I am facing one issue in which i need you guys suggestion.

I want request specific jersey timeout configuration. I know there is one way through which we can override the default timeout property but the issue is jersey is being used between different applications in our product.

I want that my application's should use the specific timeout other than the other applications.

If I change the default configuration of timeout then all application's timeout would be changed which I don't want.

Can you guys help me finding the solution of this issue.

Regards
Santosh


Back to the top