|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.beasys.commerce.util.ShowHTTPHeaders
com.bea.p13n.util.commandline.ShowHTTPHeaders
A command-line utility to display open an URL and display the HTTP headers coming back from the server.
This can also optionally display the body.
Usage: java com.beasys.commerce.util.ShowHTTPHeaders url [-body]
[-verbose]
Specifying the -body option will print the body of the URL as well.
Specifying the -verbose option will display debug messages.
Constructor Summary | |
ShowHTTPHeaders()
Deprecated. |
Method Summary | |
static void |
main(java.lang.String[] args)
Deprecated. Command-line entry point. |
static void |
usage(java.io.PrintStream out)
Deprecated. Print a usage statement to the output stream. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public ShowHTTPHeaders()
Method Detail |
public static void main(java.lang.String[] args) throws java.lang.Exception
public static void usage(java.io.PrintStream out)
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |