Searched refs:TARGET_HOST (Results 1 – 3 of 3) sorted by relevance
70 if (!request.containsHeader(HTTP.TARGET_HOST)) { in process()94 request.addHeader(HTTP.TARGET_HOST, targethost.toHostString()); in process()
57 public static final String TARGET_HOST = "Host"; field in HTTP
688 connect.addHeader(HTTP.TARGET_HOST, target.toHostString()); in createTunnelToTarget()