Defines the method to be invoked when the response is first received.
Defines the method to be invoked when the response is first received.
Gets the time taken from when the request was first sent across the network to when the response was fully received (in the case of a buffered response) or just acquired (in the case of an unbuffered response).
Gets the time taken from when the request was first sent across the network to when the response was fully received (in the case of a buffered response) or just acquired (in the case of an unbuffered response).
Gets the response that was captured earlier.
Gets the response that was captured earlier.
Gets the timer created before the request was first sent across the network.
Gets the timer created before the request was first sent across the network.
Provides a response builder implementation that returns responses buffered in byte arrays (and also strings), using ByteBufferResponseBody.
This is not thread safe so a new instance is required for every request.
ByteBufferResponseBody