net.jini.jeri.kerberos
Class KerberosServerEndpoint.ServerConnectionImpl.CacheKey
java.lang.Object
net.jini.jeri.kerberos.KerberosServerEndpoint.ServerConnectionImpl.CacheKey
- Enclosing class:
- KerberosServerEndpoint.ServerConnectionImpl
private final class KerberosServerEndpoint.ServerConnectionImpl.CacheKey
- extends Object
The key used for the softcache of this server endpoint.
handle
private final KerberosServerEndpoint.ServerConnectionImpl.InboundRequestHandleImpl handle
constraints
private final InvocationConstraints constraints
KerberosServerEndpoint.ServerConnectionImpl.CacheKey
KerberosServerEndpoint.ServerConnectionImpl.CacheKey(KerberosServerEndpoint.ServerConnectionImpl.InboundRequestHandleImpl handle,
InvocationConstraints constraints)
- Construct a Key object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object o)
- Use
==
to compare content
- Overrides:
equals
in class Object
Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.