|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sblim.slp.internal.sa.MessageTable
Keeps track of datagram messages. For requestes with the same XID the same responses should be returned.
Constructor Summary | |
MessageTable()
|
Method Summary | |
void |
addResponse(java.net.InetAddress pSource,
SLPMessage pRequest,
byte[] pRespond)
addResponse |
byte[] |
getResponse(java.net.InetAddress pSource,
SLPMessage pRequest)
getResponse |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MessageTable()
Method Detail |
public byte[] getResponse(java.net.InetAddress pSource, SLPMessage pRequest) throws ServiceLocationException
pSource
- pRequest
-
ServiceLocationException
public void addResponse(java.net.InetAddress pSource, SLPMessage pRequest, byte[] pRespond) throws ServiceLocationException
pSource
- pRequest
- pRespond
-
ServiceLocationException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |