public static class ExecutionContext.RuntimeData
extends java.lang.Object
Note that some of the data items might be relevant and present only for particular types of protocol and transport implementations, or particular side of the API invocation (client or server).
This class is immutable.
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getReadTimeout()
Returns client-side read timeout as specified in
ExecutionContext.Builder.setReadTimeout(Integer) . |
HttpResponseAccessor |
getResponseAccessor()
Returns client-side raw REST response accessor as specified in
ExecutionContext.Builder.setResponseAccessor(HttpResponseAccessor) . |
public java.lang.Integer getReadTimeout()
ExecutionContext.Builder.setReadTimeout(Integer)
.public HttpResponseAccessor getResponseAccessor()
ExecutionContext.Builder.setResponseAccessor(HttpResponseAccessor)
.null