InteractionServerProtocol
public interface InteractionServerProtocolHandshakeOptions
InteractionServerProtocol
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getClientName() |
Returns the name of a client.
|
InteractionClient |
getClientType() |
Returns the type of a client.
|
java.lang.String |
getMediaType() |
Returns the type of media.
|
java.lang.Integer |
getProxyId() |
Returns the proxy id.
|
KeyValueCollection |
getRegistrationExtensions() |
Returns extended parameters of registration.
|
void |
setClientName(java.lang.String nameOfClient) |
Sets the name of a client.
|
void |
setClientType(InteractionClient typeOfClient) |
Sets the type of a client.
|
void |
setMediaType(java.lang.String value) |
Sets the type of media.
|
void |
setProxyId(java.lang.Integer idOfProxy) |
Sets the id of the proxy.
|
void |
setRegistrationExtensions(KeyValueCollection registrationExt) |
Sets extended parameters of registration.
|
InteractionClient getClientType()
setClientType(InteractionClient)
void setClientType(InteractionClient typeOfClient)
typeOfClient
- type of clientjava.lang.String getClientName()
setClientName(String)
void setClientName(java.lang.String nameOfClient)
nameOfClient
- name of clientjava.lang.String getMediaType()
setMediaType(String)
void setMediaType(java.lang.String value)
value
- type of mediajava.lang.Integer getProxyId()
setProxyId(Integer)
,
#getServerContext()
,
InteractionServerContext.getProxyId()
void setProxyId(java.lang.Integer idOfProxy)
idOfProxy
- id of the proxyKeyValueCollection getRegistrationExtensions()
setRegistrationExtensions(KeyValueCollection)
,
InteractionServerProtocol.getServerContext()
,
InteractionServerContext.getRegistrationExtensions()
void setRegistrationExtensions(KeyValueCollection registrationExt)
registrationExt
- registration extensionsgetRegistrationExtensions()
,
InteractionServerProtocol.getServerContext()
,
InteractionServerContext.getRegistrationExtensions()
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.