|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpException | |
---|---|
org.apache.http | The core interfaces and classes of the HTTP components. |
org.apache.http.entity | Representations for HTTP message entities. |
org.apache.http.impl | Default implementations for interfaces in
org.apache.http . |
org.apache.http.impl.entity | Default implementations for interfaces in
org.apache.http.entity . |
org.apache.http.impl.io | Default implementations for interfaces in
org.apache.http.io . |
org.apache.http.impl.nio | |
org.apache.http.impl.nio.codecs | |
org.apache.http.io | The transport layer abstraction of the HTTP components. |
org.apache.http.nio | |
org.apache.http.nio.protocol | |
org.apache.http.protocol | HTTP protocol execution framework. |
Uses of HttpException in org.apache.http |
---|
Subclasses of HttpException in org.apache.http | |
---|---|
class |
MethodNotSupportedException
Indicates that an HTTP method is not supported. |
class |
ProtocolException
Signals that an HTTP protocol violation has occurred. |
class |
UnsupportedHttpVersionException
Indicates an unsupported version of the HTTP protocol. |
Methods in org.apache.http that throw HttpException | |
---|---|
void |
HttpRequestInterceptor.process(HttpRequest request,
HttpContext context)
Processes a request. |
void |
HttpResponseInterceptor.process(HttpResponse response,
HttpContext context)
Processes a response. |
void |
HttpServerConnection.receiveRequestEntity(HttpEntityEnclosingRequest request)
Receives the next request entity available from this connection and attaches it to an existing request. |
HttpRequest |
HttpServerConnection.receiveRequestHeader()
Receives the request line and all headers available from this connection. |
void |
HttpClientConnection.receiveResponseEntity(HttpResponse response)
Receives the next response entity available from this connection and attaches it to an existing HttpResponse object. |
HttpResponse |
HttpClientConnection.receiveResponseHeader()
Receives the request line and headers of the next response available from this connection. |
void |
HttpClientConnection.sendRequestEntity(HttpEntityEnclosingRequest request)
Sends the request entity over the connection. |
void |
HttpClientConnection.sendRequestHeader(HttpRequest request)
Sends the request line and all headers over the connection. |
void |
HttpServerConnection.sendResponseEntity(HttpResponse response)
Sends the response entity of a response over this connection. |
void |
HttpServerConnection.sendResponseHeader(HttpResponse response)
Sends the response line and headers of a response over this connection. |
Uses of HttpException in org.apache.http.entity |
---|
Methods in org.apache.http.entity that throw HttpException | |
---|---|
long |
ContentLengthStrategy.determineLength(HttpMessage message)
|
Uses of HttpException in org.apache.http.impl |
---|
Methods in org.apache.http.impl that throw HttpException | |
---|---|
void |
AbstractHttpServerConnection.receiveRequestEntity(HttpEntityEnclosingRequest request)
|
HttpRequest |
AbstractHttpServerConnection.receiveRequestHeader()
|
void |
AbstractHttpClientConnection.receiveResponseEntity(HttpResponse response)
|
HttpResponse |
AbstractHttpClientConnection.receiveResponseHeader()
|
void |
AbstractHttpClientConnection.sendRequestEntity(HttpEntityEnclosingRequest request)
|
void |
AbstractHttpClientConnection.sendRequestHeader(HttpRequest request)
|
void |
AbstractHttpServerConnection.sendResponseEntity(HttpResponse response)
|
void |
AbstractHttpServerConnection.sendResponseHeader(HttpResponse response)
|
Uses of HttpException in org.apache.http.impl.entity |
---|
Methods in org.apache.http.impl.entity that throw HttpException | |
---|---|
HttpEntity |
EntityDeserializer.deserialize(SessionInputBuffer inbuffer,
HttpMessage message)
|
long |
LaxContentLengthStrategy.determineLength(HttpMessage message)
|
long |
StrictContentLengthStrategy.determineLength(HttpMessage message)
|
protected BasicHttpEntity |
EntityDeserializer.doDeserialize(SessionInputBuffer inbuffer,
HttpMessage message)
|
protected java.io.OutputStream |
EntitySerializer.doSerialize(SessionOutputBuffer outbuffer,
HttpMessage message)
|
void |
EntitySerializer.serialize(SessionOutputBuffer outbuffer,
HttpMessage message,
HttpEntity entity)
|
Uses of HttpException in org.apache.http.impl.io |
---|
Methods in org.apache.http.impl.io that throw HttpException | |
---|---|
HttpMessage |
AbstractMessageParser.parse()
|
protected HttpMessage |
HttpRequestParser.parseHead(SessionInputBuffer sessionBuffer)
|
protected HttpMessage |
HttpResponseParser.parseHead(SessionInputBuffer sessionBuffer)
|
protected abstract HttpMessage |
AbstractMessageParser.parseHead(SessionInputBuffer sessionBuffer)
|
static Header[] |
AbstractMessageParser.parseHeaders(SessionInputBuffer inbuffer,
int maxHeaderCount,
int maxLineLen,
LineParser parser)
Parses HTTP headers from the data receiver stream according to the generic format as given in Section 3.1 of RFC 822, RFC-2616 Section 4 and 19.3. |
void |
AbstractMessageWriter.write(HttpMessage message)
|
Uses of HttpException in org.apache.http.impl.nio |
---|
Methods in org.apache.http.impl.nio that throw HttpException | |
---|---|
protected HttpEntity |
NHttpConnectionBase.prepareDecoder(HttpMessage message)
|
protected void |
NHttpConnectionBase.prepareEncoder(HttpMessage message)
|
void |
DefaultNHttpClientConnection.submitRequest(HttpRequest request)
|
void |
DefaultNHttpServerConnection.submitResponse(HttpResponse response)
|
Uses of HttpException in org.apache.http.impl.nio.codecs |
---|
Methods in org.apache.http.impl.nio.codecs that throw HttpException | |
---|---|
protected HttpMessage |
HttpRequestParser.createMessage(CharArrayBuffer buffer)
|
protected HttpMessage |
HttpResponseParser.createMessage(CharArrayBuffer buffer)
|
protected abstract HttpMessage |
AbstractMessageParser.createMessage(CharArrayBuffer buffer)
|
HttpMessage |
AbstractMessageParser.parse()
|
void |
AbstractMessageWriter.write(HttpMessage message)
|
Uses of HttpException in org.apache.http.io |
---|
Methods in org.apache.http.io that throw HttpException | |
---|---|
HttpMessage |
HttpMessageParser.parse()
|
void |
HttpMessageWriter.write(HttpMessage message)
|
Uses of HttpException in org.apache.http.nio |
---|
Methods in org.apache.http.nio with parameters of type HttpException | |
---|---|
void |
NHttpClientHandler.exception(NHttpClientConnection conn,
HttpException ex)
Triggered when an HTTP protocol violation occurs while receiving an HTTP response. |
void |
NHttpServiceHandler.exception(NHttpServerConnection conn,
HttpException ex)
Triggered when an HTTP protocol violation occurs while receiving an HTTP request. |
Methods in org.apache.http.nio that throw HttpException | |
---|---|
HttpMessage |
NHttpMessageParser.parse()
|
void |
NHttpClientConnection.submitRequest(HttpRequest request)
Submits the HTTP request to the target server. |
void |
NHttpServerConnection.submitResponse(HttpResponse response)
Submits the HTTP response to the client. |
void |
NHttpMessageWriter.write(HttpMessage message)
|
Uses of HttpException in org.apache.http.nio.protocol |
---|
Methods in org.apache.http.nio.protocol that return HttpException | |
---|---|
HttpException |
AsyncNHttpServiceHandler.ServerConnState.getHttpExepction()
|
Methods in org.apache.http.nio.protocol with parameters of type HttpException | |
---|---|
void |
NHttpClientHandlerBase.exception(NHttpClientConnection conn,
HttpException ex)
Deprecated. |
void |
AsyncNHttpClientHandler.exception(NHttpClientConnection conn,
HttpException ex)
|
void |
ThrottlingHttpClientHandler.exception(NHttpClientConnection conn,
HttpException ex)
|
void |
BufferingHttpClientHandler.exception(NHttpClientConnection conn,
HttpException httpex)
|
void |
BufferingHttpServiceHandler.exception(NHttpServerConnection conn,
HttpException httpex)
|
void |
ThrottlingHttpServiceHandler.exception(NHttpServerConnection conn,
HttpException httpex)
|
void |
AsyncNHttpServiceHandler.exception(NHttpServerConnection conn,
HttpException httpex)
|
void |
EventListener.fatalProtocolException(HttpException ex,
NHttpConnection conn)
|
void |
NHttpResponseTrigger.handleException(HttpException ex)
Submits a protocol exception that was generated while processing a request. |
void |
AsyncNHttpServiceHandler.ServerConnState.setHttpExepction(HttpException ex)
|
Methods in org.apache.http.nio.protocol that throw HttpException | |
---|---|
ConsumingNHttpEntity |
NHttpRequestHandler.entityRequest(HttpEntityEnclosingRequest request,
HttpContext context)
|
abstract void |
SimpleNHttpRequestHandler.handle(HttpRequest request,
HttpResponse response,
HttpContext context)
|
void |
NHttpRequestHandler.handle(HttpRequest request,
HttpResponse response,
NHttpResponseTrigger trigger,
HttpContext context)
|
void |
SimpleNHttpRequestHandler.handle(HttpRequest request,
HttpResponse response,
NHttpResponseTrigger trigger,
HttpContext context)
|
Uses of HttpException in org.apache.http.protocol |
---|
Methods in org.apache.http.protocol with parameters of type HttpException | |
---|---|
protected void |
HttpService.handleException(HttpException ex,
HttpResponse response)
|
Methods in org.apache.http.protocol that throw HttpException | |
---|---|
protected HttpResponse |
HttpRequestExecutor.doReceiveResponse(HttpRequest request,
HttpClientConnection conn,
HttpContext context)
Wait for and receive a response. |
protected HttpResponse |
HttpRequestExecutor.doSendRequest(HttpRequest request,
HttpClientConnection conn,
HttpContext context)
Send a request over a connection. |
protected void |
HttpService.doService(HttpRequest request,
HttpResponse response,
HttpContext context)
|
HttpResponse |
HttpRequestExecutor.execute(HttpRequest request,
HttpClientConnection conn,
HttpContext context)
Synchronously send a request and obtain the response. |
void |
HttpRequestHandler.handle(HttpRequest request,
HttpResponse response,
HttpContext context)
|
void |
HttpService.handleRequest(HttpServerConnection conn,
HttpContext context)
|
void |
HttpRequestExecutor.postProcess(HttpResponse response,
HttpProcessor processor,
HttpContext context)
Finish a response. |
void |
HttpRequestExecutor.preProcess(HttpRequest request,
HttpProcessor processor,
HttpContext context)
Prepare a request for sending. |
void |
RequestExpectContinue.process(HttpRequest request,
HttpContext context)
|
void |
RequestConnControl.process(HttpRequest request,
HttpContext context)
|
void |
RequestContent.process(HttpRequest request,
HttpContext context)
|
void |
BasicHttpProcessor.process(HttpRequest request,
HttpContext context)
|
void |
RequestTargetHost.process(HttpRequest request,
HttpContext context)
|
void |
RequestUserAgent.process(HttpRequest request,
HttpContext context)
|
void |
RequestDate.process(HttpRequest request,
HttpContext context)
|
void |
ResponseDate.process(HttpResponse response,
HttpContext context)
|
void |
BasicHttpProcessor.process(HttpResponse response,
HttpContext context)
|
void |
ResponseConnControl.process(HttpResponse response,
HttpContext context)
|
void |
ResponseServer.process(HttpResponse response,
HttpContext context)
|
void |
ResponseContent.process(HttpResponse response,
HttpContext context)
|
void |
HttpExpectationVerifier.verify(HttpRequest request,
HttpResponse response,
HttpContext context)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |