Uses of Class
com.microsoft.tfs.core.httpclient.StatusLine

Packages that use StatusLine
com.microsoft.tfs.core.httpclient Classes and interfaces supporting the client side of the HTTP protocol. 
 

Uses of StatusLine in com.microsoft.tfs.core.httpclient
 

Fields in com.microsoft.tfs.core.httpclient declared as StatusLine
protected  StatusLine HttpMethodBase.statusLine
          The Status-Line from the response.
 

Methods in com.microsoft.tfs.core.httpclient that return StatusLine
 StatusLine HttpMethodBase.getStatusLine()
          Provides access to the response status line.
 StatusLine HttpMethod.getStatusLine()
          Returns the Status-Line from the most recent response for this method, or null if the method has not been executed.
 



© 2015 Microsoft. All rights reserved.