| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HttpException | |
|---|---|
| org.apache.commons.httpclient | Classes and interfaces supporting the client side of the HTTP protocol. | 
| org.apache.commons.httpclient.auth | Provides implementation of various authentication schemes as well as utility classes that can be used to authenticate HTTP requests. | 
| org.apache.commons.httpclient.cookie | Provides cookie handling in conjunction with Cookie. | 
| org.apache.commons.httpclient.methods | Classes implementing HttpMethodfor the base HTTP methods. | 
| Uses of HttpException in org.apache.commons.httpclient | 
|---|
| Subclasses of HttpException in org.apache.commons.httpclient | |
|---|---|
|  class | CircularRedirectExceptionSignals a circular redirect | 
|  class | HttpContentTooLargeExceptionSignals that the response content was larger than anticipated. | 
|  class | HttpRecoverableExceptionDeprecated. no longer used | 
|  class | InvalidRedirectLocationExceptionSignals violation of HTTP specification caused by an invalid redirect location | 
|  class | ProtocolExceptionSignals that an HTTP protocol violation has occurred. | 
|  class | RedirectExceptionSignals violation of HTTP specification caused by an invalid redirect | 
|  class | URIExceptionThe URI parsing and escape encoding exception. | 
| Methods in org.apache.commons.httpclient that throw HttpException | |
|---|---|
| protected  void | HttpMethodBase.addCookieRequestHeader(HttpState state,
                       HttpConnection conn)Generates Cookie request headers for those cookies
 that match the given host, port and path. | 
| protected  void | ConnectMethod.addCookieRequestHeader(HttpState state,
                       HttpConnection conn)This method does nothing. | 
| protected  void | HttpMethodBase.addHostRequestHeader(HttpState state,
                     HttpConnection conn)Generates Host request header, as long as no Host request header already exists. | 
| protected  void | HttpMethodBase.addProxyConnectionHeader(HttpState state,
                         HttpConnection conn)Generates Proxy-Connection: Keep-Alive request header when communicating via a proxy server. | 
| protected  void | HttpMethodBase.addRequestHeaders(HttpState state,
                  HttpConnection conn)Generates all the required request headers 
 to be submitted via the givenconnection. | 
| protected  void | ConnectMethod.addRequestHeaders(HttpState state,
                  HttpConnection conn)Populates the request headers map to with additional headersto be submitted to the givenHttpConnection. | 
| protected  void | HttpMethodBase.addUserAgentRequestHeader(HttpState state,
                          HttpConnection conn)Generates default User-Agent request header, as long as no User-Agent request header already exists. | 
|  ProxyClient.ConnectResponse | ProxyClient.connect()Creates a socket that is connected, via the HTTP CONNECT method, to a proxy. | 
|  int | HttpMethodBase.execute(HttpState state,
        HttpConnection conn)Executes this method using the specified HttpConnectionandHttpState. | 
|  int | ConnectMethod.execute(HttpState state,
        HttpConnection conn)Execute this method and create a tunneled HttpConnection. | 
|  int | HttpMethod.execute(HttpState state,
        HttpConnection connection)Executes this method using the specified HttpConnectionandHttpState. | 
|  int | HttpClient.executeMethod(HostConfiguration hostConfiguration,
              HttpMethod method)Executes the given HTTP methodusing customhost configuration. | 
|  int | HttpClient.executeMethod(HostConfiguration hostconfig,
              HttpMethod method,
              HttpState state)Executes the given HTTP methodusing the given customhost configurationwith the given customHTTP state. | 
|  int | HttpClient.executeMethod(HttpMethod method)Executes the given HTTP method. | 
|  HttpConnection | MultiThreadedHttpConnectionManager.getConnection(HostConfiguration hostConfiguration,
              long timeout)Deprecated. Use #getConnectionWithTimeout(HostConfiguration, long) | 
|  HttpConnection | HttpConnectionManager.getConnection(HostConfiguration hostConfiguration,
              long timeout)Deprecated. Use #getConnectionWithTimeout(HostConfiguration, long) | 
|  HeaderElement[] | Header.getValues()Deprecated. Use #getElements | 
| static HeaderElement[] | HeaderElement.parse(String headerValue)Deprecated. Use #parseElements(String). | 
| static Header[] | HttpParser.parseHeaders(InputStream is)Deprecated. use #parseHeaders(InputStream, String) | 
| static Header[] | HttpParser.parseHeaders(InputStream is,
             String charset)Parses headers from the given stream. | 
| protected  void | HttpMethodBase.readResponse(HttpState state,
             HttpConnection conn)Reads the response from the given connection. | 
| protected  void | HttpMethodBase.readResponseBody(HttpState state,
                 HttpConnection conn)Read the response body from the given HttpConnection. | 
| protected  void | HttpMethodBase.readResponseHeaders(HttpState state,
                    HttpConnection conn)Reads the response headers from the given connection. | 
| protected  void | HttpMethodBase.readStatusLine(HttpState state,
               HttpConnection conn)Read the status line from the given HttpConnection, setting mystatus codeandstatus
 text. | 
| protected  void | HttpMethodBase.writeRequest(HttpState state,
             HttpConnection conn)Sends the request via the given connection. | 
| protected  boolean | HttpMethodBase.writeRequestBody(HttpState state,
                 HttpConnection conn)Writes the request body to the given connection. | 
| protected  void | HttpMethodBase.writeRequestHeaders(HttpState state,
                    HttpConnection conn)Writes the request headers to the given connection. | 
| protected  void | HttpMethodBase.writeRequestLine(HttpState state,
                 HttpConnection conn)Writes the request line to the given connection. | 
| protected  void | ConnectMethod.writeRequestLine(HttpState state,
                 HttpConnection conn)Special Connect request. | 
| Constructors in org.apache.commons.httpclient that throw HttpException | |
|---|---|
| StatusLine(String statusLine)Default constructor. | |
| Uses of HttpException in org.apache.commons.httpclient.auth | 
|---|
| Subclasses of HttpException in org.apache.commons.httpclient.auth | |
|---|---|
|  class | AuthChallengeExceptionSignals a failure processing authentication challenge | 
|  class | AuthenticationExceptionSignals a failure in authentication process | 
|  class | CredentialsNotAvailableExceptionAuthentication credentials required to respond to a authentication challenge are not available | 
|  class | InvalidCredentialsExceptionAuthentication credentials required to respond to a authentication challenge are invalid | 
|  class | MalformedChallengeExceptionSignals that authentication challenge is in some way invalid or illegal in the given context | 
| Uses of HttpException in org.apache.commons.httpclient.cookie | 
|---|
| Subclasses of HttpException in org.apache.commons.httpclient.cookie | |
|---|---|
|  class | MalformedCookieExceptionSignals that a cookie is in some way invalid or illegal in a given context | 
| Uses of HttpException in org.apache.commons.httpclient.methods | 
|---|
| Methods in org.apache.commons.httpclient.methods that throw HttpException | |
|---|---|
| protected  void | MultipartPostMethod.addContentLengthRequestHeader(HttpState state,
                              HttpConnection conn)Deprecated. Adds a Content-Length request header, as long as no Content-Length request header already exists. | 
| protected  void | EntityEnclosingMethod.addContentLengthRequestHeader(HttpState state,
                              HttpConnection conn)Generates Content-Length or Transfer-Encoding: Chunked request header, as long as no Content-Length request header already exists. | 
| protected  void | MultipartPostMethod.addContentTypeRequestHeader(HttpState state,
                            HttpConnection conn)Deprecated. Adds a Content-Type request header. | 
| protected  void | MultipartPostMethod.addRequestHeaders(HttpState state,
                  HttpConnection conn)Deprecated. Populates the request headers map to with additional headersto be submitted to 
 the givenHttpConnection. | 
| protected  void | ExpectContinueMethod.addRequestHeaders(HttpState state,
                  HttpConnection conn)Sets the Expect header if it has not already been set, in addition to the "standard" set of headers. | 
| protected  void | EntityEnclosingMethod.addRequestHeaders(HttpState state,
                  HttpConnection conn)Populates the request headers map to with additional headersto be submitted to 
 the givenHttpConnection. | 
| protected  void | HeadMethod.readResponseBody(HttpState state,
                 HttpConnection conn)Overrides HttpMethodBasemethod to not read a response
 body, despite the presence of a Content-Length or
 Transfer-Encoding header. | 
| protected  boolean | MultipartPostMethod.writeRequestBody(HttpState state,
                 HttpConnection conn)Deprecated. Writes the request body to the given connection. | 
| protected  boolean | EntityEnclosingMethod.writeRequestBody(HttpState state,
                 HttpConnection conn)Writes the request body to the given connection. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||