public class AMURLStreamHandlerFactory extends Object implements URLStreamHandlerFactory
| Constructor and Description |
|---|
AMURLStreamHandlerFactory() |
| Modifier and Type | Method and Description |
|---|---|
URLStreamHandler |
createURLStreamHandler(String protocol)
Returns configured https protocol handler.
|
public URLStreamHandler createURLStreamHandler(String protocol)
createURLStreamHandler in interface URLStreamHandlerFactoryprotocol - - the protocol ("https")URLStreamHandler for https protocol.Copyright © 2010–2023 Open Identity Platform Community. All rights reserved.