Class RequestResult

java.lang.Object
com.soklet.core.RequestResult

@ThreadSafe public class RequestResult extends Object
Encapsulates the results of a request (both logical response and bytes to be sent over the wire), useful for integration testing via Simulator.performRequest(Request).
Author:
Mark Allen