| Home >> All >> juju >> reattore >> protocol >> [ http Javadoc ] |
| | juju.reattore.protocol.http.impl.* (7) |
juju.reattore.protocol.http: Javadoc index of package juju.reattore.protocol.http.
Package Samples:
juju.reattore.protocol.http.impl
Classes:
BaseHttpRequest: HTTP request implementation. Wraps a HTTP parser and provides the request access methods. Also acts as a proxy, only resolving certain fields as required.
HttpRequest: Encapsulates a HTTP request. Note that a URL is basically of the format protocol://[auth:]host/path[?query]
HttpProtocol: Encapsulates the logic and processing of a HTTP session, including any protocol responses. Stateful.
HttpParser: Stateful HTTP parser that will parse blocks of bytes as they are fed in.
BasicHttpParser: Stateful HTTP parser that will parse blocks of bytes as they are fed in.
HttpParserHelper: Testing interface that wraps the impl parser and request/response.
ParseException: Denotes that an error occured while parsing.
StartLineParser: Parses a HTTP start (request/response) line.
BaseHttpResponse: Basic HTTP response implementation.
HttpResponse: Encapsulates a HTTP response.
HttpMessage: Encapsulates a HTTP message.
Http11Protocol: Logic for a HTTP/1.1 session
HeaderParser: HTTP header parser.
HttpConstants: Shared constants.
| Home | Contact Us | Privacy Policy | Terms of Service |