Package edu.ucsb.nceas.protocols.metacat
Class Handler
java.lang.Object
java.net.URLStreamHandler
edu.ucsb.nceas.protocols.metacat.Handler
Class handling metacat scheme URLs by delegating connection requests
to the MetacatURLConnection class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected URLConnection
Open a new connection to the URL by delegating to the MetacatURLConnectionMethods inherited from class java.net.URLStreamHandler
equals, getDefaultPort, getHostAddress, hashCode, hostsEqual, openConnection, parseURL, sameFile, setURL, setURL, toExternalForm
-
Constructor Details
-
Handler
public Handler()
-
-
Method Details
-
openConnection
Open a new connection to the URL by delegating to the MetacatURLConnection- Specified by:
openConnection
in classURLStreamHandler
- Parameters:
u
- the URL to which a connection is requested
-