protected final void a(
     HttpURLConnection paramHttpURLConnection, com.yelp.android.cw.c paramc, d<f> paramd)
     throws Exception {
   paramc = ("channelId=" + jp.line.android.sdk.c.a().d()).getBytes("UTF-8");
   paramHttpURLConnection.setRequestMethod("POST");
   paramHttpURLConnection.setDoOutput(true);
   paramHttpURLConnection.setRequestProperty("Content-Type", "application/x-www-form-urlencoded");
   paramHttpURLConnection.setRequestProperty("Content-Length", String.valueOf(paramc.length));
   b(paramHttpURLConnection);
   paramHttpURLConnection = paramHttpURLConnection.getOutputStream();
   paramHttpURLConnection.write(paramc);
   paramHttpURLConnection.flush();
   paramHttpURLConnection.close();
 }