|
HTML Parser Home Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.htmlparser.http.HttpHeader
public class HttpHeader
Utility methods to display HTTP headers.
Method Summary | |
---|---|
static String |
getRequestHeader(HttpURLConnection connection)
Gets the request header for the connection. |
static String |
getResponseHeader(HttpURLConnection conn)
Gets the response header for the connection. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static String getRequestHeader(HttpURLConnection connection)
connection
- The connection to convert into an HTTP request header.
public static String getResponseHeader(HttpURLConnection conn)
conn
- The connection to convert into an HTTP response header.
|
© 2006 Derrick Oswald Sep 17, 2006
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
HTML Parser is an open source library released under Common Public License. |