HomeSort by relevance Sort by last modified time
    Searched refs:protocol (Results 376 - 400 of 2282) sorted by null

<<11121314151617181920>>

  /external/apache-http/src/org/apache/http/protocol/
BasicHttpContext.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/BasicHttpContext.java $
32 package org.apache.http.protocol;
DefaultedHttpContext.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/DefaultedHttpContext.java $
32 package org.apache.http.protocol;
HTTP.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/HTTP.java $
32 package org.apache.http.protocol;
35 * Constants and static helpers related to the HTTP protocol.
HttpDateGenerator.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/HttpDateGenerator.java $
32 package org.apache.http.protocol;
42 * Generates a date in the format required by the HTTP protocol.
ResponseDate.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/ResponseDate.java $
32 package org.apache.http.protocol;
ResponseServer.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/ResponseServer.java $
32 package org.apache.http.protocol;
  /external/clang/test/Analysis/inlining/
InlineObjCInstanceMethod.h 11 @protocol NSObject - (BOOL)isEqual:(id)object; @end
  /external/curl/docs/cmdline-opts/
preproxy.d 2 Arg: [protocol://]host[:port]
10 The pre proxy string should be specified with a protocol:// prefix to specify
12 socks5h:// to request the specific SOCKS version to be used. No protocol
  /external/dhcpcd-6.8.2/
auth.c 110 uint8_t protocol, algorithm, rdm, *mm, type; local
131 protocol = *d++;
137 if (protocol != AUTH_PROTO_RECONFKEY) {
141 } else if (protocol != auth->protocol ||
147 if (protocol != AUTH_PROTO_RECONFKEY ||
179 switch (protocol) {
306 if (protocol == AUTH_PROTO_TOKEN) {
485 if (auth->protocol == 0 && t == NULL) {
505 switch(auth->protocol) {
    [all...]
auth.h 62 uint8_t protocol; member in struct:auth
  /external/google-breakpad/src/common/mac/
GTMLogger.h 56 @protocol GTMLogWriter, GTMLogFormatter, GTMLogFilter;
359 // Protocol to be implemented by a GTMLogWriter instance.
360 @protocol GTMLogWriter <NSObject>
381 // protocol.
406 // Protocol to be implemented by a GTMLogFormatter instance.
407 @protocol GTMLogFormatter <NSObject>
445 // Protocol to be imlemented by a GTMLogFilter instance.
446 @protocol GTMLogFilter <NSObject>
  /external/kernel-headers/original/uapi/linux/
bsg.h 24 __u32 protocol; /* [i] 0 -> SCSI , .... */ member in struct:sg_io_v4
cm4000_cs.h 29 * I've changed "ptsreq.protocol" from "unsigned long" to "__u32".
35 __u32 protocol; /*T=0: 2^0, T=1: 2^1*/ member in struct:ptsreq
  /external/mesa3d/src/intel/vulkan/
anv_wsi_wayland.c 25 #include <wayland-drm-client-protocol.h>
  /external/mtpd/
mtpd.h 74 /* Each protocol must implement everything defined in this structure. Note that
77 struct protocol { struct
78 /* The name of this protocol. */
  /external/nist-sip/java/javax/sip/header/
ViaHeader.java 22 void setProtocol(String protocol) throws ParseException;
  /external/okhttp/android/main/java/com/squareup/okhttp/internal/
Platform.java 19 import com.squareup.okhttp.Protocol;
103 SSLSocket sslSocket, String hostname, List<Protocol> protocols) {
204 * Returns the concatenation of 8-bit, length prefixed protocol names.
207 static byte[] concatLengthPrefixed(List<Protocol> protocols) {
210 Protocol protocol = protocols.get(i); local
211 if (protocol == Protocol.HTTP_1_0) continue; // No HTTP/1.0 for ALPN.
212 result.writeByte(protocol.toString().length());
213 result.writeUtf8(protocol.toString())
    [all...]
  /external/okhttp/android/main/java/com/squareup/okhttp/internalandroidapi/
HttpURLConnectionFactory.java 111 String protocol = url.getProtocol(); local
115 if (protocol.equals("http")) {
117 } else if (protocol.equals("https")) {
121 throw new MalformedURLException("Invalid URL or unrecognized protocol " + protocol);
  /external/parameter-framework/asio-1.10.6/include/asio/ip/
tcp.hpp 40 * Protocol, InternetProtocol.
48 /// Construct to represent the IPv4 TCP protocol.
54 /// Construct to represent the IPv6 TCP protocol.
60 /// Obtain an identifier for the type of the protocol.
66 /// Obtain an identifier for the protocol.
67 int protocol() const function in class:asio::ip::tcp
72 /// Obtain an identifier for the protocol family.
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/
HttpRequestInfo.java 6 import org.apache.http.protocol.HttpContext;
  /external/robolectric-shadows/shadows/httpclient/src/main/java/org/robolectric/shadows/httpclient/
HttpRequestInfo.java 6 import org.apache.http.protocol.HttpContext;
  /external/syslinux/core/lwip/src/include/lwip/
raw.h 69 u8_t protocol; member in struct:raw_pcb
  /external/webrtc/talk/app/webrtc/objc/public/
RTCPeerConnectionFactory.h 38 @protocol RTCPeerConnectionDelegate;
  /external/webrtc/talk/app/webrtc/
sctputils.cc 37 // http://tools.ietf.org/html/draft-ietf-rtcweb-data-protocol-01#section
53 // http://tools.ietf.org/html/draft-jesup-rtcweb-data-protocol-04
68 // http://tools.ietf.org/html/draft-jesup-rtcweb-data-protocol-04
105 LOG(LS_WARNING) << "Could not read OPEN message protocol length.";
112 if (!buffer.ReadString(&config->protocol, protocol_length)) {
113 LOG(LS_WARNING) << "Could not read OPEN message protocol.";
159 // http://tools.ietf.org/html/draft-ietf-rtcweb-data-protocol-00#section-6.1
186 NULL, 20 + label.length() + config.protocol.length(),
193 buffer.WriteUInt16(static_cast<uint16_t>(config.protocol.length()));
195 buffer.WriteString(config.protocol);
    [all...]
  /external/webrtc/webrtc/base/
httpcommon-inl.h 83 CTYPE protocol[9]; local
84 asccpyn(protocol, arraysize(protocol), secure_ ? "https://" : "http://");
85 val->append(protocol);

Completed in 596 milliseconds

<<11121314151617181920>>