HomeSort by relevance Sort by last modified time
    Searched full:wss (Results 1 - 25 of 45) sorted by null

1 2

  /external/chromium/net/websockets/
websocket_unittest.cc 340 // wss:// is secure.
341 WebSocket::Request request(GURL("wss://example.com/demo"),
344 "wss://example.com/demo",
401 WebSocket::Request request(GURL("wss://example.com:443/demo"),
404 "wss://example.com/demo",
406 // :443 should be trimmed as it's the default port for wss://.
415 "wss://example.com/demo",
423 WebSocket::Request request(GURL("wss://example.com:4443/demo"),
426 "wss://example.com/demo",
428 // :4443 should be preserved as it's not the default port for wss://
    [all...]
websocket_throttle_unittest.cc 77 SocketStreamThrottle::GetSocketStreamThrottleForScheme("wss"));
websocket_throttle.cc 156 SocketStreamThrottle::RegisterSocketStreamThrottle("wss", this);
  /external/chromium/net/socket_stream/
socket_stream_metrics.cc 23 else if (url.SchemeIs("wss"))
socket_stream_metrics_unittest.cc 39 SocketStreamMetrics wss1(GURL("wss://www.example.com/"));
40 SocketStreamMetrics wss2(GURL("wss://www.example.com/"));
41 SocketStreamMetrics wss3(GURL("wss://www.example.com/"));
  /bionic/libc/kernel/common/linux/
telephony.h 132 WSS = 12,
  /development/ndk/platforms/android-3/include/linux/
telephony.h 132 WSS = 12,
  /external/webkit/WebCore/platform/network/cf/
SocketStreamHandle.h 72 bool shouldUseSSL() const { return m_url.protocolIs("wss"); }
  /external/webkit/WebKitTools/pywebsocket/mod_pywebsocket/
__init__.py 64 /websock_handlers, port is 80 for ws, 443 for wss.)
headerparserhandler.py 89 # Handshake for ws/wss failed.
msgutil.py 145 Note: This class should not be used with the standalone server for wss
212 Note: This class should not be used with the standalone server for wss
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
telephony.h 132 WSS = 12,
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
telephony.h 132 WSS = 12,
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
telephony.h 132 WSS = 12,
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
telephony.h 132 WSS = 12,
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
telephony.h 132 WSS = 12,
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
telephony.h 132 WSS = 12,
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/
websocket_server.py 45 _WSS_LOG_PREFIX = 'pywebsocket.wss.log-'
270 default=False, help='use TLS (wss://)')
  /external/chromium/googleurl/src/
url_canon_stdurl.cc 136 else if (!strncmp(scheme, "wss", scheme_len))
  /external/webkit/WebCore/platform/network/qt/
SocketStreamHandleQt.cpp 47 bool isSecure = url.protocolIs("wss");
  /external/webkit/WebCore/websockets/
WebSocketHandshake.cpp 93 , m_secure(m_url.protocolIs("wss"))
146 builder.append(m_secure ? "wss" : "ws");
WebSocket.cpp 128 if (!m_url.protocolIs("ws") && !m_url.protocolIs("wss")) {
  /external/webkit/WebKitTools/pywebsocket/test/
test_handshake.py 70 'WebSocket-Location: wss://example.com/demo\r\n'
100 'WebSocket-Location: wss://example.com:8081/demo\r\n'
  /external/kernel-headers/original/linux/
telephony.h 190 WSS = 12,
  /external/webkit/WebKitTools/pywebsocket/example/
echo_client.py 181 default=False, help='use TLS (wss://)')

Completed in 518 milliseconds

1 2