Home
last modified time | relevance | path

Searched defs:ClientWorker (Results 1 – 11 of 11) sorted by relevance

/dports/security/xray-core/Xray-core-1.5.0/common/mux/
H A Dclient.go170 type ClientWorker struct { struct
171 sessionManager *SessionManager
172 link transport.Link
173 done *done.Instance
174 strategy ClientStrategy
197 func (m *ClientWorker) TotalConnections() uint32 {
206 func (m *ClientWorker) Closed() bool {
210 func (m *ClientWorker) monitor() {
270 func (m *ClientWorker) IsClosing() bool {
278 func (m *ClientWorker) IsFull() bool {
[all …]
/dports/net/v2ray/v2ray-core-4.36.2/common/mux/
H A Dclient.go181 type ClientWorker struct { struct
182 sessionManager *SessionManager
183 link transport.Link
184 done *done.Instance
185 strategy ClientStrategy
206 func (m *ClientWorker) TotalConnections() uint32 {
215 func (m *ClientWorker) Closed() bool {
219 func (m *ClientWorker) monitor() {
279 func (m *ClientWorker) IsClosing() bool {
287 func (m *ClientWorker) IsFull() bool {
[all …]
/dports/net-im/kaidan/kaidan-0.8.0/src/
H A DVCardManager.h36 class ClientWorker; variable
H A DRegistrationManager.h41 class ClientWorker; variable
H A DMessageHandler.h43 class ClientWorker; variable
H A DClientWorker.cpp80 ClientWorker::ClientWorker(Caches *caches, bool enableLogging, QObject* parent) in ClientWorker() function in ClientWorker
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/csharp/src/Server/
H A DTThreadedServer.cs192 private void ClientWorker(object context) in ClientWorker() method in Thrift.Server.TThreadedServer
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/csharp/src/Server/
H A DTThreadedServer.cs192 private void ClientWorker(object context) in ClientWorker() method in Thrift.Server.TThreadedServer
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/lib/csharp/src/Server/
H A DTThreadedServer.cs192 private void ClientWorker(object context) in ClientWorker() method in Thrift.Server.TThreadedServer
/dports/security/xray-core/Xray-core-1.5.0/app/reverse/
H A Dportal.go204 func NewPortalWorker(client *mux.ClientWorker) (*PortalWorker, error) {
/dports/net/v2ray/v2ray-core-4.36.2/app/reverse/
H A Dportal.go203 func NewPortalWorker(client *mux.ClientWorker) (*PortalWorker, error) {