|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpMethod | |
---|---|
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.methods | Classes implementing org.apache.commons.httpclient.HttpMethod for the base HTTP methods. |
com.microsoft.tfs.core.httpclient.util | Provides some utility classes for use by HttpClient. |
Uses of HttpMethod in com.microsoft.tfs.core.httpclient |
---|
Classes in com.microsoft.tfs.core.httpclient that implement HttpMethod | |
---|---|
class |
ConnectMethod
Establishes a tunneled HTTP connection via the CONNECT method. |
class |
HttpMethodBase
An abstract base implementation of HttpMethod. |
Methods in com.microsoft.tfs.core.httpclient that return types with arguments of type HttpMethod | |
---|---|
static java.util.Map<java.lang.Object,HttpMethod> |
ActiveHttpMethods.getMonitorMethods()
|
Methods in com.microsoft.tfs.core.httpclient with parameters of type HttpMethod | |
---|---|
int |
HttpClient.executeMethod(HostConfiguration hostConfiguration,
HttpMethod method)
Executes the given HTTP method using custom
host configuration . |
int |
HttpClient.executeMethod(HostConfiguration hostconfig,
HttpMethod method,
HttpState state)
Executes the given HTTP method using the given custom
host configuration with the given custom
HTTP state . |
int |
HttpClient.executeMethod(HttpMethod method)
Executes the given HTTP method . |
boolean |
MethodRetryHandler.retryMethod(HttpMethod method,
HttpConnection connection,
HttpRecoverableException recoverableException,
int executionCount,
boolean requestSent)
Deprecated. Determines if a method should be retried after an HttpRecoverableException occurs during execution. |
boolean |
DefaultMethodRetryHandler.retryMethod(HttpMethod method,
HttpConnection connection,
HttpRecoverableException recoverableException,
int executionCount,
boolean requestSent)
Deprecated. Used retryCount and requestSentRetryEnabled to
determine if the given method should be retried. |
boolean |
HttpMethodRetryHandler.retryMethod(HttpMethod method,
java.io.IOException exception,
int executionCount)
Determines if a method should be retried after an HttpRecoverableException occurs during execution. |
boolean |
DefaultHttpMethodRetryHandler.retryMethod(HttpMethod method,
java.io.IOException exception,
int executionCount)
Used retryCount and requestSentRetryEnabled to
determine if the given method should be retried. |
static void |
ActiveHttpMethods.setMethod(HttpMethod method)
|
Constructors in com.microsoft.tfs.core.httpclient with parameters of type HttpMethod | |
---|---|
ChunkedInputStream(java.io.InputStream in,
HttpMethod method)
ChunkedInputStream constructor that associates the chunked input stream with a HTTP method . |
|
ConnectMethod(HttpMethod method)
Deprecated. the wrapped method is no longer used Create a connect method wrapping the existing method |
Uses of HttpMethod in com.microsoft.tfs.core.httpclient.auth |
---|
Methods in com.microsoft.tfs.core.httpclient.auth with parameters of type HttpMethod | |
---|---|
protected java.lang.String |
WRAPAuthScheme.authenticate(AuthScope authScope,
Credentials credentials,
HttpMethod method)
|
protected java.lang.String |
NegotiateScheme.authenticate(AuthScope authscope,
Credentials credentials,
HttpMethod method)
|
java.lang.String |
NTLMScheme.authenticate(AuthScope authscope,
Credentials credentials,
HttpMethod method)
|
java.lang.String |
DigestScheme.authenticate(AuthScope authscope,
Credentials credentials,
HttpMethod method)
Produces a digest authorization string for the given set of Credentials , method name and URI. |
java.lang.String |
BasicScheme.authenticate(AuthScope authscope,
Credentials credentials,
HttpMethod method)
Produces basic authorization string for the given set of Credentials . |
protected abstract java.lang.String |
AuthorizationHeaderScheme.authenticate(AuthScope authScope,
Credentials credentials,
HttpMethod method)
Provides the Authorization or Proxy-Authorization headers for authentication with the given Credentials . |
void |
CookieAuthScheme.authenticateHost(AuthScope authscope,
Credentials credentials,
HttpState state,
HttpMethod method)
|
void |
AuthorizationHeaderScheme.authenticateHost(AuthScope authScope,
Credentials credentials,
HttpState state,
HttpMethod method)
|
void |
AuthScheme.authenticateHost(AuthScope authscope,
Credentials credentials,
HttpState state,
HttpMethod method)
Configures the given HttpMethod for authentication to the host
with the given Credentials . |
void |
WRAPAuthScheme.authenticateProxy(AuthScope authScope,
Credentials credentials,
HttpState state,
HttpMethod method)
|
void |
CookieAuthScheme.authenticateProxy(AuthScope authScope,
Credentials credentials,
HttpState state,
HttpMethod method)
|
void |
AuthorizationHeaderScheme.authenticateProxy(AuthScope authScope,
Credentials credentials,
HttpState state,
HttpMethod method)
|
void |
AuthScheme.authenticateProxy(AuthScope authScope,
Credentials credentials,
HttpState state,
HttpMethod method)
Configures the given HttpMethod for authentication to the proxy
with the given Credentials . |
Uses of HttpMethod in com.microsoft.tfs.core.httpclient.methods |
---|
Classes in com.microsoft.tfs.core.httpclient.methods that implement HttpMethod | |
---|---|
class |
DeleteMethod
Implements the HTTP DELETE method. |
class |
EntityEnclosingMethod
This abstract class serves as a foundation for all HTTP methods that can enclose an entity within requests |
class |
ExpectContinueMethod
This abstract class serves as a foundation for all HTTP methods that support 'Expect: 100-continue' handshake. |
class |
GetMethod
Implements the HTTP GET method. |
class |
HeadMethod
Implements the HTTP HEAD method. |
class |
MultipartPostMethod
Deprecated. Use MultipartRequestEntity
in conjunction with
PostMethod instead. |
class |
OptionsMethod
Implements the HTTP OPTIONS method. |
class |
PatchMethod
Implements the HTTP PATCH method. |
class |
PostMethod
Implements the HTTP POST method. |
class |
PutMethod
Implements the HTTP PUT method. |
class |
TraceMethod
Implements the HTTP TRACE method. |
Uses of HttpMethod in com.microsoft.tfs.core.httpclient.util |
---|
Constructors in com.microsoft.tfs.core.httpclient.util with parameters of type HttpMethod | |
---|---|
HttpURLConnection(HttpMethod method,
java.net.URL url)
Creates an HttpURLConnection from a HttpMethod . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |