|
Authentication API v8.1 SP2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rsa.ace.techservice.udpserver.AbstractAceResponse
com.rsa.ace.techservice.udpserver.AceNextCodeResponse
public class AceNextCodeResponse
| Constructor Summary | |
|---|---|
AceNextCodeResponse(AceDatagram packet,
AceRequest request)
|
|
AceNextCodeResponse(AceRequest requestPacket)
|
|
| Method Summary | |
|---|---|
void |
processResponse()
Reads a response packet by reading from the byte-buffer. |
java.lang.String |
toString()
Converts the AbstractAceResponse to a string. |
| Methods inherited from class com.rsa.ace.techservice.udpserver.AbstractAceResponse |
|---|
buildResponsePacket, getBuffer, getHeader, getNewNodeSecret, getNodeSecret, getPacket, getProtocolVersion, getRequestToThisResponse, getResponseMsgType, getResponseSize, getResponseStatus, getTrailer, haveNodeSecret, readResponse, setNodeSecret, writeResponse |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AceNextCodeResponse(AceRequest requestPacket)
throws AcePacketException
requestPacket -
AcePacketException
public AceNextCodeResponse(AceDatagram packet,
AceRequest request)
throws AcePacketException
packet - request -
AcePacketException| Method Detail |
|---|
public void processResponse()
throws AcePacketException
AbstractAceResponse
processResponse in interface AceResponseprocessResponse in class AbstractAceResponseAcePacketException - If there is a problem reading the packet byte-buffer.public java.lang.String toString()
AbstractAceResponse
toString in interface AceResponsetoString in class AbstractAceResponse
|
Authentication API v8.1 SP2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||