URLStreamHandler.setURL() | Java

 

Descripción

Sintaxis

@Deprecated protected void setURL(URL u, String protocol, String host, int port, String file, String ref)
protected void setURL(URL u, String protocol, String host, int port, String authority, String userInfo, String path, String query, String ref)

Parámetros

  • String file,
  • String path,
  • String authority,
  • URL u,
  • String ref,
  • String host,
  • int port,
  • String query,
  • String userInfo,
  • String protocol,

Excepciones

SecurityException

Clase Padre

URLStreamHandler

Ejemplo


Líneas de Código

    Manual Java

    Aprende más sobre Java consultando online o descargando nuestro manual.

    Test Java

    ¿Te atreves a probar tus habilidades y conocimiento en Java con nuestro test?

    Vídeos Java

    Disfruta también de nuestros artículos sobre Java en formato vídeo. Aprovecha y suscribete a nuestro canal.