Package com.sshtools.common.net
Class HttpHeader
java.lang.Object
com.sshtools.common.net.HttpHeader
- Direct Known Subclasses:
HttpRequest,HttpResponse
Utility class to process HTTP headers.
- Author:
- Lee David Painter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHeaderField(String headerName) protected voidprotected StringreadLine(ByteBuffer in) voidsetHeaderField(String headerName, String value) toString()
-
Field Details
-
white_SPACE
- See Also:
-
begin
-
-
Constructor Details
-
HttpHeader
protected HttpHeader()
-
-
Method Details
-
readLine
- Throws:
IOException
-
getStartLine
-
getHeaderFields
-
getHeaderFieldNames
-
getHeaderField
-
setHeaderField
-
toString
-
processHeaderFields
- Throws:
IOException
-