Class HttpHeader
java.lang.Object
org.sblim.wbem.http.HttpHeader
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidclear()static Stringencode(byte[] byteArray) static Stringstatic Stringiterator()static HttpHeadervoidremoveField(String header) toString()voidwrite(ASCIIPrintStream writer)
-
Constructor Details
-
HttpHeader
public HttpHeader() -
HttpHeader
- Throws:
IOException
-
-
Method Details
-
addField
-
clear
public void clear() -
iterator
-
parse
-
toString
-
removeField
-
getField
-
write
- Throws:
IOException
-
encode
-
encode
- Throws:
UnsupportedEncodingException
-
encode
public static String encode(String s, String source, String dest) throws UnsupportedEncodingException - Throws:
UnsupportedEncodingException
-