OutboundServerProtocol
public interface OutboundServerProtocolHandshakeOptions
OutboundServerProtocol
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getClientName() |
Returns the Outbound Server client name for connection handshake procedure.
|
java.lang.String |
getClientPassword() |
Returns optional client application password.
|
java.lang.String |
getUserName() |
Returns user name property for the Outbound Server connection.
|
java.lang.String |
getUserPassword() |
Returns user password property for the Outbound Server connection.
|
void |
setClientName(java.lang.String clientName) |
Sets the Outbound Server client name for connection handshake procedure.
|
void |
setClientPassword(java.lang.String clientPassword) |
Sets optional client application password.
|
void |
setUserName(java.lang.String userName) |
Sets user name property for the Outbound Server connection.
|
void |
setUserPassword(java.lang.String userPassword) |
Sets user password property for the Outbound Server connection.
|
java.lang.String getClientName()
setClientName(String)
void setClientName(java.lang.String clientName)
clientName
- client namejava.lang.String getClientPassword()
setClientPassword(String)
void setClientPassword(java.lang.String clientPassword)
clientPassword
- application passwordjava.lang.String getUserName()
setUserName(String)
void setUserName(java.lang.String userName)
userName
- user namejava.lang.String getUserPassword()
setUserPassword(String)
void setUserPassword(java.lang.String userPassword)
userPassword
- user passwordSend comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.