public class Handler
extends java.net.URLStreamHandler
Constructor and Description |
---|
Handler() |
Modifier and Type | Method and Description |
---|---|
protected java.net.URLConnection |
openConnection(java.net.URL url)
Opens a new connection using the WSL protocol (empty method).
|
protected java.net.URLConnection openConnection(java.net.URL url) throws java.io.IOException
openConnection
in class java.net.URLStreamHandler
url
- is the URL used in the connection.java.io.IOException
- any I/O exception that occurs during the connection.Copyright (c) 2017 Software AG. All Rights Reserved.