Uses of Package
edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient

Packages that use edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient
edu.internet2.middleware.grouperClient.examples   
edu.internet2.middleware.grouperClient.ssl   
edu.internet2.middleware.grouperClient.util   
edu.internet2.middleware.grouperClient.ws   
edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient Classes and interfaces supporting the client side of the HTTP protocol. 
edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.auth Provides implementation of various authentication schemes as well as utility classes that can be used to authenticate HTTP requests. 
edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.cookie Provides cookie handling in conjunction with org.apache.commons.httpclient.Cookie
edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.methods Classes implementing org.apache.commons.httpclient.HttpMethod for the base HTTP methods. 
edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.params HttpClient preferences framework. 
edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.protocol Provides protocol specific socket factory handling. 
edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.util Provides some utility classes for use by HttpClient. 
 

Classes in edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient used by edu.internet2.middleware.grouperClient.examples
HttpException
          Signals that an HTTP or HttpClient exception has occurred.
 

Classes in edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient used by edu.internet2.middleware.grouperClient.ssl
ConnectTimeoutException
          A timeout while connecting to an HTTP server or waiting for an available connection from an HttpConnectionManager.
 

Classes in edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient used by edu.internet2.middleware.grouperClient.util
HttpMethodBase
          An abstract base implementation of HttpMethod.
 

Classes in edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient used by edu.internet2.middleware.grouperClient.ws
HttpException
          Signals that an HTTP or HttpClient exception has occurred.
 

Classes in edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient used by edu.internet2.middleware.grouperClientExt.org.apache.commons.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.
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 edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient used by edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.auth
Credentials
          Authentication credentials.
Header
          An HTTP header.
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.
HttpState
           A container for HTTP attributes that may persist from request to request, such as cookies and authentication credentials.
NTCredentials
          Credentials for use with the NTLM authentication scheme which requires additional information.
ProtocolException
          Signals that an HTTP protocol violation has occurred.
UsernamePasswordCredentials
          Username and password Credentials.
 

Classes in edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient used by edu.internet2.middleware.grouperClientExt.org.apache.commons.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 edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient used by edu.internet2.middleware.grouperClientExt.org.apache.commons.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 edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient used by edu.internet2.middleware.grouperClientExt.org.apache.commons.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 edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient used by edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.protocol
ConnectTimeoutException
          A timeout while connecting to an HTTP server or waiting for an available connection from an HttpConnectionManager.
 

Classes in edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient used by edu.internet2.middleware.grouperClientExt.org.apache.commons.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.
 



Copyright © 2012 Internet2. All Rights Reserved.