Uses of Class
ch.hsr.bieridee.test.http.requestprocessors.AcceptRequestProcessor.ContentType

Packages that use AcceptRequestProcessor.ContentType
ch.hsr.bieridee.test.http.requestprocessors   
 

Uses of AcceptRequestProcessor.ContentType in ch.hsr.bieridee.test.http.requestprocessors
 

Methods in ch.hsr.bieridee.test.http.requestprocessors that return AcceptRequestProcessor.ContentType
static AcceptRequestProcessor.ContentType AcceptRequestProcessor.ContentType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AcceptRequestProcessor.ContentType[] AcceptRequestProcessor.ContentType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in ch.hsr.bieridee.test.http.requestprocessors with parameters of type AcceptRequestProcessor.ContentType
AcceptRequestProcessor(AcceptRequestProcessor.ContentType contentType)
          Create a new AcceptRequestProcessor instance that adds the specified ContentType to the accept header of the request.