Class HTTPS


public class HTTPS extends HTTP
HTTPS Client.
Author:
pquiring
  • Constructor Details

    • HTTPS

      public HTTPS()
  • Method Details

    • open

      public boolean open(String host)
      Overrides:
      open in class HTTP
    • open

      public boolean open(String host, int port)
      Overrides:
      open in class HTTP
    • main

      public static void main(String[] args)
      Test HTTPS
    • cleanURL

      public static String cleanURL(String url)
      Removes user info from HTTP URL.