Home
last modified time | relevance | path

Searched refs:WebSocketException (Results 1 – 25 of 167) sorted by relevance

1234567

/dports/devel/php-ice37/ice-3.7.2/cpp/src/Ice/
H A DHttpParser.cpp14 IceInternal::WebSocketException::WebSocketException(const string& r) : in WebSocketException() function in IceInternal::WebSocketException
166 throw WebSocketException("malformed request"); in parse()
189 throw WebSocketException("malformed request"); in parse()
198 throw WebSocketException("malformed request"); in parse()
286 throw WebSocketException("malformed header"); in parse()
311 throw WebSocketException("malformed header"); in parse()
385 throw WebSocketException("malformed header"); in parse()
394 throw WebSocketException("malformed header"); in parse()
403 throw WebSocketException("malformed version"); in parse()
412 throw WebSocketException("malformed version"); in parse()
[all …]
/dports/devel/ice37/ice-3.7.2/cpp/src/Ice/
H A DHttpParser.cpp14 IceInternal::WebSocketException::WebSocketException(const string& r) : in WebSocketException() function in IceInternal::WebSocketException
166 throw WebSocketException("malformed request"); in parse()
189 throw WebSocketException("malformed request"); in parse()
198 throw WebSocketException("malformed request"); in parse()
286 throw WebSocketException("malformed header"); in parse()
311 throw WebSocketException("malformed header"); in parse()
385 throw WebSocketException("malformed header"); in parse()
394 throw WebSocketException("malformed header"); in parse()
403 throw WebSocketException("malformed version"); in parse()
412 throw WebSocketException("malformed version"); in parse()
[all …]
/dports/devel/py-ice37/ice-3.7.2/cpp/src/Ice/
H A DHttpParser.cpp14 IceInternal::WebSocketException::WebSocketException(const string& r) : in WebSocketException() function in IceInternal::WebSocketException
166 throw WebSocketException("malformed request"); in parse()
189 throw WebSocketException("malformed request"); in parse()
198 throw WebSocketException("malformed request"); in parse()
286 throw WebSocketException("malformed header"); in parse()
311 throw WebSocketException("malformed header"); in parse()
385 throw WebSocketException("malformed header"); in parse()
394 throw WebSocketException("malformed header"); in parse()
403 throw WebSocketException("malformed version"); in parse()
412 throw WebSocketException("malformed version"); in parse()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.WebSockets/src/System/Net/WebSockets/
H A DWebSocketException.cs16 public sealed class WebSocketException : Win32Exception class
22 public WebSocketException() in WebSocketException() method in System.Net.WebSockets.WebSocketException
29 public WebSocketException(WebSocketError error) in WebSocketException() method in System.Net.WebSockets.WebSocketException
36 public WebSocketException(WebSocketError error, string message) : base(message) in WebSocketException() method in System.Net.WebSockets.WebSocketException
43 public WebSocketException(WebSocketError error, Exception innerException) in WebSocketException() method in System.Net.WebSockets.WebSocketException
58 public WebSocketException(int nativeError) in WebSocketException() method in System.Net.WebSockets.WebSocketException
67 public WebSocketException(int nativeError, string message) in WebSocketException() method in System.Net.WebSockets.WebSocketException
76 public WebSocketException(int nativeError, Exception innerException) in WebSocketException() method in System.Net.WebSockets.WebSocketException
85 public WebSocketException(WebSocketError error, int nativeError) in WebSocketException() method in System.Net.WebSockets.WebSocketException
117 public WebSocketException(string message) in WebSocketException() method in System.Net.WebSockets.WebSocketException
[all …]
/dports/devel/php-ice37/ice-3.7.2/csharp/src/Ice/
H A DHttpParser.cs11 internal sealed class WebSocketException : System.Exception class
13 internal WebSocketException() : in WebSocketException() method in IceInternal.WebSocketException
18 internal WebSocketException(string message) : in WebSocketException() method in IceInternal.WebSocketException
23 internal WebSocketException(string message, System.Exception cause) : in WebSocketException() method in IceInternal.WebSocketException
28 internal WebSocketException(System.Exception cause) : in WebSocketException() method in IceInternal.WebSocketException
190 throw new WebSocketException("malformed request"); in parse()
213 throw new WebSocketException("malformed request"); in parse()
222 throw new WebSocketException("malformed request"); in parse()
316 throw new WebSocketException("malformed header"); in parse()
346 throw new WebSocketException("malformed header"); in parse()
[all …]
/dports/devel/ice37/ice-3.7.2/csharp/src/Ice/
H A DHttpParser.cs11 internal sealed class WebSocketException : System.Exception class
13 internal WebSocketException() : in WebSocketException() method in IceInternal.WebSocketException
18 internal WebSocketException(string message) : in WebSocketException() method in IceInternal.WebSocketException
23 internal WebSocketException(string message, System.Exception cause) : in WebSocketException() method in IceInternal.WebSocketException
28 internal WebSocketException(System.Exception cause) : in WebSocketException() method in IceInternal.WebSocketException
190 throw new WebSocketException("malformed request"); in parse()
213 throw new WebSocketException("malformed request"); in parse()
222 throw new WebSocketException("malformed request"); in parse()
316 throw new WebSocketException("malformed header"); in parse()
346 throw new WebSocketException("malformed header"); in parse()
[all …]
/dports/devel/py-ice37/ice-3.7.2/csharp/src/Ice/
H A DHttpParser.cs11 internal sealed class WebSocketException : System.Exception class
13 internal WebSocketException() : in WebSocketException() method in IceInternal.WebSocketException
18 internal WebSocketException(string message) : in WebSocketException() method in IceInternal.WebSocketException
23 internal WebSocketException(string message, System.Exception cause) : in WebSocketException() method in IceInternal.WebSocketException
28 internal WebSocketException(System.Exception cause) : in WebSocketException() method in IceInternal.WebSocketException
190 throw new WebSocketException("malformed request"); in parse()
213 throw new WebSocketException("malformed request"); in parse()
222 throw new WebSocketException("malformed request"); in parse()
316 throw new WebSocketException("malformed header"); in parse()
346 throw new WebSocketException("malformed header"); in parse()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/WebSockets/
H A DWebSocketException.cs18 public sealed class WebSocketException : Win32Exception class
24 public WebSocketException() in WebSocketException() method in System.Net.WebSockets.WebSocketException
31 public WebSocketException(WebSocketError error) in WebSocketException() method in System.Net.WebSockets.WebSocketException
38 public WebSocketException(WebSocketError error, string message) : base(message) in WebSocketException() method in System.Net.WebSockets.WebSocketException
45 public WebSocketException(WebSocketError error, Exception innerException) in WebSocketException() method in System.Net.WebSockets.WebSocketException
60 public WebSocketException(int nativeError) in WebSocketException() method in System.Net.WebSockets.WebSocketException
69 public WebSocketException(int nativeError, string message) in WebSocketException() method in System.Net.WebSockets.WebSocketException
78 public WebSocketException(int nativeError, Exception innerException) in WebSocketException() method in System.Net.WebSockets.WebSocketException
87 public WebSocketException(WebSocketError error, int nativeError) in WebSocketException() method in System.Net.WebSockets.WebSocketException
119 public WebSocketException(string message) in WebSocketException() method in System.Net.WebSockets.WebSocketException
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/websocket/
H A D_exceptions.py29 class WebSocketException(Exception): class
36 class WebSocketProtocolException(WebSocketException):
43 class WebSocketPayloadException(WebSocketException):
50 class WebSocketConnectionClosedException(WebSocketException):
58 class WebSocketTimeoutException(WebSocketException):
65 class WebSocketProxyException(WebSocketException):
72 class WebSocketBadStatusException(WebSocketException):
83 class WebSocketAddressException(WebSocketException):
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/websocket/
H A D_exceptions.py27 class WebSocketException(Exception): class
34 class WebSocketProtocolException(WebSocketException):
41 class WebSocketPayloadException(WebSocketException):
48 class WebSocketConnectionClosedException(WebSocketException):
56 class WebSocketTimeoutException(WebSocketException):
63 class WebSocketProxyException(WebSocketException):
70 class WebSocketBadStatusException(WebSocketException):
82 class WebSocketAddressException(WebSocketException):
/dports/www/py-websocket-client/websocket_client-0.58.0/websocket/
H A D_exceptions.py26 class WebSocketException(Exception): class
33 class WebSocketProtocolException(WebSocketException):
40 class WebSocketPayloadException(WebSocketException):
47 class WebSocketConnectionClosedException(WebSocketException):
55 class WebSocketTimeoutException(WebSocketException):
62 class WebSocketProxyException(WebSocketException):
69 class WebSocketBadStatusException(WebSocketException):
81 class WebSocketAddressException(WebSocketException):
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/websocket/
H A D_exceptions.py25 class WebSocketException(Exception): class
32 class WebSocketProtocolException(WebSocketException):
39 class WebSocketPayloadException(WebSocketException):
46 class WebSocketConnectionClosedException(WebSocketException):
54 class WebSocketTimeoutException(WebSocketException):
61 class WebSocketProxyException(WebSocketException):
68 class WebSocketBadStatusException(WebSocketException):
80 class WebSocketAddressException(WebSocketException):
/dports/devel/php-ice37/ice-3.7.2/java/src/Ice/src/main/java/com/zeroc/IceInternal/
H A DHttpParser.java161 throw new WebSocketException("malformed request"); in parse()
184 throw new WebSocketException("malformed request"); in parse()
193 throw new WebSocketException("malformed request"); in parse()
287 throw new WebSocketException("malformed header"); in parse()
317 throw new WebSocketException("malformed header"); in parse()
392 throw new WebSocketException("malformed header"); in parse()
401 throw new WebSocketException("malformed header"); in parse()
410 throw new WebSocketException("malformed version"); in parse()
419 throw new WebSocketException("malformed version"); in parse()
428 throw new WebSocketException("malformed version"); in parse()
[all …]
/dports/devel/php-ice37/ice-3.7.2/java-compat/src/Ice/src/main/java/IceInternal/
H A DHttpParser.java161 throw new WebSocketException("malformed request"); in parse()
184 throw new WebSocketException("malformed request"); in parse()
193 throw new WebSocketException("malformed request"); in parse()
287 throw new WebSocketException("malformed header"); in parse()
317 throw new WebSocketException("malformed header"); in parse()
392 throw new WebSocketException("malformed header"); in parse()
401 throw new WebSocketException("malformed header"); in parse()
410 throw new WebSocketException("malformed version"); in parse()
419 throw new WebSocketException("malformed version"); in parse()
428 throw new WebSocketException("malformed version"); in parse()
[all …]
H A DWebSocketException.java7 final class WebSocketException extends java.lang.RuntimeException class
9 public WebSocketException(String reason) in WebSocketException() method in WebSocketException
14 public WebSocketException(String reason, Throwable cause) in WebSocketException() method in WebSocketException
19 public WebSocketException(Throwable cause) in WebSocketException() method in WebSocketException
/dports/devel/ice37/ice-3.7.2/java/src/Ice/src/main/java/com/zeroc/IceInternal/
H A DHttpParser.java161 throw new WebSocketException("malformed request"); in parse()
184 throw new WebSocketException("malformed request"); in parse()
193 throw new WebSocketException("malformed request"); in parse()
287 throw new WebSocketException("malformed header"); in parse()
317 throw new WebSocketException("malformed header"); in parse()
392 throw new WebSocketException("malformed header"); in parse()
401 throw new WebSocketException("malformed header"); in parse()
410 throw new WebSocketException("malformed version"); in parse()
419 throw new WebSocketException("malformed version"); in parse()
428 throw new WebSocketException("malformed version"); in parse()
[all …]
/dports/devel/ice37/ice-3.7.2/java-compat/src/Ice/src/main/java/IceInternal/
H A DHttpParser.java161 throw new WebSocketException("malformed request"); in parse()
184 throw new WebSocketException("malformed request"); in parse()
193 throw new WebSocketException("malformed request"); in parse()
287 throw new WebSocketException("malformed header"); in parse()
317 throw new WebSocketException("malformed header"); in parse()
392 throw new WebSocketException("malformed header"); in parse()
401 throw new WebSocketException("malformed header"); in parse()
410 throw new WebSocketException("malformed version"); in parse()
419 throw new WebSocketException("malformed version"); in parse()
428 throw new WebSocketException("malformed version"); in parse()
[all …]
H A DWebSocketException.java7 final class WebSocketException extends java.lang.RuntimeException class
9 public WebSocketException(String reason) in WebSocketException() method in WebSocketException
14 public WebSocketException(String reason, Throwable cause) in WebSocketException() method in WebSocketException
19 public WebSocketException(Throwable cause) in WebSocketException() method in WebSocketException
/dports/devel/py-ice37/ice-3.7.2/java-compat/src/Ice/src/main/java/IceInternal/
H A DHttpParser.java161 throw new WebSocketException("malformed request"); in parse()
184 throw new WebSocketException("malformed request"); in parse()
193 throw new WebSocketException("malformed request"); in parse()
287 throw new WebSocketException("malformed header"); in parse()
317 throw new WebSocketException("malformed header"); in parse()
392 throw new WebSocketException("malformed header"); in parse()
401 throw new WebSocketException("malformed header"); in parse()
410 throw new WebSocketException("malformed version"); in parse()
419 throw new WebSocketException("malformed version"); in parse()
428 throw new WebSocketException("malformed version"); in parse()
[all …]
/dports/devel/py-ice37/ice-3.7.2/java/src/Ice/src/main/java/com/zeroc/IceInternal/
H A DHttpParser.java161 throw new WebSocketException("malformed request"); in parse()
184 throw new WebSocketException("malformed request"); in parse()
193 throw new WebSocketException("malformed request"); in parse()
287 throw new WebSocketException("malformed header"); in parse()
317 throw new WebSocketException("malformed header"); in parse()
392 throw new WebSocketException("malformed header"); in parse()
401 throw new WebSocketException("malformed header"); in parse()
410 throw new WebSocketException("malformed version"); in parse()
419 throw new WebSocketException("malformed version"); in parse()
428 throw new WebSocketException("malformed version"); in parse()
[all …]
/dports/www/py-ws4py/ws4py-0.3.4/ws4py/
H A Dexc.py8 class WebSocketException(Exception): pass class
10 class ProtocolException(WebSocketException): pass
12 class FrameTooLargeException(WebSocketException): pass
14 class UnsupportedFrameTypeException(WebSocketException): pass
16 class TextFrameEncodingException(WebSocketException): pass
18 class InvalidBytesError(WebSocketException): pass
22 class HandshakeError(WebSocketException):
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/telemetry/third_party/websocket-client/websocket/
H A D_exceptions.py29 class WebSocketException(Exception): class
36 class WebSocketProtocolException(WebSocketException):
43 class WebSocketPayloadException(WebSocketException):
50 class WebSocketConnectionClosedException(WebSocketException):
58 class WebSocketTimeoutException(WebSocketException):
65 class WebSocketProxyException(WebSocketException):
72 class WebSocketBadStatusException(WebSocketException):
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.WebSockets/tests/
H A DWebSocketExceptionTests.cs39 var wse = new WebSocketException(); in ConstructorTests_Parameterless_Success()
49 var wse = new WebSocketException(error); in ConstructorTests_WebSocketError_Success()
59 var wse = new WebSocketException(error, Message); in ConstructorTests_WebSocketError_Message_Success()
69 var wse = new WebSocketException(error, inner); in ConstructorTests_WebSocketError_Exception_Success()
89 var wse = new WebSocketException(nativeError); in ConstructorTests_NativeError_Success()
100 var wse = new WebSocketException(nativeError, Message); in ConstructorTests_NativeError_Message_Success()
111 var wse = new WebSocketException(nativeError, inner); in ConstructorTests_NativeError_Exception_Success()
121 var wse = new WebSocketException(error, nativeError); in ConstructorTests_WebSocketError_NativeError_Success()
166 var wse = new WebSocketException(Message); in ConstructorTests_Message_Success()
177 var wse = new WebSocketException(Message, inner); in ConstructorTests_Message_Exception_Success()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.WebSockets/ref/
H A DSystem.Net.WebSockets.cs88 public sealed partial class WebSocketException : System.ComponentModel.Win32Exception class
90 public WebSocketException() { } in WebSocketException() method in System.Net.WebSockets.WebSocketException
91 public WebSocketException(int nativeError) { } in WebSocketException() method in System.Net.WebSockets.WebSocketException
92 public WebSocketException(int nativeError, System.Exception innerException) { } in WebSocketException() method in System.Net.WebSockets.WebSocketException
93 public WebSocketException(int nativeError, string message) { } in WebSocketException() method in System.Net.WebSockets.WebSocketException
94 public WebSocketException(System.Net.WebSockets.WebSocketError error) { } in WebSocketException() method in System.Net.WebSockets.WebSocketException
95 …public WebSocketException(System.Net.WebSockets.WebSocketError error, System.Exception innerExcept… in WebSocketException() method in System.Net.WebSockets.WebSocketException
96 public WebSocketException(System.Net.WebSockets.WebSocketError error, int nativeError) { } in WebSocketException() method in System.Net.WebSockets.WebSocketException
100 public WebSocketException(System.Net.WebSockets.WebSocketError error, string message) { } in WebSocketException() method in System.Net.WebSockets.WebSocketException
102 public WebSocketException(string message) { } in WebSocketException() method in System.Net.WebSockets.WebSocketException
[all …]
/dports/devel/poco/poco-1.10.1-all/Net/src/
H A DWebSocket.cpp146 …if (version.empty()) throw WebSocketException("Missing Sec-WebSocket-Version in handshake request"… in accept()
147 …if (version != WEBSOCKET_VERSION) throw WebSocketException("Unsupported WebSocket version requeste… in accept()
150 …if (key.empty()) throw WebSocketException("Missing Sec-WebSocket-Key in handshake request", WS_ERR… in accept()
162 else throw WebSocketException("No WebSocket handshake", WS_ERR_NO_HANDSHAKE); in accept()
205 throw WebSocketException("Not authorized", WS_ERR_UNAUTHORIZED); in connect()
208 else throw WebSocketException("Not authorized", WS_ERR_UNAUTHORIZED); in connect()
212 …throw WebSocketException("The server does not understand the WebSocket protocol", WS_ERR_NO_HANDSH… in connect()
216 …throw WebSocketException("Cannot upgrade to WebSocket connection", response.getReason(), WS_ERR_NO… in connect()
225 …throw WebSocketException("No Connection: Upgrade header in handshake response", WS_ERR_NO_HANDSHAK… in completeHandshake()
228 …throw WebSocketException("No Upgrade: websocket header in handshake response", WS_ERR_NO_HANDSHAKE… in completeHandshake()
[all …]

1234567