Uses of Class
com.pixelservices.flash.components.http.expected.ExpectedBodyField
Packages that use ExpectedBodyField
-
Uses of ExpectedBodyField in com.pixelservices.flash.components.http
Fields in com.pixelservices.flash.components.http with type parameters of type ExpectedBodyFieldModifier and TypeFieldDescriptionprotected Map
<String, ExpectedBodyField> RequestHandler.expectedBodyFields
Methods in com.pixelservices.flash.components.http that return ExpectedBodyFieldModifier and TypeMethodDescriptionRequestHandler.expectedBodyField
(String fieldName) Specify an expected body fieldRequestHandler.expectedBodyField
(String fieldName, String description) Specify an expected body field with descriptionMethods in com.pixelservices.flash.components.http that return types with arguments of type ExpectedBodyFieldModifier and TypeMethodDescriptionHandlerSpecification.getExpectedBodyFields()
Retrieves the expected body fields for this handler.RequestHandler.getExpectedBodyFields()