Uses of Package
com.microsoft.tfs.core.httpclient

Packages that use com.microsoft.tfs.core.httpclient
com.microsoft.tfs.core   
com.microsoft.tfs.core.config   
com.microsoft.tfs.core.config.httpclient   
com.microsoft.tfs.core.config.httpclient.internal   
com.microsoft.tfs.core.config.webservice   
com.microsoft.tfs.core.credentials   
com.microsoft.tfs.core.httpclient Classes and interfaces supporting the client side of the HTTP protocol. 
com.microsoft.tfs.core.httpclient.auth Provides implementation of various authentication schemes as well as utility classes that can be used to authenticate HTTP requests. 
com.microsoft.tfs.core.httpclient.cookie Provides cookie handling in conjunction with org.apache.commons.httpclient.Cookie
com.microsoft.tfs.core.httpclient.methods Classes implementing org.apache.commons.httpclient.HttpMethod for the base HTTP methods. 
com.microsoft.tfs.core.httpclient.params HttpClient preferences framework. 
com.microsoft.tfs.core.httpclient.protocol Provides protocol specific socket factory handling. 
com.microsoft.tfs.core.httpclient.util Provides some utility classes for use by HttpClient. 
com.microsoft.tfs.core.util   
 

Classes in com.microsoft.tfs.core.httpclient used by com.microsoft.tfs.core
Credentials
           Authentication credentials.
HttpClient
           An HTTP "user-agent", containing an HTTP state and one or more HTTP connections, to which HTTP methods can be applied.
 

Classes in com.microsoft.tfs.core.httpclient used by com.microsoft.tfs.core.config
Credentials
           Authentication credentials.
 

Classes in com.microsoft.tfs.core.httpclient used by com.microsoft.tfs.core.config.httpclient
Credentials
           Authentication credentials.
HostConfiguration
          Holds all of the variables needed to describe an HTTP connection to a host.
HttpClient
           An HTTP "user-agent", containing an HTTP state and one or more HTTP connections, to which HTTP methods can be applied.
HttpConnectionManager
          An interface for classes that manage HttpConnections.
HttpState
           A container for HTTP attributes that may persist from request to request, such as cookies and authentication credentials.
 

Classes in com.microsoft.tfs.core.httpclient used by com.microsoft.tfs.core.config.httpclient.internal
ConnectTimeoutException
          A timeout while connecting to an HTTP server or waiting for an available connection from an HttpConnectionManager.
 

Classes in com.microsoft.tfs.core.httpclient used by com.microsoft.tfs.core.config.webservice
HttpClient
           An HTTP "user-agent", containing an HTTP state and one or more HTTP connections, to which HTTP methods can be applied.
 

Classes in com.microsoft.tfs.core.httpclient used by com.microsoft.tfs.core.credentials
Cookie
           HTTP "magic-cookie" represents a piece of state information that the HTTP agent and the target server can exchange to maintain a session.
Credentials
           Authentication credentials.
 

Classes in com.microsoft.tfs.core.httpclient used by com.microsoft.tfs.core.httpclient
ConnectionPoolTimeoutException
          A timeout while connecting waiting for an available connection from an HttpConnectionManager.
ConnectMethod
          Establishes a tunneled HTTP connection via the CONNECT method.
ConnectTimeoutException
          A timeout while connecting to an HTTP server or waiting for an available connection from an HttpConnectionManager.
Cookie
           HTTP "magic-cookie" represents a piece of state information that the HTTP agent and the target server can exchange to maintain a session.
Credentials
           Authentication credentials.
Header
           An HTTP header.
HeaderElement
           One element of an HTTP header's value.
HeaderGroup
          A class for combining a set of headers.
HostConfiguration
          Holds all of the variables needed to describe an HTTP connection to a host.
HttpConnection
          An abstraction of an HTTP InputStream and OutputStream pair, together with the relevant attributes.
HttpConnectionManager
          An interface for classes that manage HttpConnections.
HttpException
          Signals that an HTTP or HttpClient exception has occurred.
HttpHost
          Holds all of the variables needed to describe an HTTP connection to a host.
HttpMethod
           HttpMethod interface represents a request to be sent via a HTTP connection and a corresponding response.
HttpMethodBase
          An abstract base implementation of HttpMethod.
HttpMethodRetryHandler
          A handler for determining if an HttpMethod should be retried after a recoverable exception during execution.
HttpRecoverableException
          Deprecated. no longer used
HttpState
           A container for HTTP attributes that may persist from request to request, such as cookies and authentication credentials.
HttpsURL
          The HTTPS URL.
HttpURL
          The HTTP URL.
HttpVersion
           HTTP version, as specified in RFC 2616.
MethodRetryHandler
          Deprecated. use HttpMethodRetryHandler
NameValuePair
           A simple class encapsulating a name/value pair.
PreemptiveUsernamePasswordCredentials
          A modification of the standard username/password credentials that support preemptive authentication.
ProtocolException
          Signals that an HTTP protocol violation has occurred.
ProxyClient.ConnectResponse
          Contains the method used to execute the connect along with the created socket.
ProxyHost
          Holds all of the variables needed to describe an HTTP connection to a proxy.
RedirectException
          Signals violation of HTTP specification caused by an invalid redirect
StatusLine
          Represents a Status-Line as returned from a HTTP server.
URI
          The interface for the URI(Uniform Resource Identifiers) version of RFC 2396.
URI.DefaultCharsetChanged
          The charset-changed normal operation to represent to be required to alert to user the fact the default charset is changed.
URIException
          The URI parsing and escape encoding exception.
UsernamePasswordCredentials
           Username and password Credentials.
 

Classes in com.microsoft.tfs.core.httpclient used by com.microsoft.tfs.core.httpclient.auth
Credentials
           Authentication credentials.
Header
           An HTTP header.
HttpException
          Signals that an HTTP or HttpClient exception has occurred.
HttpMethod
           HttpMethod interface represents a request to be sent via a HTTP connection and a corresponding response.
HttpState
           A container for HTTP attributes that may persist from request to request, such as cookies and authentication credentials.
ProtocolException
          Signals that an HTTP protocol violation has occurred.
UsernamePasswordCredentials
           Username and password Credentials.
 

Classes in com.microsoft.tfs.core.httpclient used by com.microsoft.tfs.core.httpclient.cookie
Cookie
           HTTP "magic-cookie" represents a piece of state information that the HTTP agent and the target server can exchange to maintain a session.
Header
           An HTTP header.
HttpException
          Signals that an HTTP or HttpClient exception has occurred.
NameValuePair
           A simple class encapsulating a name/value pair.
ProtocolException
          Signals that an HTTP protocol violation has occurred.
 

Classes in com.microsoft.tfs.core.httpclient used by com.microsoft.tfs.core.httpclient.methods
HttpConnection
          An abstraction of an HTTP InputStream and OutputStream pair, together with the relevant attributes.
HttpException
          Signals that an HTTP or HttpClient exception has occurred.
HttpMethod
           HttpMethod interface represents a request to be sent via a HTTP connection and a corresponding response.
HttpMethodBase
          An abstract base implementation of HttpMethod.
HttpState
           A container for HTTP attributes that may persist from request to request, such as cookies and authentication credentials.
NameValuePair
           A simple class encapsulating a name/value pair.
 

Classes in com.microsoft.tfs.core.httpclient used by com.microsoft.tfs.core.httpclient.params
HostConfiguration
          Holds all of the variables needed to describe an HTTP connection to a host.
HttpVersion
           HTTP version, as specified in RFC 2616.
 

Classes in com.microsoft.tfs.core.httpclient used by com.microsoft.tfs.core.httpclient.protocol
ConnectTimeoutException
          A timeout while connecting to an HTTP server or waiting for an available connection from an HttpConnectionManager.
 

Classes in com.microsoft.tfs.core.httpclient used by com.microsoft.tfs.core.httpclient.util
HttpConnection
          An abstraction of an HTTP InputStream and OutputStream pair, together with the relevant attributes.
HttpConnectionManager
          An interface for classes that manage HttpConnections.
HttpMethod
           HttpMethod interface represents a request to be sent via a HTTP connection and a corresponding response.
NameValuePair
           A simple class encapsulating a name/value pair.
URI
          The interface for the URI(Uniform Resource Identifiers) version of RFC 2396.
URIException
          The URI parsing and escape encoding exception.
 

Classes in com.microsoft.tfs.core.httpclient used by com.microsoft.tfs.core.util
Credentials
           Authentication credentials.
 



© 2015 Microsoft. All rights reserved.