Searched refs:connection (Results 1 – 6 of 6) sorted by relevance
93 HttpURLConnection connection = null; in submitForm() local96 connection = (HttpURLConnection) url.openConnection(); in submitForm()97 connection.setInstanceFollowRedirects(false); in submitForm()98 connection.setRequestMethod("POST"); in submitForm()99 connection.setDoOutput(true); in submitForm()100 connection.setRequestProperty("Content-Type", in submitForm()104 connection.setRequestProperty("Content-Length", Integer.toString(body.length)); in submitForm()106 OutputStream output = connection.getOutputStream(); in submitForm()114 InputStream input = connection.getInputStream(); in submitForm()117 int response = connection.getResponseCode(); in submitForm()[all …]
74 self.connection = None148 self.connection = socket.create_connection(158 self.channel = self.connection.makefile(mode="brw")174 if self.connection is not None:176 self.connection.close()177 self.connection = None
15 - automatically continue a CTS test run on another device if connection
389 without limitation, in connection with any unauthorized modifications
98633 private java.net.HttpURLConnection connection149586 protected final org.apache.http.conn.OperatedClientConnection connection
66167 protected org.apache.harmony.luni.internal.net.www.protocol.http.HttpConnection connection