Interface TransactionContext
- All Known Subinterfaces:
Transaction
- All Known Implementing Classes:
AbstractTransaction,HttpTransactionContext,IcapTransaction,ImmutableTransactionContext
public interface TransactionContext
-
Method Summary
-
Method Details
-
getSessionId
String getSessionId() -
getUrl
String getUrl() -
getDomain
String getDomain() -
getReferrer
String getReferrer() -
getReferrerHostname
String getReferrerHostname() -
getAccept
String getAccept() -
getDecision
Decision getDecision() -
getRedirectTarget
String getRedirectTarget() -
isThirdParty
boolean isThirdParty()
-