| 
 | Copyright © 2008 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
@Deprecated 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 See BEA Commerce product offering | |
| Method Summary | |
|---|---|
| static void | main(String[] args)Deprecated See BEA Commerce product offering | 
| static void | usage(PrintStream out)Deprecated See BEA Commerce product offering | 
| 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 © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||