Platform SDK Java 8.5 API Reference

com.genesyslab.platform.webmedia.protocol
Interface EspEmailProtocolHandshakeOptions

All Known Implementing Classes:
EspEmailClientChannelHandler, EspEmailClusterProtocol, EspEmailProtocol

public interface EspEmailProtocolHandshakeOptions

Dedicated interface to represent ESP based Genesys Email Server protocol handshake parameters.

See Also:
EspEmailProtocol

Method Summary
 java.lang.String getClientApplicationType()
          Returns client application type for the Genesys EMail Server connection.
 java.lang.String getClientName()
          Returns client name for the Email Server connection handshake.
 void setClientApplicationType(java.lang.String clientAppType)
          Sets client application type for the Genesys EMail Server connection.
 void setClientName(java.lang.String clientName)
          Sets the Email Server client name for connection handshake procedure.
 

Method Detail

setClientName

void setClientName(java.lang.String clientName)
Sets the Email Server client name for connection handshake procedure. Usually it represents application name of this Email Server client.

Parameters:
clientName - client name

getClientName

java.lang.String getClientName()
Returns client name for the Email Server connection handshake. Usually it represents application name of this Email Server client.

Returns:
client name
See Also:
setClientName(String)

getClientApplicationType

java.lang.String getClientApplicationType()
Returns client application type for the Genesys EMail Server connection. Usually it represents application type in Configuration Server.

Returns:
client application type
See Also:
setClientApplicationType(String)

setClientApplicationType

void setClientApplicationType(java.lang.String clientAppType)
Sets client application type for the Genesys EMail Server connection. Usually it represents application type in Configuration Server.

Parameters:
clientAppType - client application type

Platform SDK Java 8.5 API Reference

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.