Searched refs:HttpHelper (Results 1 – 4 of 4) sorted by relevance
29 class JavaNetHttpHelper(rewriter: HttpHelper.UrlRewriter, userAgent: String) : HttpHelper {33 private val mRewriter: HttpHelper.UrlRewriter43 @Throws(IOException::class, HttpHelper.HttpException::class)44 override operator fun get(request: HttpHelper.GetRequest?): String? { in get()57 @Throws(IOException::class, HttpHelper.HttpException::class)73 @Throws(IOException::class, HttpHelper.HttpException::class)74 override fun post(request: HttpHelper.PostRequest?): String? { in post()78 @Throws(IOException::class, HttpHelper.HttpException::class)108 @Throws(IOException::class, HttpHelper.HttpException::class)131 @Throws(IOException::class, HttpHelper.HttpException::class)[all …]
21 interface HttpHelper { interface
24 import com.android.quicksearchbox.util.HttpHelper33 helper: HttpHelper,37 private val mHttpHelper: HttpHelper113 val request = HttpHelper.GetRequest(DOMAIN_CHECK_URL) in checkSearchDomain()
54 private var mHttpHelper: HttpHelper? = null300 val httpHelper: HttpHelper?308 protected fun createHttpHelper(): HttpHelper { in createHttpHelper()