com.ibm.agletx.patterns
Class NetUtils

java.lang.Object
  |
  +--com.ibm.agletx.patterns.NetUtils

public class NetUtils
extends java.lang.Object


Constructor Summary
NetUtils()
           
 
Method Summary
static int getDefaultPort(java.lang.String protocol)
           
static void main(java.lang.String[] arg)
           
static boolean sameURL(java.net.URL u1, java.net.URL u2)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetUtils

public NetUtils()
Method Detail

sameURL

public static boolean sameURL(java.net.URL u1,
                              java.net.URL u2)

getDefaultPort

public static int getDefaultPort(java.lang.String protocol)

main

public static void main(java.lang.String[] arg)
                 throws java.io.IOException