MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / readResponse

Method readResponse

CodenameOne/src/com/codename1/io/Log.java:155–158  ·  view source on GitHub ↗
(InputStream input)

Source from the content-addressed store, hash-verified

153 // request the device id from the server
154 ConnectionRequest r = new ConnectionRequest() {
155 @Override
156 protected void readResponse(InputStream input) throws IOException {
157 com.codename1.io.Preferences.set("UDeviceKey__$", Util.readToString(input));
158 }
159
160 @Override
161 protected void handleErrorResponseCode(int code, String message) {

Callers

nothing calls this directly

Calls 2

readToStringMethod · 0.95
setMethod · 0.65

Tested by

no test coverage detected