|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InteractionServerProtocolHandshakeOptions
Dedicated interface to represent Interaction Server protocol handshake parameters.
InteractionServerProtocol
Method Summary | |
---|---|
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. |
Method Detail |
---|
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()
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |