|
Revision 1, 0.6 kB
(checked in by amandel, 6 years ago)
|
|
Tags dir
|
| Line | |
|---|
| 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
|---|
| 2 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|---|
| 3 | |
|---|
| 4 | <html xmlns="http://www.w3.org/1999/xhtml"> |
|---|
| 5 | <head> |
|---|
| 6 | <title>org.jcoderz.commons.connector.http.transport</title> |
|---|
| 7 | </head> |
|---|
| 8 | |
|---|
| 9 | <body> |
|---|
| 10 | <p>This package contains the <b>HTTP Connector</b> implementation |
|---|
| 11 | classes for the transport layer.</p> |
|---|
| 12 | |
|---|
| 13 | <p>The transport layer is realised using the commons-http-client of |
|---|
| 14 | the jakarta project. |
|---|
| 15 | A interface is defined providing all functionality on transport |
|---|
| 16 | layer necessary by the http connector. |
|---|
| 17 | </p> |
|---|
| 18 | </body> |
|---|
| 19 | </html> |
|---|