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.TelegramInterfacesendAndReceiveRequest in interface SrpClientAuthentication.TelegramInterfacetelegram - AnfrageCommunicationError - Kommunikationsproblempublic SrpValidateAnswer sendAndReceiveValidateRequest(SrpValidateRequest telegram) throws CommunicationError
de.bsvrz.dav.daf.communication.srpAuthentication.SrpClientAuthentication.TelegramInterfacesendAndReceiveValidateRequest in interface SrpClientAuthentication.TelegramInterfacetelegram - AnfrageCommunicationError - Kommunikationsproblemprivate DataTelegram getDataTelegram(byte telegramType) throws CommunicationError
CommunicationError