Package com.eclipsesource.restfuse

Interface Summary
PollState A PollState acts as a consistent state during a poll series.
Request A Request acts as a wrapper for an http request.
Response A Response acts as a wrapper for an http response.
 

Class Summary
Assert The Assert class provides a set of convenience methods that ease the testing of an http response.
CallbackResource A CallbackResource is used by the Callback annotation.
DefaultCallbackResource The DefaultCallbackResource is a default implementation for the CallbackResource which can be used within an http TestCase.
Destination A Destination marks a requirement for http tests.
HttpJUnitRunner The HttpJUnitRunner can be used in your TestCase to avoid the double annotation of test methods with the Test and HttpTest annotation.
RequestContext Request context hold additional data to be added to the request before execution like headers (cookies), authorization, ...
 

Enum Summary
AuthenticationType An AuthenticationType can be used with the Authentication annotation.
MediaType The MediaType enumeration contains values that can be used within a request as the request's content type.
Method The Method enumeration contains values that represents http methods.
Status The Status enumeration contains values that can be used within a request/response to represent it's status code.
Status.Family