private class ClientHighLevelCommunication.ClientTelegramInterface extends java.lang.Object implements SrpClientAuthentication.TelegramInterface
Modifier | Constructor and Description |
---|---|
private |
ClientTelegramInterface() |
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
SrpClientAuthentication.TelegramInterface
Eine SRP-Anfrage senden und die Antwort empfangen
sendAndReceiveRequest
in interface SrpClientAuthentication.TelegramInterface
telegram
- AnfrageCommunicationError
- Kommunikationsproblempublic SrpValidateAnswer sendAndReceiveValidateRequest(SrpValidateRequest telegram) throws CommunicationError
SrpClientAuthentication.TelegramInterface
Eine SRP-Überprüfungs-Anfrage senden und die Antwort empfangen
sendAndReceiveValidateRequest
in interface SrpClientAuthentication.TelegramInterface
telegram
- AnfrageCommunicationError
- Kommunikationsproblemprivate DataTelegram getDataTelegram(byte telegramType) throws CommunicationError
CommunicationError