MCPcopy Create free account
hub / github.com/RipMeApp/ripme / timeout

Method timeout

src/main/java/com/rarchives/ripme/utils/Http.java:117–120  ·  view source on GitHub ↗
(int timeout)

Source from the content-addressed store, hash-verified

115
116 // Setters
117 public Http timeout(int timeout) {
118 connection.timeout(timeout);
119 return this;
120 }
121
122 public Http ignoreContentType() {
123 connection.ignoreContentType(true);

Callers 10

defaultSettingsMethod · 0.80
getSingleImageDataMethod · 0.80
getAlbumDataMethod · 0.80
getUserDataMethod · 0.80
getFirstPageMethod · 0.80
getPhotoIDsToURLsMethod · 0.80
updateProgramCLIMethod · 0.80
updateProgramGUIMethod · 0.80
downloadJarAndLaunchMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected