Uses of Class
me.geso.mech2.Mech2
-
Uses of Mech2 in me.geso.mech2
Methods in me.geso.mech2 that return Mech2Modifier and TypeMethodDescriptionMech2.Builder.build()Mech2.disableRedirectHandling()Disable redirect handling.Mech2WithBase.getMech2()Get a mech2 instance.Constructors in me.geso.mech2 with parameters of type Mech2ModifierConstructorDescriptionMech2Request(Mech2 mech2, org.apache.http.client.utils.URIBuilder uriBuilder, org.apache.http.client.methods.HttpRequestBase request) Normally, you shouldn't call this directly.Mech2RequestMultipart(Mech2 mech2, org.apache.http.client.utils.URIBuilder uriBuilder, org.apache.http.client.methods.HttpRequestBase request, Charset charset) Do not use this directly.Mech2WithBase(Mech2 mech2, URI baseURI)