Searched refs:HTTP (Results 1 – 11 of 11) sorted by relevance
118 public static final int HTTP = 0x47; field in HeaderSet367 case HTTP: in setHeader()530 case HTTP: in getHeader()604 out.write(HTTP); in getHeaderList()
564 value = (byte[])headImpl.getHeader(HeaderSet.HTTP); in createHeader()566 out.write((byte)HeaderSet.HTTP); in createHeader()573 headImpl.setHeader(HeaderSet.HTTP, null); in createHeader()
22 import org.apache.http.protocol.HTTP;281 s = HTTP.CONN_CLOSE; in headers()283 s = HTTP.CONN_KEEP_ALIVE; in headers()
78 _MAKE_SOURCE_ID (0x120000, HTTP)
103 Proxy proxy = proxyFromHostPort(Type.HTTP, trimmed.substring(PROXY.length())); in parseResponse()
243 proxy = new java.net.Proxy(java.net.Proxy.Type.HTTP, inetSocketAddress); in makeProxy()
373 // Enables the UI setting to allow the user to specify the global HTTP proxy
3502 if (!proxySpec.type().equals(Proxy.Type.HTTP)) { in setGlobalProxy()
43166 enum_constant public static final java.net.Proxy.Type HTTP;54460 field public static final java.lang.String HTTP = "HTTP";57383 public final deprecated class HTTP {
60456 Ljava/net/Proxy$Type;->HTTP:Ljava/net/Proxy$Type;
58828 enum_constant public static final java.net.Proxy.Type HTTP;