Interface Request

All Superinterfaces:
BaseRequest

public interface Request extends BaseRequest

Represents a client request in a client exchange.

Once the request has been sent to the endpoint it is no longer possible to modify it resulting in IllegalStateException on such operations.

Since:
1.6
Author:
Jeremy Kuhn
See Also: