Home
last modified time | relevance | path

Searched refs:WebSocketConfig (Results 1 – 25 of 45) sorted by relevance

12

/dports/net/oha/oha-0.4.7/cargo-crates/tungstenite-0.12.0/src/protocol/
H A Dmod.rs39 pub struct WebSocketConfig { struct
61 impl Default for WebSocketConfig { argument
63 WebSocketConfig { in default()
103 config: Option<WebSocketConfig>, in from_partially_read() argument
126 pub fn get_config(&self) -> &WebSocketConfig { in get_config() argument
243 config: WebSocketConfig,
256 config: config.unwrap_or_else(WebSocketConfig::default), in new()
274 pub fn get_config(&self) -> &WebSocketConfig { in get_config() argument
675 use super::{Message, Role, WebSocket, WebSocketConfig};
716 let limit = WebSocketConfig { max_message_size: Some(10), ..WebSocketConfig::default() }; in size_limiting_text_fragmented()
[all …]
/dports/textproc/mdbook/mdBook-0.4.13/cargo-crates/tungstenite-0.12.0/src/protocol/
H A Dmod.rs39 pub struct WebSocketConfig { struct
61 impl Default for WebSocketConfig { argument
63 WebSocketConfig { in default()
103 config: Option<WebSocketConfig>, in from_partially_read() argument
126 pub fn get_config(&self) -> &WebSocketConfig { in get_config() argument
243 config: WebSocketConfig,
256 config: config.unwrap_or_else(WebSocketConfig::default), in new()
274 pub fn get_config(&self) -> &WebSocketConfig { in get_config() argument
675 use super::{Message, Role, WebSocket, WebSocketConfig};
716 let limit = WebSocketConfig { max_message_size: Some(10), ..WebSocketConfig::default() }; in size_limiting_text_fragmented()
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/tungstenite-0.13.0/src/protocol/
H A Dmod.rs39 pub struct WebSocketConfig { struct
61 impl Default for WebSocketConfig { argument
63 WebSocketConfig { in default()
103 config: Option<WebSocketConfig>, in from_partially_read() argument
126 pub fn get_config(&self) -> &WebSocketConfig { in get_config() argument
243 config: WebSocketConfig,
256 config: config.unwrap_or_else(WebSocketConfig::default), in new()
274 pub fn get_config(&self) -> &WebSocketConfig { in get_config() argument
671 use super::{Message, Role, WebSocket, WebSocketConfig};
713 let limit = WebSocketConfig { max_message_size: Some(10), ..WebSocketConfig::default() }; in size_limiting_text_fragmented()
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/async-tungstenite-0.14.0/src/
H A Dasync_std.rs4 use tungstenite::protocol::WebSocketConfig;
29 client_async_with_config, domain, IntoClientRequest, Response, WebSocketConfig,
75 config: Option<WebSocketConfig>, in client_async_tls_with_connector_and_config() argument
103 use crate::{client_async_with_config, domain, Response, WebSocketConfig, WebSocketStream};
132 config: Option<WebSocketConfig>, in client_async_tls_with_connector_and_config() argument
193 config: Option<WebSocketConfig>, in client_async_tls_with_config() argument
236 config: Option<WebSocketConfig>, in connect_async_with_config() argument
268 config: Option<WebSocketConfig>, in connect_async_with_tls_connector_and_config() argument
H A Dlib.rs80 protocol::{Message, Role, WebSocket, WebSocketConfig},
123 config: Option<WebSocketConfig>, in client_async_with_config() argument
165 config: Option<WebSocketConfig>, in accept_async_with_config() argument
191 config: Option<WebSocketConfig>, in accept_hdr_async_with_config() argument
226 pub async fn from_raw_socket(stream: S, role: Role, config: Option<WebSocketConfig>) -> Self in from_raw_socket()
242 config: Option<WebSocketConfig>, in from_partially_read() argument
288 pub fn get_config(&self) -> &WebSocketConfig { in get_config() argument
H A Dtokio.rs5 use tungstenite::protocol::WebSocketConfig;
123 config: Option<WebSocketConfig>, in client_async_with_config() argument
154 config: Option<WebSocketConfig>, in accept_async_with_config() argument
183 config: Option<WebSocketConfig>, in accept_hdr_async_with_config() argument
227 config: Option<WebSocketConfig>, in client_async_tls_with_config() argument
301 config: Option<WebSocketConfig>, in client_async_tls_with_config() argument
363 config: Option<WebSocketConfig>, in connect_async_with_config() argument
407 config: Option<WebSocketConfig>, in connect_async_with_tls_connector_and_config() argument
H A Dasync_tls.rs4 use tungstenite::protocol::WebSocketConfig;
68 config: Option<WebSocketConfig>, in client_async_tls_with_config() argument
101 config: Option<WebSocketConfig>, in client_async_tls_with_connector_and_config() argument
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/tungstenite-0.13.0/src/
H A Dserver.rs10 use crate::protocol::{WebSocket, WebSocketConfig};
25 config: Option<WebSocketConfig>, in accept_with_config() argument
53 config: Option<WebSocketConfig>, in accept_hdr_with_config() argument
/dports/net/oha/oha-0.4.7/cargo-crates/tungstenite-0.12.0/src/
H A Dserver.rs10 use crate::protocol::{WebSocket, WebSocketConfig};
25 config: Option<WebSocketConfig>, in accept_with_config() argument
53 config: Option<WebSocketConfig>, in accept_hdr_with_config() argument
H A Dclient.rs16 protocol::WebSocketConfig,
97 config: Option<WebSocketConfig>, in connect_with_config() argument
102 config: Option<WebSocketConfig>, in connect_with_config() argument
202 config: Option<WebSocketConfig>, in client_with_config() argument
/dports/textproc/mdbook/mdBook-0.4.13/cargo-crates/tungstenite-0.12.0/src/
H A Dserver.rs10 use crate::protocol::{WebSocket, WebSocketConfig};
25 config: Option<WebSocketConfig>, in accept_with_config() argument
53 config: Option<WebSocketConfig>, in accept_hdr_with_config() argument
/dports/net/oha/oha-0.4.7/cargo-crates/tokio-tungstenite-0.13.0/src/
H A Dlib.rs44 protocol::{Message, Role, WebSocket, WebSocketConfig},
86 config: Option<WebSocketConfig>, in client_async_with_config() argument
125 config: Option<WebSocketConfig>, in accept_async_with_config() argument
151 config: Option<WebSocketConfig>, in accept_hdr_async_with_config() argument
183 pub async fn from_raw_socket(stream: S, role: Role, config: Option<WebSocketConfig>) -> Self in from_raw_socket()
199 config: Option<WebSocketConfig>, in from_partially_read() argument
244 pub fn get_config(&self) -> &WebSocketConfig { in get_config() argument
/dports/textproc/mdbook/mdBook-0.4.13/cargo-crates/tokio-tungstenite-0.13.0/src/
H A Dlib.rs44 protocol::{Message, Role, WebSocket, WebSocketConfig},
86 config: Option<WebSocketConfig>, in client_async_with_config() argument
125 config: Option<WebSocketConfig>, in accept_async_with_config() argument
151 config: Option<WebSocketConfig>, in accept_hdr_async_with_config() argument
183 pub async fn from_raw_socket(stream: S, role: Role, config: Option<WebSocketConfig>) -> Self in from_raw_socket()
199 config: Option<WebSocketConfig>, in from_partially_read() argument
244 pub fn get_config(&self) -> &WebSocketConfig { in get_config() argument
/dports/sysutils/vector/vector-0.10.0/cargo-crates/warp-0.2.3/src/filters/
H A Dws.rs17 tungstenite::protocol::{self, WebSocketConfig},
71 config: Option<WebSocketConfig>,
95 .get_or_insert_with(WebSocketConfig::default) in max_send_queue()
103 .get_or_insert_with(WebSocketConfig::default) in max_message_size()
111 .get_or_insert_with(|| WebSocketConfig::default()) in max_frame_size()
175 config: Option<protocol::WebSocketConfig>, in from_raw_socket() argument
/dports/www/firefox/firefox-99.0/third_party/rust/warp/src/filters/
H A Dws.rs17 tungstenite::protocol::{self, WebSocketConfig},
71 config: Option<WebSocketConfig>,
95 .get_or_insert_with(WebSocketConfig::default) in max_send_queue()
103 .get_or_insert_with(WebSocketConfig::default) in max_message_size()
111 .get_or_insert_with(|| WebSocketConfig::default()) in max_frame_size()
175 config: Option<protocol::WebSocketConfig>, in from_raw_socket() argument
/dports/net/oha/oha-0.4.7/cargo-crates/warp-0.3.1/src/filters/
H A Dws.rs18 tungstenite::protocol::{self, WebSocketConfig},
73 config: Option<WebSocketConfig>,
98 .get_or_insert_with(WebSocketConfig::default) in max_send_queue()
106 .get_or_insert_with(WebSocketConfig::default) in max_message_size()
114 .get_or_insert_with(|| WebSocketConfig::default()) in max_frame_size()
188 config: Option<protocol::WebSocketConfig>, in from_raw_socket() argument
/dports/textproc/mdbook/mdBook-0.4.13/cargo-crates/warp-0.3.1/src/filters/
H A Dws.rs18 tungstenite::protocol::{self, WebSocketConfig},
73 config: Option<WebSocketConfig>,
98 .get_or_insert_with(WebSocketConfig::default) in max_send_queue()
106 .get_or_insert_with(WebSocketConfig::default) in max_message_size()
114 .get_or_insert_with(|| WebSocketConfig::default()) in max_frame_size()
188 config: Option<protocol::WebSocketConfig>, in from_raw_socket() argument
/dports/irc/inspircd/inspircd-3.11.0/src/modules/
H A Dm_websocket.cpp36 struct WebSocketConfig struct
54 WebSocketConfig config; argument
140 WebSocketConfig& config;
348 …for (WebSocketConfig::OriginList::const_iterator iter = config.allowedorigins.begin(); iter != con… in HandleHTTPReq()
386 …for (WebSocketConfig::ProxyRanges::const_iterator iter = config.proxyranges.begin(); iter != confi… in HandleHTTPReq()
452 WebSocketHook(IOHookProvider* Prov, StreamSocket* sock, WebSocketConfig& cfg) in WebSocketHook()
561 WebSocketConfig config; in ReadConfig()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/async-tungstenite-0.14.0/src/tokio/
H A Dasync_tls.rs8 use crate::{Response, WebSocketConfig, WebSocketStream};
25 config: Option<WebSocketConfig>, in client_async_tls_with_connector_and_config() argument
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/tungstenite-0.13.0/examples/
H A Dsrv_accept_unmasked_frames.rs4 protocol::WebSocketConfig,
29 let config = Some(WebSocketConfig { in main()
/dports/net/oha/oha-0.4.7/cargo-crates/tungstenite-0.12.0/examples/
H A Dsrv_accept_unmasked_frames.rs4 protocol::WebSocketConfig,
29 let config = Some(WebSocketConfig { in main()
/dports/textproc/mdbook/mdBook-0.4.13/cargo-crates/tungstenite-0.12.0/examples/
H A Dsrv_accept_unmasked_frames.rs4 protocol::WebSocketConfig,
29 let config = Some(WebSocketConfig { in main()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/warp/src/filters/
H A Dws.rs17 tungstenite::protocol::{self, WebSocketConfig},
71 config: Option<WebSocketConfig>,
95 .get_or_insert_with(WebSocketConfig::default) in max_send_queue()
103 .get_or_insert_with(WebSocketConfig::default) in max_message_size()
167 config: Option<protocol::WebSocketConfig>, in from_raw_socket() argument
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/warp/src/filters/
H A Dws.rs17 tungstenite::protocol::{self, WebSocketConfig},
71 config: Option<WebSocketConfig>,
95 .get_or_insert_with(WebSocketConfig::default) in max_send_queue()
103 .get_or_insert_with(WebSocketConfig::default) in max_message_size()
167 config: Option<protocol::WebSocketConfig>, in from_raw_socket() argument
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/warp/src/filters/
H A Dws.rs17 tungstenite::protocol::{self, WebSocketConfig},
71 config: Option<WebSocketConfig>,
95 .get_or_insert_with(WebSocketConfig::default) in max_send_queue()
103 .get_or_insert_with(WebSocketConfig::default) in max_message_size()
167 config: Option<protocol::WebSocketConfig>, in from_raw_socket() argument

12