public class KexVoiceSender extends KexVoIPSender
Modifier and Type | Field and Description |
---|---|
protected static de.bsvrz.sys.funclib.debug.Debug |
LOGGER
LOGGER.
|
VOIP_RESPONSE_CODE_ANSWERED, VOIP_RESPONSE_CODE_COMPLETED, VOIP_RESPONSE_CODE_NO_ERROR
Constructor and Description |
---|
KexVoiceSender(java.lang.String host,
int port)
Standardkonstruktor.
|
Modifier and Type | Method and Description |
---|---|
protected de.bitctrl.sibacop.client.AbstractRequest<?> |
erzeugeRequest(de.bitctrl.sibacop.client.Connection connection,
java.lang.String empfaenger,
java.lang.String text) |
protected boolean |
isOkResponse(int responseCode) |
send
public KexVoiceSender(java.lang.String host, int port) throws java.lang.Exception
host
- VoIP-Sender Hostport
- VoIP-Sender Hostjava.lang.Exception
- bei Fehlernprotected de.bitctrl.sibacop.client.AbstractRequest<?> erzeugeRequest(de.bitctrl.sibacop.client.Connection connection, java.lang.String empfaenger, java.lang.String text)
erzeugeRequest
in class KexVoIPSender
protected boolean isOkResponse(int responseCode)
isOkResponse
in class KexVoIPSender