|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.debianmirror.http.HttpRequestHeader
Represents the request header associated with the request.
| Constructor Summary | |
HttpRequestHeader(java.io.InputStream inHeader)
Reads header information from InputStream If the header is not a valid HTTP header an HttpRequestExceprion will be thrown |
|
| Method Summary | |
java.lang.String |
getFileName()
Returns the name of the requested file |
double |
getHttpVersion()
Returns the HTTP-version number of the request (as a double) |
java.lang.String |
getRequestMethod()
Returns the request method of the http request (capitalized) |
boolean |
isGETRequest()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public HttpRequestHeader(java.io.InputStream inHeader)
throws HttpRequestException
| Method Detail |
public boolean isGETRequest()
public java.lang.String getFileName()
public double getHttpVersion()
public java.lang.String getRequestMethod()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||