Skip navigation links
B C D E F G H I J M P R S T V W 

S

sendHttpRequest(HttpClient.HttpMethod) - Method in class com.mgnt.lifecycle.management.httpclient.HttpClient
This method sends HTTP request to pre-set URL.
sendHttpRequest(String, HttpClient.HttpMethod) - Method in class com.mgnt.lifecycle.management.httpclient.HttpClient
This method sends HTTP request to specified URL and uses specified HTTP method.
sendHttpRequest(HttpClient.HttpMethod, String) - Method in class com.mgnt.lifecycle.management.httpclient.HttpClient
This method sends HTTP request to pre-set URL.
sendHttpRequest(HttpClient.HttpMethod, ByteBuffer) - Method in class com.mgnt.lifecycle.management.httpclient.HttpClient
This method sends HTTP request to pre-set URL.
sendHttpRequest(String, HttpClient.HttpMethod, String) - Method in class com.mgnt.lifecycle.management.httpclient.HttpClient
This method sends HTTP request to specified URL, uses specified HTTP method and sends data through request body.
sendHttpRequest(String, HttpClient.HttpMethod, ByteBuffer) - Method in class com.mgnt.lifecycle.management.httpclient.HttpClient
This method sends HTTP request to specified URL, uses specified HTTP method and sends binary data through request body.
sendHttpRequestForBinaryResponse(HttpClient.HttpMethod) - Method in class com.mgnt.lifecycle.management.httpclient.HttpClient
This method sends HTTP request to pre-set URL.
sendHttpRequestForBinaryResponse(String, HttpClient.HttpMethod) - Method in class com.mgnt.lifecycle.management.httpclient.HttpClient
This method is the same as HttpClient.sendHttpRequest(String, HttpMethod) except that it returns ByteBuffer that holds binary info.
sendHttpRequestForBinaryResponse(HttpClient.HttpMethod, String) - Method in class com.mgnt.lifecycle.management.httpclient.HttpClient
This method sends HTTP request to pre-set URL.
sendHttpRequestForBinaryResponse(HttpClient.HttpMethod, ByteBuffer) - Method in class com.mgnt.lifecycle.management.httpclient.HttpClient
This method sends HTTP request to pre-set URL.
sendHttpRequestForBinaryResponse(String, HttpClient.HttpMethod, String) - Method in class com.mgnt.lifecycle.management.httpclient.HttpClient
This method is the same as HttpClient.sendHttpRequest(String, HttpMethod, String) except that it returns ByteBuffer that holds binary info.
sendHttpRequestForBinaryResponse(String, HttpClient.HttpMethod, ByteBuffer) - Method in class com.mgnt.lifecycle.management.httpclient.HttpClient
This method is the same as HttpClient.sendHttpRequest(String, HttpMethod, ByteBuffer) except that it returns ByteBuffer that holds binary info.
setConnectionUrl(String) - Method in class com.mgnt.lifecycle.management.httpclient.HttpClient
Setter for connectionUrl property.
setConnectTimeout(TimeInterval) - Method in class com.mgnt.lifecycle.management.httpclient.HttpClient
This method sets the connection timeout that will remain in effect for all subsequent connection requests until it is changed by invocation of this or other connection timeout setter methods: HttpClient.setConnectTimeout(String), HttpClient.setConnectTimeout(long, TimeUnit)
setConnectTimeout(String) - Method in class com.mgnt.lifecycle.management.httpclient.HttpClient
This is convenience method that allows to set connection timeout from a string that is parsed to TimeInterval.
setConnectTimeout(long, TimeUnit) - Method in class com.mgnt.lifecycle.management.httpclient.HttpClient
This is convenience method that allows to set connection timeout from timeValue and TimeUnit parameters that are used to instantiate TimeInterval
setContentType(String) - Method in class com.mgnt.lifecycle.management.httpclient.HttpClient
This is setter method for content type property.
setInitialized(boolean) - Method in interface com.mgnt.lifecycle.management.backgroundrunner.BackgroundRunnable
internally used method
setInitialized(boolean) - Method in class com.mgnt.lifecycle.management.backgroundrunner.BaseBackgroundRunnable
 
setParamValue(TimeInterval, String) - Method in interface com.mgnt.lifecycle.management.backgroundrunner.BackgroundRunnable
This method is a general setter method for all properties that hold TimeInterval value.
setPoolSize(int) - Method in class com.mgnt.lifecycle.management.backgroundrunner.BackgroundThreadsRunner
This property defines the pool size of the thread pool that runs all the tasks.
setReadTimeout(TimeInterval) - Method in class com.mgnt.lifecycle.management.httpclient.HttpClient
This method sets the read timeout that will remain in effect for all subsequent connection requests until it is changed by invocation of this or other read timeout setter methods: HttpClient.setReadTimeout(String), HttpClient.setReadTimeout(long, TimeUnit)
setReadTimeout(String) - Method in class com.mgnt.lifecycle.management.httpclient.HttpClient
This is convenience method that allows to set read timeout from a string that is parsed to TimeInterval.
setReadTimeout(long, TimeUnit) - Method in class com.mgnt.lifecycle.management.httpclient.HttpClient
This is convenience method that allows to set read timeout from timeValue and TimeUnit parameters that are used to instantiate TimeInterval
setRelevantPackage(String...) - Static method in class com.mgnt.utils.TextUtils
This is a setter method for relevant package prefix array property for method TextUtils.getStacktrace(Throwable, boolean) Once the value has been set the convenience method TextUtils.getStacktrace(Throwable, boolean) could be used instead of method TextUtils.getStacktrace(Throwable, boolean, String...)
setRequestHeader(String, String) - Method in class com.mgnt.lifecycle.management.httpclient.HttpClient
This method is a general request header setter.
setRequestProperty(String, String) - Method in class com.mgnt.lifecycle.management.httpclient.HttpClient
Deprecated.
setResponseCode(int) - Method in class com.mgnt.lifecycle.management.httpclient.ResponseHolder
This method sets the HTTP response code of the executed HTTP request
setResponseContent(C) - Method in class com.mgnt.lifecycle.management.httpclient.ResponseHolder
THis method sets the content of the response from server side
setResponseHeaders(Map<String, List<String>>) - Method in class com.mgnt.lifecycle.management.httpclient.ResponseHolder
This method sets the response headers
setResponseHolder(ResponseHolder) - Method in exception com.mgnt.lifecycle.management.httpclient.HttpClientCommunicationException
 
setResponseMessage(String) - Method in class com.mgnt.lifecycle.management.httpclient.ResponseHolder
This method sets sets the response message
setTimeUnit(TimeUnit) - Method in class com.mgnt.utils.entities.TimeInterval
TimeUnit Setter
setValue(long) - Method in class com.mgnt.utils.entities.TimeInterval
Numerical value setter
sleepFor(long, TimeUnit) - Static method in class com.mgnt.utils.TimeUtils
This method is a convenience method for method sleep() of classes Thread or TimeUnit.
sleepFor(TimeInterval) - Static method in class com.mgnt.utils.TimeUtils
This is an overload for method TimeUtils.sleepFor(long, TimeUnit) which is provided for convenience.
StringUnicodeEncoderDecoder - Class in com.mgnt.utils
This class provides Unicode conversion utility methods that allow to convert a string into Unicode sequence and vice-versa.
StringUnicodeEncoderDecoder() - Constructor for class com.mgnt.utils.StringUnicodeEncoderDecoder
 
B C D E F G H I J M P R S T V W 
Skip navigation links