All Packages Class Hierarchy This Package Previous Next Index
Class ajanta.server.ATPReply
java.lang.Object
|
+----ajanta.server.ATPReply
- public class ATPReply
- extends Object
- implements Serializable
Class ATPReply encodes the format of the reply message sent by an agent
server after receiving an ATPRequest
-
ATPReply(URN, byte[], int, boolean, ATPException)
- ATPReply constructor
ATPReply
public ATPReply(URN s,
byte sig[],
int c,
boolean a,
ATPException ex)
- ATPReply constructor
- Parameters:
- s - URN of the server sending this reply
- sig - server signature on the previously sent nonce
- c - a challenge nonce being sent to the recipient
- a - whether the requested agent transfer can proceed ( true or false )
- ex - Exception thrown during agent transfer or null
All Packages Class Hierarchy This Package Previous Next Index