private class T_T_HighLevelCommunication.MyTelegramInterface extends java.lang.Object implements SrpClientAuthentication.TelegramInterface
Modifier | Constructor and Description |
---|---|
private |
MyTelegramInterface() |
Modifier and Type | Method and Description |
---|---|
private DataTelegram |
getDataTelegram(byte telegramType) |
SrpAnswer |
sendAndReceiveRequest(SrpRequest telegram)
Eine SRP-Anfrage senden und die Antwort empfangen
|
SrpValidateAnswer |
sendAndReceiveValidateRequest(SrpValidateRequest telegram)
Eine SRP-Überprüfungs-Anfrage senden und die Antwort empfangen
|
public SrpAnswer sendAndReceiveRequest(SrpRequest telegram) throws CommunicationError
de.bsvrz.dav.daf.communication.srpAuthentication.SrpClientAuthentication.TelegramInterface
sendAndReceiveRequest
in interface SrpClientAuthentication.TelegramInterface
telegram
- AnfrageCommunicationError
- Kommunikationsproblempublic SrpValidateAnswer sendAndReceiveValidateRequest(SrpValidateRequest telegram) throws CommunicationError
de.bsvrz.dav.daf.communication.srpAuthentication.SrpClientAuthentication.TelegramInterface
sendAndReceiveValidateRequest
in interface SrpClientAuthentication.TelegramInterface
telegram
- AnfrageCommunicationError
- Kommunikationsproblemprivate DataTelegram getDataTelegram(byte telegramType) throws CommunicationError
CommunicationError