Home
last modified time | relevance | path

Searched refs:ServerProto (Results 1 – 25 of 44) sorted by relevance

12

/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/tokio-proto-0.1.1/src/simple/pipeline/
H A Dserver.rs25 pub trait ServerProto<T: 'static>: 'static { interface
55 impl<T: 'static, P: ServerProto<T>> BindServer<Pipeline, T> for P {
71 impl<T, P> streaming::pipeline::ServerProto<T> for LiftProto<P> where
72 T: 'static, P: ServerProto<T>
86 LiftBind::lift(ServerProto::bind_transport(self.lower(), io).into_future()) in bind_transport()
H A Dmod.rs10 pub use self::server::ServerProto;
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/tokio-proto-0.1.1/src/simple/multiplex/
H A Dserver.rs25 pub trait ServerProto<T: 'static>: 'static { interface
55 impl<T: 'static, P: ServerProto<T>> BindServer<Multiplex, T> for P {
71 impl<T, P> streaming::multiplex::ServerProto<T> for LiftProto<P> where
72 T: 'static, P: ServerProto<T>
86 LiftBind::lift(ServerProto::bind_transport(self.lower(), io).into_future()) in bind_transport()
H A Dmod.rs10 pub use self::server::ServerProto;
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/tokio-proto-0.1.1/src/simple/multiplex/
H A Dserver.rs25 pub trait ServerProto<T: 'static>: 'static { trait
55 impl<T: 'static, P: ServerProto<T>> BindServer<Multiplex, T> for P {
71 impl<T, P> streaming::multiplex::ServerProto<T> for LiftProto<P> where
72 T: 'static, P: ServerProto<T>
86 LiftBind::lift(ServerProto::bind_transport(self.lower(), io).into_future()) in bind_transport()
H A Dmod.rs10 pub use self::server::ServerProto;
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/tokio-proto-0.1.1/src/simple/pipeline/
H A Dserver.rs25 pub trait ServerProto<T: 'static>: 'static { trait
55 impl<T: 'static, P: ServerProto<T>> BindServer<Pipeline, T> for P {
71 impl<T, P> streaming::pipeline::ServerProto<T> for LiftProto<P> where
72 T: 'static, P: ServerProto<T>
86 LiftBind::lift(ServerProto::bind_transport(self.lower(), io).into_future()) in bind_transport()
H A Dmod.rs10 pub use self::server::ServerProto;
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/tokio-proto-0.1.1/src/streaming/pipeline/
H A Dserver.rs25 pub trait ServerProto<T: 'static>: 'static { trait
57 P: ServerProto<T>,
85 T: 'static, P: ServerProto<T>, S: Service
99 P: ServerProto<T>,
H A Dmod.rs17 pub use self::server::ServerProto;
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/tokio-proto-0.1.1/src/streaming/pipeline/
H A Dserver.rs25 pub trait ServerProto<T: 'static>: 'static {
57 P: ServerProto<T>,
85 T: 'static, P: ServerProto<T>, S: Service
99 P: ServerProto<T>,
H A Dmod.rs17 pub use self::server::ServerProto;
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/tokio-proto-0.1.1/src/streaming/multiplex/
H A Dserver.rs38 pub trait ServerProto<T: 'static>: 'static { interface
71 P: ServerProto<T>,
99 T: 'static, P: ServerProto<T>, S: Service
116 P: ServerProto<T>,
H A Dmod.rs16 pub use self::server::ServerProto;
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/tokio-proto-0.1.1/src/streaming/multiplex/
H A Dserver.rs38 pub trait ServerProto<T: 'static>: 'static { trait
71 P: ServerProto<T>,
99 T: 'static, P: ServerProto<T>, S: Service
116 P: ServerProto<T>,
H A Dmod.rs16 pub use self::server::ServerProto;
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/tokio-proto-0.1.1/tests/
H A Dsimple_framed.rs64 impl<T: AsyncRead + AsyncWrite + 'static> pipeline::ServerProto<T> for PipelineProto {
80 impl<T: AsyncRead + AsyncWrite + 'static> multiplex::ServerProto<T> for MultiplexProto {
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/tokio-proto-0.1.1/tests/
H A Dsimple_framed.rs64 impl<T: AsyncRead + AsyncWrite + 'static> pipeline::ServerProto<T> for PipelineProto {
80 impl<T: AsyncRead + AsyncWrite + 'static> multiplex::ServerProto<T> for MultiplexProto {
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/test/
H A Dtest_unix.py277 class ServerProto(protocol.DatagramProtocol): class
315 sp = ServerProto()
344 p = ServerProto()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/test/
H A Dtest_unix.py266 class ServerProto(protocol.DatagramProtocol): class
300 sp = ServerProto()
330 p = ServerProto()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/hyper-0.11.27/src/server/
H A Dserver_proto.rs18 use tokio_proto::streaming::pipeline::{Transport, Frame, ServerProto};
88 impl<T, B> ServerProto<T> for Http<B>
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/hyper-0.11.27/src/server/
H A Dserver_proto.rs18 use tokio_proto::streaming::pipeline::{Transport, Frame, ServerProto};
88 impl<T, B> ServerProto<T> for Http<B>
/dports/misc/veles/veles-2018.05.0/python/veles/server/
H A Dproto.py271 class ServerProto(asyncio.Protocol): class
723 lambda: ServerProto(conn, key), path)
730 lambda: ServerProto(conn, key), ip, port)
749 lambda: ServerProto(conn, key), ip, port, ssl=sc)
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/tokio-proto-0.1.1/tests/support/
H A Dmock.rs65 impl<T, U, I> pipeline::ServerProto<I> for MockProtocol<pipeline::Frame<T, U, io::Error>>
84 impl<T, U, I> multiplex::ServerProto<I> for MockProtocol<multiplex::Frame<T, U, io::Error>>
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/tokio-proto-0.1.1/tests/support/
H A Dmock.rs65 impl<T, U, I> pipeline::ServerProto<I> for MockProtocol<pipeline::Frame<T, U, io::Error>>
84 impl<T, U, I> multiplex::ServerProto<I> for MockProtocol<multiplex::Frame<T, U, io::Error>>

12