Class HttpHeader
java.lang.Object
org.sblim.wbem.http.HttpHeader
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
clear()
static String
encode
(byte[] byteArray) static String
static String
iterator()
static HttpHeader
void
removeField
(String header) toString()
void
write
(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
-