|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.beasys.commerce.util.ShowHTTPHeaders
ShowHTTPHeaders
public class 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(String[] args)
Deprecated Command-line entry point. |
static void |
usage(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(String[] args)
throws Exception
Exception - thrown on any failure (generally either a
MalformedURLException or an IOException).public static void usage(PrintStream out)
|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||