java.lang.Object
java.net.spi.URLStreamHandlerProvider
org.postgresql.pljava.sqlj.Handler
- All Implemented Interfaces:
URLStreamHandlerFactory
Provider for an
sqlj:jarname
URL stream handler.
This is only used to allow the security policy to grant permissions to jars
by name. The handler is otherwise nonfunctional; its openConnection
method throws an exception.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateURLStreamHandler
(String protocol) static URLStreamHandlerProvider
provider()
-
Constructor Details
-
Handler
public Handler()
-
-
Method Details
-
provider
-
createURLStreamHandler
-