dk.i1.diameter.node
Class ConnectionKey

Object
  extended by dk.i1.diameter.node.ConnectionKey

public class ConnectionKey
extends Object

A connection identifier. ConnectionKey is used by Node to refer to a specific connection. It can be used for remembering where a request came from then later send an answer to it. If the connection has been lost in the meantime the Node instance will not know that ConnectionKey and reject sending the message. There is nothing interesting in the class except for equals()


Constructor Summary
ConnectionKey()
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 
Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionKey

public ConnectionKey()
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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