public interface

RequestLine

org.apache.http.RequestLine
Known Indirect Subclasses

Class Overview

The Request-Line begins with a method token, followed by the Request-URI and the protocol version, and ending with CRLF. The elements are separated by SP characters. No CR or LF is allowed except in the final CRLF sequence.

      Request-Line   = Method SP Request-URI SP HTTP-Version CRLF
 

Summary

Public Methods
abstract String getMethod()
abstract ProtocolVersion getProtocolVersion()
abstract String getUri()

Public Methods

public abstract String getMethod ()

public abstract ProtocolVersion getProtocolVersion ()

public abstract String getUri ()