FileDocCategorySizeDatePackage
Handler.javaAPI DocExample301Sat Sep 09 20:53:48 BST 2000com.macfaq.net.www.protocol.daytime

Handler

public class Handler extends URLStreamHandler

Fields Summary
Constructors Summary
Methods Summary
public intgetDefaultPort()

    return 13;
  
protected java.net.URLConnectionopenConnection(java.net.URL u)

    return new DaytimeURLConnection(u);