- setBufferSize(int) - Method in class com.y0ga.Networking.WebClient
-
Defines the size in bytes of the buffer that is used to copy streams in both upload/download operations.
- setDownloadBandwidthLimit(BandwidthLimitation) - Method in class com.y0ga.Networking.WebClient
-
Defines the maximum bytes per second limit for download operations.
- setEncoding(Charset) - Method in class com.y0ga.Networking.WebClient
-
Sets the encoding used to encode and decode strings.
- setLimitationMode(LimitationMode) - Method in class com.y0ga.Networking.WebClient
-
Sets the bandwidth limitation mode.
- setUploadBandwidthLimit(BandwidthLimitation) - Method in class com.y0ga.Networking.WebClient
-
Defines the maximum bytes per second limit for upload operations.
- setUserAgent(String) - Method in class com.y0ga.Networking.WebClient
-
Sets the "User-Agent" header value in every request.
- SizeUnit - Enum in com.y0ga.Networking
-
- substract(BandwidthLimitation) - Method in class com.y0ga.Networking.BandwidthLimitation
-
Subtracts two limitations and returns the result.