Hi,

I am using the Jetty HttpClient to talk to an application server. The
org.eclipse.jetty.client.ContentExchange class provides getResponseStatus()
method. For a successful HTTP request I get 200 as expected. How can I get
to the response message ("OK" in this case)? This message is going to be a
valuable source of information for us in case of other response statuses
(4XX and 5XX).

Thanks in advance,
Sachin
_______________________________________________
jetty-users mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/jetty-users

Reply via email to