Project JXTA

sun.net.www.protocol.jxta
Class Handler

java.lang.Object
  |
  +--java.net.URLStreamHandler
        |
        +--sun.net.www.protocol.jxta.Handler

public final class Handler
extends java.net.URLStreamHandler

Handler for URL

Since:
JXTA 1.0

Constructor Summary
Handler()
          Creates new Handler
 
Method Summary
 java.net.URLConnection openConnection(java.net.URL connect)
           
 
Methods inherited from class java.net.URLStreamHandler
parseURL, setURL, toExternalForm
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Handler

public Handler()
Creates new Handler
Method Detail

openConnection

public java.net.URLConnection openConnection(java.net.URL connect)
                                      throws java.io.IOException
Overrides:
openConnection in class java.net.URLStreamHandler

Project JXTA