Uses of Interface
com.ning.http.client.Body
Packages that use Body
Package
Description
-
Uses of Body in com.ning.http.client
Subinterfaces of Body in com.ning.http.clientModifier and TypeInterfaceDescriptioninterfaceA request body which supports random access to its contents.Methods in com.ning.http.client that return BodyModifier and TypeMethodDescriptionBodyGenerator.createBody()Creates a new instance of the request body to be read. -
Uses of Body in com.ning.http.client.generators
Classes in com.ning.http.client.generators that implement BodyModifier and TypeClassDescriptionprotected final classprotected static classprotected classMethods in com.ning.http.client.generators that return BodyModifier and TypeMethodDescriptionByteArrayBodyGenerator.createBody()InputStreamBodyGenerator.createBody() -
Uses of Body in com.ning.http.client.multipart
Classes in com.ning.http.client.multipart that implement Body -
Uses of Body in com.ning.http.client.providers.grizzly
Methods in com.ning.http.client.providers.grizzly that return Body