|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ejie.r01f.net.Test1
Prueba de conexiones http
| Constructor Summary | |
Test1()
Constructor vacío |
|
| Method Summary | |
static void |
_test_HTTPS_Proxy(java.lang.String url,
java.lang.String proxyHost,
java.lang.String proxyPort,
java.lang.String proxyUser,
java.lang.String proxyPwd)
Probar una conexion HTTPS con Proxy |
static void |
_testHTTClient()
Ejemplo de HttpClient + HTTPS + PROXY + POSTING |
static void |
main(java.lang.String[] argv)
Metodo main (para probar el temilla...) |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Test1()
| Method Detail |
public static void main(java.lang.String[] argv)
java.lang.Exception
java.io.IOException
public static void _test_HTTPS_Proxy(java.lang.String url,
java.lang.String proxyHost,
java.lang.String proxyPort,
java.lang.String proxyUser,
java.lang.String proxyPwd)
throws java.io.IOException
url - la url a la que conectarproxyPort - el puerto del proxyproxyUser - el usuario del proxyproxyPwd - el password del proxy
java.io.IOException
public static void _testHTTClient()
throws java.io.IOException
java.io.IOException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||