edu.ucsb.nceas.protocols.metacat
Class Handler

java.lang.Object
  |
  +--java.net.URLStreamHandler
        |
        +--edu.ucsb.nceas.protocols.metacat.Handler

public class Handler
extends java.net.URLStreamHandler

Class handling metacat scheme URLs by delegating connection requests to the MetacatURLConnection class


Constructor Summary
Handler()
           
 
Method Summary
protected  java.net.URLConnection openConnection(java.net.URL u)
          Open a new connection to the URL by delegating to the MetacatURLConnection
 
Methods inherited from class java.net.URLStreamHandler
equals, getDefaultPort, getHostAddress, hashCode, hostsEqual, parseURL, sameFile, setURL, 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()
Method Detail

openConnection

protected java.net.URLConnection openConnection(java.net.URL u)
Open a new connection to the URL by delegating to the MetacatURLConnection

Specified by:
openConnection in class java.net.URLStreamHandler
Parameters:
u - the URL to which a connection is requested


Copyright © 2000 National Center for Ecological Analysis and Synthesis. All Rights Reserved.