Uses of Interface
org.hcjf.io.net.http.RequestBodyDecoderLayer
-
Packages that use RequestBodyDecoderLayer Package Description org.hcjf.io.net.http -
-
Uses of RequestBodyDecoderLayer in org.hcjf.io.net.http
Classes in org.hcjf.io.net.http that implement RequestBodyDecoderLayer Modifier and Type Class Description classFormUrlEncodedDecoderThis layer implementation contains the logic to decode a body using the form url encoding standard method, that correspond with the content type header 'application/x-www-form-urlencoded'classMultipartFormDataDecoderThis layer implementation contains the logic to decode a body using the form url encoding standard method, that correspond with the content type header 'multipart/form-data'
-