Package org.htmlunit
Class DefaultCredentialsProvider.AuthScopeProxy
- java.lang.Object
-
- org.htmlunit.DefaultCredentialsProvider.AuthScopeProxy
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- DefaultCredentialsProvider
private static class DefaultCredentialsProvider.AuthScopeProxy extends java.lang.Object implements java.io.SerializableWe have to wrapAuthScopeinstances in a serializable proxy so that theDefaultCredentialsProviderclass can be serialized correctly.
-
-
Field Summary
Fields Modifier and Type Field Description private org.apache.http.auth.AuthScopeauthScope_
-
Constructor Summary
Constructors Constructor Description AuthScopeProxy(org.apache.http.auth.AuthScope authScope)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)org.apache.http.auth.AuthScopegetAuthScope()inthashCode()private voidreadObject(java.io.ObjectInputStream stream)private voidwriteObject(java.io.ObjectOutputStream stream)
-
-
-
Method Detail
-
getAuthScope
public org.apache.http.auth.AuthScope getAuthScope()
-
writeObject
private void writeObject(java.io.ObjectOutputStream stream) throws java.io.IOException- Throws:
java.io.IOException
-
readObject
private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
java.io.IOExceptionjava.lang.ClassNotFoundException
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
-