HomeSort by relevance Sort by last modified time
    Searched defs:Protocol (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
HeadersTest.java 19 import com.squareup.okhttp.Protocol;
40 SpdyTransport.readNameValueBlock(headerBlock, Protocol.SPDY_3).request(request).build();
46 assertEquals(Protocol.SPDY_3.name.utf8(), headers.get(OkHeaders.SELECTED_PROTOCOL));
48 assertEquals(Protocol.SPDY_3.name.utf8(), headers.value(0));
66 SpdyTransport.readNameValueBlock(headerBlock, Protocol.SPDY_3).request(request).build();
70 assertEquals(Protocol.SPDY_3.name.utf8(), headers.value(0));
79 Response response = SpdyTransport.readNameValueBlock(headerBlock, Protocol.HTTP_2)
84 assertEquals(Protocol.HTTP_2.name.utf8(), headers.value(0));
96 SpdyTransport.writeNameValueBlock(request, Protocol.SPDY_3, "HTTP/1.1");
121 assertEquals(expected, SpdyTransport.writeNameValueBlock(request, Protocol.SPDY_3, "HTTP/1.1"))
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Protocol.java 30 * <h3>Protocol vs Scheme</h3>
33 * the protocol (http/1.1, spdy/3.1, etc.). OkHttp uses the word protocol to
36 public enum Protocol {
41 public static final List<Protocol> HTTP2_SPDY3_AND_HTTP =
43 public static final List<Protocol> SPDY3_AND_HTTP11 =
45 public static final List<Protocol> HTTP2_AND_HTTP_11 =
52 * When true the protocol is binary framed and derived from SPDY.
58 Protocol(String name, boolean spdyVariant) {
64 * Returns the protocol matching {@code input} or {@link #HTTP_11} is o
    [all...]
  /external/smack/src/org/xbill/DNS/
DNSKEYRecord.java 19 public static class Protocol {
20 private Protocol() {}
51 * @param proto The protocol that the key was created for
65 * @param proto The protocol that the key was created for
KEYRecord.java 21 public static class Protocol {
23 * KEY protocol identifiers.
26 private Protocol() {}
28 /** No defined protocol. */
43 /** Any protocol */
46 private static Mnemonic protocols = new Mnemonic("KEY protocol",
62 * Converts an KEY protocol value into its textual representation
70 * Converts a textual representation of a KEY protocol into its
72 * @param s The textual representation of the protocol
73 * @return The protocol code, or -1 on error
    [all...]
WKSRecord.java 19 public static class Protocol {
21 * IP protocol identifiers. This is basically copied out of RFC 1010.
24 private Protocol() {}
44 /** Exterior Gateway Protocol */
53 /** Network Voice Protocol */
101 /** Reliable Data Protocol */
107 /** ISO Transport Protocol Class 4 */
110 /** Bulk Data Transfer Protocol */
113 /** MFE Network Services Protocol */
116 /** MERIT Internodal Protocol */
578 private int protocol; field in class:WKSRecord
    [all...]
  /frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/
Protocol.java 22 public class Protocol {
  /external/nist-sip/java/gov/nist/javax/sip/header/
Protocol.java 34 * Protocol name and version.
43 public class Protocol extends SIPObject {
80 /** get the protocol name
87 /** get the protocol version
95 * Get the protocol name + version
109 } else throw new ParseException( "Missing '/' in protocol", 0 );
146 public Protocol() {
153 * $Log: Protocol.java,v $
  /external/chromium_org/device/nfc/
nfc_tag.h 40 enum Protocol {
60 // Called when the underlying NFC protocol has been determined.
61 virtual void TagSupportedProtocolChanged(NfcTag* tag, Protocol protocol) {}
85 // Returns the current tag's supported NFC protocol.
86 virtual Protocol GetSupportedProtocol() const = 0;
  /development/tools/axl/
axl.py 26 from twisted.internet import protocol, reactor, defer namespace
27 from twisted.internet.protocol import ServerFactory, Protocol
31 class BaseProtocol(Protocol):
242 for protocol in Drop, ReadAndDrop, GarbageStatus, BadHeader, PauseHeader, \
246 factory.protocol = protocol
247 reactor.listenTCP(protocol.PORT, factory)
  /external/clang/test/Analysis/Inputs/
system-header-simulator-objc.h 40 @class NSString, Protocol;
44 @protocol NSObject
51 @end @protocol NSCopying - (id)copyWithZone:(NSZone *)zone;
52 @end @protocol NSMutableCopying - (id)mutableCopyWithZone:(NSZone *)zone;
53 @end @protocol NSCoding - (void)encodeWithCoder:(NSCoder *)aCoder;
67 @protocol NSFastEnumeration - (NSUInteger)countByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf count:(NSUInteger)len;
  /frameworks/base/core/java/com/android/internal/util/
Protocol.java 26 * codes with Message.what starting at Protocol.WIFI + 1 and less than or equal to Protocol.WIFI +
27 * Protocol.MAX_MESSAGE
34 public class Protocol {
  /external/jmdns/src/javax/jmdns/
ServiceInfo.java 19 * &lt;app&gt;.&lt;protocol&gt;.&lt;servicedomain&gt;.&lt;parentdomain&gt;.<br/>
20 * &lt;Instance&gt;.&lt;app&gt;.&lt;protocol&gt;.&lt;servicedomain&gt;.&lt;parentdomain&gt;.<br/>
21 * &lt;sub&gt;._sub.&lt;app&gt;.&lt;protocol&gt;.&lt;servicedomain&gt;.&lt;parentdomain&gt;.
26 * <li>&lt;protocol&gt;: This is either "_tcp" or "_udp"</li>
27 * <li>&lt;app&gt;: This define the application protocol. Typical example are "_http", "_ftp", etc.</li>
29 * <li>&lt;sub&gt;: This is the subtype for the application protocol</li>
49 * Protocol Field.
51 Protocol,
382 * dictionary of values to build the fully qualified service name. Mandatory keys are Application and Instance. The Domain default is local, the Protocol default is tcp and the subtype default is none.
599 * Get the URL for this service. An URL is created by combining the protocol, address, port, and path properties
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stm.h 23 ULONG Protocol;
ipxrtdef.h 186 ULONG Protocol;
mpeg2structs.h 45 BYTE Protocol;
netioapi.h 69 NL_ROUTE_PROTOCOL Protocol;
usb.h 273 UCHAR Protocol;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
smbus.h 62 /* SMB_REQUEST.Protocol constants */
78 UCHAR Protocol;
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HttpURLConnectionImpl.java 24 import com.squareup.okhttp.Protocol;
196 throw new ProtocolException("This protocol does not support input");
566 * defined in {@link Protocol OkHttp's protocol enumeration}.
569 List<Protocol> protocolsList = new ArrayList<Protocol>();
573 for (String protocol : protocolsString.split(",", -1)) {
575 protocolsList.add(Protocol.find(ByteString.encodeUtf8(protocol)));
  /external/clang/lib/Sema/
Sema.cpp 187 // Create the built-in forward declaratino for 'Protocol'.
188 DeclarationName Protocol = &Context.Idents.get("Protocol");
189 if (IdResolver.begin(Protocol) == IdResolver.end())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
InspectorBackend.js 50 window.Protocol = {};
56 window.Protocol.Agents = function(agentsMap) {
73 * @this {Protocol.Agents}
80 window.Protocol.Agents.prototype[methodName] = agentGetter;
83 * @this {Protocol.Agents}
90 window.Protocol.Agents.prototype["register" + domain + "Dispatcher"] = registerDispatcher;
458 console.error("Protocol Error: the message with wrong id. Message = " + JSON.stringify(messageObject));
497 console.error("Protocol Error: the message " + messageObject.method + " is for non-existing domain '" + domainName + "'");
795 console.error("Protocol Error: Invalid number of arguments for method '" + method + "' call. It must have the following arguments '" + JSON.stringify(signature) + "'.");
805 console.error("Protocol Error: Invalid type of argument '" + paramName + "' for method '" + method + "' call. It must be ' (…)
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiConfiguration.java 93 public static class Protocol {
94 private Protocol() { }
132 /** Temporal Key Integrity Protocol [IEEE 802.11i/D7.0] */
146 * TKIP = Temporal Key Integrity Protocol [IEEE 802.11i/D7.0]
158 /** Temporal Key Integrity Protocol [IEEE 802.11i/D7.0] */
302 * See {@link Protocol} for descriptions of the values.
    [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]
  /external/mdnsresponder/mDNSCore/
uDNS.c 432 u.NATPortReq.opcode = info->Protocol;
519 const char *prot = n->Protocol == NATOp_MapUDP ? "UDP" : n->Protocol == NATOp_MapTCP ? "TCP" : "?";
558 LogInfo("mDNS_StartNATOperation_internal %p Protocol %d IntPort %d RequestedPort %d NATLease %d", traversal,
559 traversal->Protocol, mDNSVal16(traversal->IntPort), mDNSVal16(traversal->RequestedPort), traversal->NATLease);
567 traversal, traversal->Protocol, mDNSVal16(traversal->IntPort), traversal->NATLease);
573 if (traversal->Protocol && traversal->Protocol == (*n)->Protocol && mDNSSameIPPort(traversal->IntPort, (*n)->IntPort) &&
577 traversal, traversal->Protocol, mDNSVal16(traversal->IntPort), traversal->NATLease
1841 mDNSu8 protocol; local
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
yjp-controller-api-redist.jar 

Completed in 1208 milliseconds

1 2 3