public final class HttpRequestSessionContext extends Object implements SessionContext
| Constructor and Description |
|---|
HttpRequestSessionContext(javax.servlet.http.HttpServletRequest servletRequest) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCatalog() |
Map<String,Map<String,String>> |
getCatalogSessionProperties() |
Set<String> |
getClientCapabilities() |
String |
getClientInfo() |
Set<String> |
getClientTags() |
Identity |
getIdentity() |
String |
getLanguage() |
String |
getPath() |
Map<String,String> |
getPreparedStatements() |
String |
getRemoteUserAddress() |
ResourceEstimates |
getResourceEstimates() |
String |
getSchema() |
String |
getSource() |
Map<String,String> |
getSystemProperties() |
String |
getTimeZoneId() |
Optional<String> |
getTraceToken() |
Optional<TransactionId> |
getTransactionId() |
String |
getUserAgent() |
boolean |
supportClientTransaction() |
public HttpRequestSessionContext(javax.servlet.http.HttpServletRequest servletRequest)
throws javax.ws.rs.WebApplicationException
javax.ws.rs.WebApplicationExceptionpublic Identity getIdentity()
getIdentity in interface SessionContextpublic String getCatalog()
getCatalog in interface SessionContextpublic String getSchema()
getSchema in interface SessionContextpublic String getPath()
getPath in interface SessionContextpublic String getSource()
getSource in interface SessionContextpublic String getRemoteUserAddress()
getRemoteUserAddress in interface SessionContextpublic String getUserAgent()
getUserAgent in interface SessionContextpublic String getClientInfo()
getClientInfo in interface SessionContextpublic Set<String> getClientTags()
getClientTags in interface SessionContextpublic Set<String> getClientCapabilities()
getClientCapabilities in interface SessionContextpublic ResourceEstimates getResourceEstimates()
getResourceEstimates in interface SessionContextpublic String getTimeZoneId()
getTimeZoneId in interface SessionContextpublic String getLanguage()
getLanguage in interface SessionContextpublic Map<String,String> getSystemProperties()
getSystemProperties in interface SessionContextpublic Map<String,Map<String,String>> getCatalogSessionProperties()
getCatalogSessionProperties in interface SessionContextpublic Map<String,String> getPreparedStatements()
getPreparedStatements in interface SessionContextpublic Optional<TransactionId> getTransactionId()
getTransactionId in interface SessionContextpublic boolean supportClientTransaction()
supportClientTransaction in interface SessionContextpublic Optional<String> getTraceToken()
getTraceToken in interface SessionContextCopyright © 2012–2019. All rights reserved.