Package com.mimecast.robin.smtp.session
Class XclientSession
java.lang.Object
com.mimecast.robin.smtp.session.Session
com.mimecast.robin.smtp.session.XclientSession
- All Implemented Interfaces:
Serializable,Cloneable
XCLIENT session.
This provides access to XCLIENT session data.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classMapper for CaseConfig to Session with XCLIENT. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets XCLIENT.voidmap(CaseConfig caseConfig) Maps CaseConfig to this session.setXclient(Map<String, String> xclient) Sets XCLIENT parameters.Methods inherited from class com.mimecast.robin.smtp.session.Session
addAssertions, addEnvelope, clearEnvelopes, clone, close, closeProxyConnections, getAddr, getAssertions, getBehaviour, getBind, getCiphers, getConnectTimeout, getDate, getDelay, getDirection, getEhlo, getEhloAuth, getEhloLog, getEhloSize, getEnvelopes, getExtendedTimeout, getFriendAddr, getFriendRbl, getFriendRdns, getHelo, getLhlo, getMagic, getMagic, getMx, getPassword, getPort, getProtocols, getProxyConnection, getProxyConnections, getRdns, getRetry, getSavedResults, getSecurityPolicy, getSessionTransactionList, getTimeout, getUID, getUsername, hasMagic, isAuth, isAuthBeforeTls, isAuthLoginCombined, isAuthLoginRetry, isBlackholed, isEhlo8bit, isEhloBdat, isEhloBinary, isEhloTls, isFriendInRbl, isInbound, isOutbound, isSecurePort, isSmtpUtf8, isStartTls, isTls, putMagic, saveResults, setAddr, setAuth, setAuthBeforeTls, setAuthLoginCombined, setAuthLoginRetry, setBehaviour, setBind, setBlackholed, setCiphers, setConnectTimeout, setDelay, setDirection, setEhlo, setEhlo8bit, setEhloAuth, setEhloBdat, setEhloBinary, setEhloLog, setEhloSize, setEhloTls, setExtendedTimeout, setFriendAddr, setFriendInRbl, setFriendRbl, setFriendRdns, setHelo, setLhlo, setMx, setPassword, setPort, setProtocols, setProxyConnection, setRdns, setRetry, setSecurePort, setSecurityPolicy, setSmtpUtf8, setStartTls, setTimeout, setTls, setUID, setUsername
-
Field Details
-
xclient
-
-
Constructor Details
-
XclientSession
public XclientSession()Constructs a new XclientSession instance.
-
-
Method Details