public static interface RequestReceiver.RequestContext
| Modifier and Type | Method and Description |
|---|---|
String |
getAcceptLanguage()
Gets the identifier of the accept language.
|
Map<String,String> |
getAllProperties()
Gets a mapping between all incoming auxiliary property names as keys
and their respective values.
|
String |
getOperationId()
Gets the identifier of the operation.
|
String |
getServiceId()
Gets the identifier of the service.
|
String |
getSession()
Gets the identifier of the vAPI session.
|
default com.vmware.vapi.internal.tracing.TracingSpan |
getTracingSpan() |
String |
getUserAgent()
Gets the identifier of the user agent.
|
String getUserAgent()
String representing the user agent, or null
if one is not available in the contextString getSession()
String representing the session, or null
if one is not available in the contextString getServiceId()
String representing the service, or null
if one is not available in the contextString getOperationId()
String representing the operation, or null
if one is not available in the contextString getAcceptLanguage()
String representing the accept language, or null
if one is not available in the contextMap<String,String> getAllProperties()
In case the underlying transport allows for multiple values per
property (like the HTTP headers do), it is the implementation's
responsibility to combine the values into a single String
instance according to the transport's rules.
nulldefault com.vmware.vapi.internal.tracing.TracingSpan getTracingSpan()
Copyright © 2022. All rights reserved.