Class Handler

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

public class Handler extends URLStreamHandler
Class handling metacat scheme URLs by delegating connection requests to the MetacatURLConnection class
  • Constructor Details

    • Handler

      public Handler()
  • Method Details

    • openConnection

      protected URLConnection openConnection(URL u)
      Open a new connection to the URL by delegating to the MetacatURLConnection
      Specified by:
      openConnection in class URLStreamHandler
      Parameters:
      u - the URL to which a connection is requested