hello,
is it possible to register custom url handler ?
we need for the hxtt driver to support more url type, for example:
jdbc:text:myprotocol:serveraddr:servport
where "myprotocol" is defined using :
URL.setURLStreamHandlerFactory(new MyProtocolHandler());
i have tried this and apparently hxtt drivers are ignoring custom handlers (not recognizing it)
|
We can provide that support
|