Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 440 Bytes

File metadata and controls

15 lines (13 loc) · 440 Bytes

URL Class

http://abc.com:8080/test.php

Constructors

  1. public URl (String protocol, String host, int port, String file)
  2. public URl (String protocol, String host, String file)
  3. public URl (URL Contex String url)
  4. public URl (String url)

Methods

  1. public String getProtocol()
  2. public String getHost()
  3. public String getPort()
  4. public String getFile()
  5. public String getQuery() // ?name = "GCES"