Uses of Class
com.avoka.tm.http.RequestBuilder
-
Packages that use RequestBuilder Package Description com.avoka.tm.http Provides HTTP Client classes using underlying Apache HTTP Components library. -
-
Uses of RequestBuilder in com.avoka.tm.http
Methods in com.avoka.tm.http that return RequestBuilder Modifier and Type Method Description RequestBuilder
RequestBuilder. setPath(String path)
Set the path to append the to service connection endpoint for the request URL.RequestBuilder
RequestBuilder. setSvcConn(SvcConn svcConn)
Set the service connection parameter.
-