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 TypeMethodDescriptionbooleanorg.apache.http.auth.AuthScopeinthashCode()private voidreadObject(ObjectInputStream stream) private voidwriteObject(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:
IOExceptionClassNotFoundException
-
hashCode
public int hashCode() -
equals
-