Package org.htmlunit
Class DefaultCredentialsProvider.AuthScopeProxy
java.lang.Object
org.htmlunit.DefaultCredentialsProvider.AuthScopeProxy
- All Implemented Interfaces:
Serializable
- Enclosing class:
DefaultCredentialsProvider
private static class DefaultCredentialsProvider.AuthScopeProxy
extends Object
implements Serializable
We have to wrap
AuthScope
instances in a serializable proxy so that the
DefaultCredentialsProvider
class can be serialized correctly.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
org.apache.http.auth.AuthScope
int
hashCode()
private void
readObject
(ObjectInputStream stream) private void
writeObject
(ObjectOutputStream stream)
-
Field Details
-
authScope_
private org.apache.http.auth.AuthScope authScope_
-
-
Constructor Details
-
AuthScopeProxy
AuthScopeProxy(org.apache.http.auth.AuthScope authScope)
-
-
Method Details
-
getAuthScope
public org.apache.http.auth.AuthScope getAuthScope() -
writeObject
- Throws:
IOException
-
readObject
- Throws:
IOException
ClassNotFoundException
-
hashCode
public int hashCode() -
equals
-