Uses of Package
org.apache.juneau.rest.httppart
Packages that use org.apache.juneau.rest.httppart
Package
Description
REST Server API
REST Assertions
-
Classes in org.apache.juneau.rest.httppart used by org.apache.juneau.restClassDescriptionA simple named object.A list of
NamedAttribute
objects.Represents a single request attribute on an HTTP request.Represents the attributes in an HTTP request.Contains the content of the HTTP request.Represents a single form-data parameter on an HTTP request.Represents the parsed form-data parameters in an HTTP request.Represents a single header on an HTTP request.Represents the headers in an HTTP request.Represents a single path parameter on an HTTP request.Represents the path parameters in an HTTP request.Represents a single query parameter on an HTTP request.Represents the query parameters in an HTTP request.Represents the information needed to serialize a response part such as a response header or content. -
Classes in org.apache.juneau.rest.httppart used by org.apache.juneau.rest.assertionsClassDescriptionContains the content of the HTTP request.Represents a single form-data parameter on an HTTP request.Represents a single header on an HTTP request.Represents a single query parameter on an HTTP request.
-
Classes in org.apache.juneau.rest.httppart used by org.apache.juneau.rest.httppartClassDescriptionImplementation of a named object.A simple named object.A list of
NamedAttribute
objects.Represents a single request attribute on an HTTP request.Represents the attributes in an HTTP request.Contains the content of the HTTP request.Represents a single form-data parameter on an HTTP request.Represents the parsed form-data parameters in an HTTP request.Represents a single header on an HTTP request.Represents the headers in an HTTP request.Represents a single HTTP part on an HTTP request.Represents a single path parameter on an HTTP request.Represents the path parameters in an HTTP request.Represents a single query parameter on an HTTP request.Represents the query parameters in an HTTP request.Represents the information needed to serialize a response part such as a response header or content.Represents the possible parameter types as defined by the Swagger 2.0 specification.