org.opennms.protocols.http
Class HttpUrlHandler
java.lang.Object
java.net.URLStreamHandler
org.opennms.protocols.http.HttpUrlHandler
public class HttpUrlHandler
- extends URLStreamHandler
The class for handling HTTP URL Connection using Apache HTTP Client
- Author:
- Alejandro Galue
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROTOCOL
public static final String PROTOCOL
- The Constant PROTOCOL.
- See Also:
- Constant Field Values
HttpUrlHandler
public HttpUrlHandler()
getDefaultPort
protected int getDefaultPort()
- Overrides:
getDefaultPort in class URLStreamHandler
openConnection
protected URLConnection openConnection(URL url)
throws IOException
- Specified by:
openConnection in class URLStreamHandler
- Throws:
IOException
Copyright © 2011. All Rights Reserved.