Uses of Class
org.apache.axis2.transport.http.server.RequestLine

Packages that use RequestLine
org.apache.axis2.transport.http.server   
 

Uses of RequestLine in org.apache.axis2.transport.http.server
 

Methods in org.apache.axis2.transport.http.server that return RequestLine
static RequestLine RequestLine.parseLine(String l)
           
 RequestLine SimpleRequest.getRequestLine()
           
 

Methods in org.apache.axis2.transport.http.server with parameters of type RequestLine
 void SimpleRequest.setRequestLine(RequestLine requestline)
           
 

Constructors in org.apache.axis2.transport.http.server with parameters of type RequestLine
SimpleRequest(RequestLine requestLine, org.apache.commons.httpclient.Header[] headers)
           
SimpleRequest(RequestLine requestLine, org.apache.commons.httpclient.Header[] headers, InputStream content)