Uses of Class
com.univocity.api.UI

Packages that use UI
com.univocity.api.net   
 

Uses of UI in com.univocity.api.net
 

Methods in com.univocity.api.net with annotations of type UI
 void HttpRequest.setCharset(String charset)
          Defines a charset to be used when reading the response resulting from this HTTP request.
 void HttpRequest.setFollowRedirects(boolean followRedirects)
          Configures the request to follow redirects.
 void HttpRequest.setIgnoreHttpErrors(boolean ignoreHttpErrors)
          Configures the this HTTP request to ignore HTTP errors returned by the remote server and process the response anyway.
 void HttpRequest.setProxy(Proxy.Type proxyType, String host, int port, String user, char[] password)
          Configures this request to connect through a proxy.
 void HttpRequest.setReferrer(String referrer)
          Defines a Referer request header that identifies the address of the web-page that linked to the resource being requested.
 void UrlReaderProvider.setRetries(int retries)
          Defines a number of retries to be performed in case the HTTP request call fails.
 void UrlReaderProvider.setRetryInterval(long retryInterval)
          Defines the interval (in milliseconds) to wait before trying to execute the HTTP request after a failure.
 void HttpRequest.setTimeout(int timeout)
          Defines a time limit (in milliseconds) for an initial connection to be established from this request.
 void HttpRequest.setUserAgent(String userAgent)
          Defines a User-Agent request header, which identifies the user agent originating the request.
 



Copyright © 2018 uniVocity Software Pty Ltd. All rights reserved.