![]() |
Quadcap Embeddable Server |
Static Public Member Functions | |
| byte[] | fetch (String url) throws Exception |
| byte[] | fetch (String url, List headers) throws Exception |
| byte[] | post (String url, String fileName, List headers) throws Exception |
| InputStream | postStream (String url, String fileName, List headers) throws Exception |
| InputStream | fetchStream (String url) throws Exception |
| void | ripPlayList (InputStream is, List headers) throws Exception |
| void | ripStream (String url, List headers) throws Exception |
| String | getTitle (InputStream in) throws IOException |
| InputStream | fetchStream (String url, List headers) throws IOException |
| InputStream | fetch2 (String url) throws Exception |
| byte[] | readStream (InputStream is) throws IOException |
| Hashtable | buildTable (String fname) throws Exception |
| void | checkTable (String fname, Hashtable t) throws Exception |
| void | addAV (String fname) throws Exception |
| void | check (String name) throws Exception |
| void | main (String args[]) |
| void | doit () throws Exception |
| void | doit (String args[]) throws Exception |
Static Package Attributes | |
| boolean | checkLinks = false |
| boolean | showResponseHeaders = false |
| byte[] | delims = { 0x0d, 0x0a, 0x0d, 0x0a } |
| String | fname = null |
| int | repeat = 2 |
| int | delay = 0 |
| Hashtable | t |
| boolean | times = false |
| boolean | rip = false |
| String | url = null |
| int | limit = 0 |
|
|
Definition at line 351 of file HttpFetcher.java. References com.quadcap.http.client.HttpFetcher.addAV(), com.quadcap.http.client.HttpFetcher.fname, com.quadcap.http.client.HttpFetcher.t, and com.quadcap.http.client.HttpFetcher.url. Referenced by com.quadcap.http.client.HttpFetcher.addAV(). |
|
|
Definition at line 321 of file HttpFetcher.java. References com.quadcap.http.client.HttpFetcher.buildTable(), com.quadcap.http.client.HttpFetcher.fname, com.quadcap.http.client.HttpFetcher.t, and com.quadcap.http.client.HttpFetcher.url. Referenced by com.quadcap.http.client.HttpFetcher.buildTable(). |
|
|
Definition at line 370 of file HttpFetcher.java. References com.quadcap.http.client.HttpFetcher.check(), com.quadcap.http.client.LinkChecker.printBadLinks(), and com.quadcap.http.client.LinkChecker.run(). Referenced by com.quadcap.http.client.HttpFetcher.check(). |
|
||||||||||||
|
Definition at line 334 of file HttpFetcher.java. References com.quadcap.http.client.HttpFetcher.checkTable(), com.quadcap.http.client.HttpFetcher.fname, com.quadcap.http.client.HttpFetcher.t, and com.quadcap.http.client.HttpFetcher.url. Referenced by com.quadcap.http.client.HttpFetcher.checkTable(). |
|
|
|
||||||||||||
|
Definition at line 75 of file HttpFetcher.java. References com.quadcap.http.client.HttpFetcher.fetchStream(), com.quadcap.http.client.HttpFetcher.readStream(), and com.quadcap.http.client.HttpFetcher.url. |
|
|
Definition at line 71 of file HttpFetcher.java. References com.quadcap.http.client.HttpFetcher.fetch(), and com.quadcap.http.client.HttpFetcher.url. Referenced by com.quadcap.http.client.HttpFetcher.fetch(). |
|
|
Definition at line 291 of file HttpFetcher.java. References com.quadcap.http.client.HttpFetcher.fetch2(), and com.quadcap.http.client.HttpFetcher.url. Referenced by com.quadcap.http.client.HttpFetcher.fetch2(). |
|
||||||||||||
|
Definition at line 248 of file HttpFetcher.java. References com.quadcap.http.client.HttpFetcher.url. |
|
|
Definition at line 134 of file HttpFetcher.java. References com.quadcap.http.client.HttpFetcher.fetchStream(), and com.quadcap.http.client.HttpFetcher.url. Referenced by com.quadcap.http.client.HttpFetcher.fetch(), and com.quadcap.http.client.HttpFetcher.fetchStream(). |
|
|
Definition at line 226 of file HttpFetcher.java. References com.quadcap.http.client.HttpFetcher.getTitle(). Referenced by com.quadcap.http.client.HttpFetcher.getTitle(), and com.quadcap.http.client.HttpFetcher.ripStream(). |
|
|
Definition at line 376 of file HttpFetcher.java. References com.quadcap.http.client.HttpFetcher.doit(), and com.quadcap.http.client.HttpFetcher.main(). Referenced by com.quadcap.http.client.HttpFetcher.main(). |
|
||||||||||||||||
|
Definition at line 82 of file HttpFetcher.java. References com.quadcap.http.client.HttpFetcher.post(), com.quadcap.http.client.HttpFetcher.postStream(), com.quadcap.http.client.HttpFetcher.readStream(), and com.quadcap.http.client.HttpFetcher.url. Referenced by com.quadcap.http.client.HttpFetcher.post(). |
|
||||||||||||||||
|
Definition at line 91 of file HttpFetcher.java. References com.quadcap.http.client.HttpFetcher.postStream(), and com.quadcap.http.client.HttpFetcher.url. Referenced by com.quadcap.http.client.HttpFetcher.post(), and com.quadcap.http.client.HttpFetcher.postStream(). |
|
|
||||||||||||
|
Definition at line 138 of file HttpFetcher.java. References com.quadcap.http.client.HttpFetcher.ripPlayList(), and com.quadcap.http.client.HttpFetcher.ripStream(). Referenced by com.quadcap.http.client.HttpFetcher.ripPlayList(). |
|
||||||||||||
|
|
Definition at line 66 of file HttpFetcher.java. Referenced by com.quadcap.http.client.HttpFetcher.doit(). |
|
|
Definition at line 389 of file HttpFetcher.java. Referenced by com.quadcap.http.client.HttpFetcher.doit(). |
|
|
Definition at line 69 of file HttpFetcher.java. Referenced by com.quadcap.http.client.HttpFetcher.readStream(). |
|
|
Definition at line 387 of file HttpFetcher.java. Referenced by com.quadcap.http.client.HttpFetcher.addAV(), com.quadcap.http.client.HttpFetcher.buildTable(), com.quadcap.http.client.HttpFetcher.checkTable(), and com.quadcap.http.client.HttpFetcher.doit(). |
|
|
Definition at line 394 of file HttpFetcher.java. Referenced by com.quadcap.http.client.HttpFetcher.doit(). |
|
|
Definition at line 388 of file HttpFetcher.java. Referenced by com.quadcap.http.client.HttpFetcher.doit(). |
|
|
Definition at line 392 of file HttpFetcher.java. Referenced by com.quadcap.http.client.HttpFetcher.doit(). |
|
|
Definition at line 67 of file HttpFetcher.java. Referenced by com.quadcap.http.client.HttpFetcher.doit(), and com.quadcap.http.client.HttpFetcher.readStream(). |
|
|
|
Definition at line 391 of file HttpFetcher.java. Referenced by com.quadcap.http.client.HttpFetcher.doit(). |
|