users@jersey.java.net

getting the allowed methods from the apache http client api

From: Arul Dhesiaseelan <arul_at_fluxcorp.com>
Date: Fri, 20 Mar 2009 10:26:51 -0600

I am trying to invoke OPTIONS method on the ApacheHttpClient API and I
am getting the ClientResponse with all the allowedMethods, but there is
no API to get the supported methods from HttpClientResponse in
ApacheHttpClientHandler.
Is there a way to get the list of allowed methods from the ClientResponse?

-Arul