|
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.AceTimeRequestResponse
public class AceTimeRequestResponse
This class is an Ace Time Request Response. It implements the AceResponse interface by extending the AbstractAceResponse class and defining methods to write a time request response.
| Constructor Summary | |
|---|---|
AceTimeRequestResponse(AceDatagram packet,
AceRequest request)
Creates a new instance of AceTimeRequestResponse. |
|
AceTimeRequestResponse(AceTimeRequest request)
Creates a new instance of AceTimeRequestResponse. |
|
| Method Summary | |
|---|---|
byte |
getResponseMsgType()
Returns the response message type for a time response. |
int |
getResponseStatus()
Returns the status for a time response. |
int |
getTimeResponse()
Returns the time Response . |
java.nio.ByteBuffer |
readResponse()
Write an AceTimeRequestResponse packet. |
java.lang.String |
toString()
Converts the AbstractAceResponse to a string. |
void |
writeResponse(java.nio.ByteBuffer buf)
Write an AceTimeRequestResponse packet. |
| Methods inherited from class com.rsa.ace.techservice.udpserver.AbstractAceResponse |
|---|
buildResponsePacket, getBuffer, getHeader, getNewNodeSecret, getNodeSecret, getPacket, getProtocolVersion, getRequestToThisResponse, getResponseSize, getTrailer, haveNodeSecret, processResponse, setNodeSecret |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.rsa.ace.techservice.udpserver.AceResponse |
|---|
buildResponsePacket, getHeader, getPacket, getProtocolVersion, getResponseSize, getTrailer, processResponse |
| Constructor Detail |
|---|
public AceTimeRequestResponse(AceTimeRequest request)
throws AcePacketException
request - The request from which some response data is obtained.
AcePacketException - If there's a problem using the request to
build the response.
public AceTimeRequestResponse(AceDatagram packet,
AceRequest request)
throws AcePacketException
request - The request from which some response data is obtained.
AcePacketException - If there's a problem using the request to
build the response.| Method Detail |
|---|
public void writeResponse(java.nio.ByteBuffer buf)
throws AcePacketException
writeResponse in interface AceResponsewriteResponse in class AbstractAceResponsebuf - The buffer to which the packet is written.
AcePacketException - If there is a problem building the packet.
public java.nio.ByteBuffer readResponse()
throws AcePacketException
readResponse in interface AceResponsereadResponse in class AbstractAceResponsebuf - The buffer to which the packet is written.
AcePacketException - If there is a problem building the packet.public byte getResponseMsgType()
getResponseMsgType in interface AceResponsegetResponseMsgType in class AbstractAceResponsepublic int getResponseStatus()
getResponseStatus in interface AceResponsegetResponseStatus in class AbstractAceResponsepublic int getTimeResponse()
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 | |||||||||