Home
last modified time | relevance | path

Searched refs:WsServer (Results 1 – 14 of 14) sorted by relevance

/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/websocket-0.26.2/src/server/
H A Dsync.rs4 use crate::server::{InvalidConnection, NoTlsAcceptor, OptionalTlsAcceptor, WsServer};
29 pub type Server<S> = WsServer<S, TcpListener>;
32 impl<S> WsServer<S, TcpListener> implementation
89 Ok(WsServer { in into_async()
98 impl WsServer<TlsAcceptor, TcpListener> { impl
187 impl Iterator for WsServer<TlsAcceptor, TcpListener> { implementation
195 impl WsServer<NoTlsAcceptor, TcpListener> { impl
264 impl Iterator for WsServer<NoTlsAcceptor, TcpListener> { implementation
H A Dasync.rs4 use crate::server::{NoTlsAcceptor, OptionalTlsAcceptor, WsServer};
22 pub type Server<S> = WsServer<S, TcpListener>;
32 impl<S> WsServer<S, TcpListener> impl
43 impl WsServer<NoTlsAcceptor, TcpListener> { impl
94 impl WsServer<TlsAcceptor, TcpListener> { impl
H A Dmod.rs104 pub struct WsServer<S, L> struct
/dports/www/websocat/websocat-1.9.0/cargo-crates/websocket-0.26.2/src/server/
H A Dsync.rs4 use crate::server::{InvalidConnection, NoTlsAcceptor, OptionalTlsAcceptor, WsServer};
29 pub type Server<S> = WsServer<S, TcpListener>;
32 impl<S> WsServer<S, TcpListener> implementation
89 Ok(WsServer { in into_async()
98 impl WsServer<TlsAcceptor, TcpListener> { implementation
187 impl Iterator for WsServer<TlsAcceptor, TcpListener> { implementation
195 impl WsServer<NoTlsAcceptor, TcpListener> { implementation
264 impl Iterator for WsServer<NoTlsAcceptor, TcpListener> { implementation
H A Dasync.rs4 use crate::server::{NoTlsAcceptor, OptionalTlsAcceptor, WsServer};
22 pub type Server<S> = WsServer<S, TcpListener>;
32 impl<S> WsServer<S, TcpListener> impl
43 impl WsServer<NoTlsAcceptor, TcpListener> { impl
94 impl WsServer<TlsAcceptor, TcpListener> { impl
H A Dmod.rs104 pub struct WsServer<S, L> struct
/dports/audio/ampache/ampache-php74-5.0.0/vendor/cboden/ratchet/src/Ratchet/
H A DApp.php15 use Ratchet\WebSocket\WsServer; alias
101 * @return ComponentInterface|WsServer
104 if ($controller instanceof HttpServerInterface || $controller instanceof WsServer) {
107 $decorated = new WsServer(new WampServer($controller));
110 $decorated = new WsServer($controller);
/dports/www/websocat/websocat-1.9.0/src/
H A Dws_server_peer.rs20 pub struct WsServer<T: Specifier>(pub T); struct
21 impl<T: Specifier> Specifier for WsServer<T> { implementation
45 target = WsServer,
/dports/audio/ampache/ampache-php74-5.0.0/vendor/cboden/ratchet/
H A DCHANGELOG.md22 …* Only enableKeepAlive in App if no WsServer passed allowing user to set their own timeout duration
30 * Added heartbeat support via ping/pong in WsServer
144 …* First release with components: IoServer, WsServer, SessionProvider, WampServer, FlashPolicy, IpB…
/dports/audio/ampache/ampache-php74-5.0.0/vendor/cboden/ratchet/tests/autobahn/bin/
H A Dfuzzingserver.php27 $wsServer = new Ratchet\WebSocket\WsServer(new BinaryEcho);
/dports/audio/ampache/ampache-php74-5.0.0/vendor/cboden/ratchet/src/Ratchet/WebSocket/
H A DWsServer.php25 class WsServer implements HttpServerInterface { class
/dports/audio/ampache/ampache-php74-5.0.0/vendor/nikic/Ratchet/WebSocket/
H A DWsServer.php25 class WsServer implements HttpServerInterface { class
/dports/www/websocat/websocat-1.9.0/
H A Dmoreexamples.md124 …INFO 2018-08-29T22:04:42Z: websocat::sessionserve: Serving Message2Line(WsServer(SocksBind(TcpConn…
H A Ddoc.md857 Internal name for --dump-spec: WsServer