org.springframework.security.oauth.consumer.net
Class OAuthOverHttpsURLStreamHandler
java.lang.Object
java.net.URLStreamHandler
sun.net.www.protocol.http.Handler
sun.net.www.protocol.https.Handler
org.springframework.security.oauth.consumer.net.OAuthOverHttpsURLStreamHandler
public class OAuthOverHttpsURLStreamHandler
- extends sun.net.www.protocol.https.Handler
Stream handler to handle the request stream to a protected resource over HTTP.
- Author:
- Ryan Heaton
| Fields inherited from class sun.net.www.protocol.https.Handler |
proxy, proxyPort |
| Methods inherited from class sun.net.www.protocol.https.Handler |
getDefaultPort, openConnection |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OAuthOverHttpsURLStreamHandler
public OAuthOverHttpsURLStreamHandler(ProtectedResourceDetails resourceDetails,
OAuthConsumerToken accessToken,
OAuthConsumerSupport support,
String httpMethod,
Map<String,String> additionalParameters)
openConnection
protected URLConnection openConnection(URL url,
Proxy proxy)
throws IOException
- Overrides:
openConnection in class sun.net.www.protocol.https.Handler
- Throws:
IOException
Copyright © 2013. All rights reserved.