Home
last modified time | relevance | path

Searched defs:ServerProxy (Results 1 – 25 of 62) sorted by relevance

123

/dports/www/xsp/xsp-4.5/src/Mono.WebServer.FastCgi/Server/
H A DServerProxy.cs34 struct ServerProxy : IServerCallback<ConnectionProxy>, IServer struct
36 readonly Mono.FastCgi.Server server;
38 public event EventHandler RequestReceived {
43 internal ServerProxy(Mono.FastCgi.Server server) in ServerProxy() argument
50 public ConnectionProxy OnAccept (Socket socket) in OnAccept()
55 public bool Start (bool background, int backlog) in Start()
61 public void Stop () in Stop()
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/
H A Dserver_proxy.go13 type ServerProxy struct { struct
14 ln *Listener
15 wg sync.WaitGroup
19 Addr string
22 Socks5Server *socks5.Server
30 func (p *ServerProxy) Open() error {
37 func (p *ServerProxy) Close() error {
41 func (p *ServerProxy) run() {
57 func (p *ServerProxy) handleConn(conn net.Conn) {
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/
H A Dserver_proxy.go13 type ServerProxy struct { struct
14 ln *Listener
15 wg sync.WaitGroup
19 Addr string
22 Socks5Server *socks5.Server
30 func (p *ServerProxy) Open() error {
37 func (p *ServerProxy) Close() error {
41 func (p *ServerProxy) run() {
57 func (p *ServerProxy) handleConn(conn net.Conn) {
/dports/devel/hadoop2/jetty-6.1.14/contrib/jetty-ant/src/main/java/org/mortbay/jetty/ant/utils/
H A DServerProxy.java17 public interface ServerProxy interface
/dports/devel/hadoop/jetty-6.1.14/contrib/jetty-ant/src/main/java/org/mortbay/jetty/ant/utils/
H A DServerProxy.java17 public interface ServerProxy interface
/dports/www/zend-framework/ZendFramework-2.4.13/library/Zend/XmlRpc/Client/
H A DServerProxy.php19 class ServerProxy class
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/client/
H A DServerProxy.java48 public class ServerProxy { class
/dports/sysutils/barrier/barrier-2.3.3/src/lib/client/
H A DClient.h33 class ServerProxy; variable
H A DServerProxy.cpp41 ServerProxy::ServerProxy(Client* client, barrier::IStream* stream, IEventQueue* events) : in ServerProxy() function in ServerProxy
/dports/sysutils/synergy/synergy-core-1.14.0.4-stable/src/lib/client/
H A DClient.h33 class ServerProxy; variable
H A DServerProxy.cpp41 ServerProxy::ServerProxy(Client* client, synergy::IStream* stream, IEventQueue* events) : in ServerProxy() function in ServerProxy
/dports/net/nxproxy/nx-libs-3.5.99.20-1/nxcomp/src/
H A DServerProxy.cpp57 ServerProxy::ServerProxy(int proxyFd) : Proxy(proxyFd) in ServerProxy() function in ServerProxy
/dports/x11/nxcomp/nx-libs-3.5.0.32/nxcomp/
H A DServerProxy.cpp45 ServerProxy::ServerProxy(int proxyFd) : Proxy(proxyFd) in ServerProxy() function in ServerProxy
/dports/www/py-webob/WebOb-1.8.7/docs/jsonrpc-example-code/
H A Djsonrpc.py76 class ServerProxy(object): class
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/WebOb/docs/jsonrpc-example-code/
H A Djsonrpc.py76 class ServerProxy(object): class
/dports/www/firefox-esr/firefox-91.8.0/testing/marionette/harness/marionette_harness/runner/
H A Dserve.py67 class ServerProxy(multiprocessing.Process, BlockingChannel): class
/dports/www/firefox/firefox-99.0/testing/marionette/harness/marionette_harness/runner/
H A Dserve.py67 class ServerProxy(multiprocessing.Process, BlockingChannel): class
/dports/lang/spidermonkey60/firefox-60.9.0/testing/marionette/harness/marionette_harness/runner/
H A Dserve.py64 class ServerProxy(multiprocessing.Process, BlockingChannel): class
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/marionette/harness/marionette_harness/runner/
H A Dserve.py62 class ServerProxy(multiprocessing.Process, BlockingChannel): class
/dports/mail/thunderbird/thunderbird-91.8.0/testing/marionette/harness/marionette_harness/runner/
H A Dserve.py67 class ServerProxy(multiprocessing.Process, BlockingChannel): class
/dports/lang/spidermonkey78/firefox-78.9.0/testing/marionette/harness/marionette_harness/runner/
H A Dserve.py66 class ServerProxy(multiprocessing.Process, BlockingChannel): class
/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/tools/remote_test_helper/
H A Djsonrpclib.py329 class ServerProxy(_base.ServerProxy): class
/dports/www/mod_webkit/w4py-1.2.3/MiscUtils/
H A DPickleRPC.py272 ServerProxy = Server # be like xmlrpclib for those who might guess/expect it variable
/dports/devel/py-circuits/circuits-3.2/tests/web/
H A Djsonrpclib.py393 class ServerProxy(object): class
/dports/editors/abiword/abiword-3.0.5/plugins/collab/backends/service/xp/
H A Dtls_tunnel.cpp435 ServerProxy::ServerProxy(const std::string& bind_ip, unsigned short bind_port, unsigned short local… in ServerProxy() function in tls_tunnel::ServerProxy

123