agent, body, contentType, disableGZIP, dispositionType, fjt, friend, HEADER_LOCATION, method, plugin, propertiesFile, timeoutMS, url| Constructor and Description | 
|---|
| RestCallHTTP(Method method,
            java.net.URL url,
            ReSTPlugin auth,
            java.lang.String agent,
            java.io.File propertiesFile,
            java.io.File body,
            int timeout,
            boolean disableGZIP,
            Friend friend,
            ContentType contentType,
            DispositionType dispositionType)The ReST call. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Response | doCall()Make the call | 
public RestCallHTTP(@Nonnull
                    Method method,
                    java.net.URL url,
                    ReSTPlugin auth,
                    java.lang.String agent,
                    java.io.File propertiesFile,
                    java.io.File body,
                    int timeout,
                    boolean disableGZIP,
                    Friend friend,
                    @Nullable
                    ContentType contentType,
                    @Nullable
                    DispositionType dispositionType)
method - the methodurl - the URL.auth - any authorization.agent - the agent string to use.propertiesFile - the properties filebody - the file contains request bodytimeout - the timeout in milliseconds ( if any)disableGZIP - true to NOT accept GZIP encoding, default is falsefriend - the friendcontentType - the content typedispositionType - the disposition typestSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.