Deprecated API


Contents
Deprecated Classes
org.xlightweb.BlockingBodyDataSource
          use BodyDataSource instead 
org.xlightweb.FormURLEncodedBody
          replaced by MultivalueMap 
 

Deprecated Methods
org.xlightweb.HttpUtils.compress(BlockingBodyDataSource)
            
org.xlightweb.HttpUtils.decompress(BlockingBodyDataSource)
            
org.xlightweb.IPart.getBlockingBody()
          use IPart.getBody() instead 
org.xlightweb.client.HttpClient.getFollowsRedirect()
            
org.xlightweb.client.HttpClient.isTreat302RedirectAs303()
            
org.xlightweb.client.HttpClient.setFollowsRedirect(boolean)
          use HttpClient#setFollowsRedirectMode(FollowsRedirectMode.ALL)) instead. 
org.xlightweb.client.HttpClient.setTreat302RedirectAs303(boolean)