net.tomp2p.rpc
Class CacheKey

java.lang.Object
  extended by net.tomp2p.rpc.CacheKey

public class CacheKey
extends Object


Constructor Summary
CacheKey(PeerAddress remotePeer, Message.Type type, boolean signMessage)
           
 
Method Summary
 boolean equals(Object obj)
           
 PeerAddress getRemotePeer()
           
 Message.Type getType()
           
 int hashCode()
           
 boolean isSignMessage()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheKey

public CacheKey(PeerAddress remotePeer,
                Message.Type type,
                boolean signMessage)
Method Detail

getRemotePeer

public PeerAddress getRemotePeer()

getType

public Message.Type getType()

isSignMessage

public boolean isSignMessage()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2013. All Rights Reserved.