Home
last modified time | relevance | path

Searched defs:ChannelHandler (Results 1 – 25 of 41) sorted by relevance

12

/dports/net-im/openfire/Openfire-4.7.1/xmppserver/src/main/java/org/jivesoftware/openfire/
H A DChannelHandler.java27 public interface ChannelHandler<T extends Packet> { interface
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/tclGeneric/
H A DtclIO.h318 typedef struct ChannelHandler { struct
324 struct ChannelHandler *nextPtr; argument
326 } ChannelHandler; typedef
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/p2p/base/
H A Dsession_unittest.cc760 struct ChannelHandler : sigslot::has_slots<> { struct
761 explicit ChannelHandler(cricket::TransportChannel* p, const std::string& name) in ChannelHandler() argument
769 bool writable() const { in writable()
773 bool readable() const { in readable()
801 void Send(const char* data, size_t size) { in Send()
808 cricket::TransportChannel* channel;
809 bool last_readable, last_writable;
810 int data_count;
811 char last_data[4096];
812 size_t last_size;
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Dispatcher/
H A DChannelHandler.cs24 class ChannelHandler class
73 …internal ChannelHandler(MessageVersion messageVersion, IChannelBinder binder, ServiceChannel chann… in ChannelHandler() method in System.ServiceModel.Dispatcher.ChannelHandler
100 …internal ChannelHandler(MessageVersion messageVersion, IChannelBinder binder, ServiceThrottle thro… in ChannelHandler() method in System.ServiceModel.Dispatcher.ChannelHandler
185 internal ChannelHandler(ChannelHandler handler, TransactedBatchContext context) in ChannelHandler() method in System.ServiceModel.Dispatcher.ChannelHandler
2000 public ChannelHandler ChannelHandler; field
2058 public ChannelHandler ChannelHandler; field
H A DReceiveContextRPCFacet.cs375 public ChannelHandler ChannelHandler property in System.ServiceModel.Dispatcher.ReceiveContextRPCFacet.TransactionOutcomeListener.CallbackState
/dports/www/beehive/beehive-0.4.0/vendor/github.com/muesli/go-pkg-rss/
H A DdatabaseHandler.go40 func NewDatabaseChannelHandler(db *database, chanhandler ChannelHandler) ChannelHandler {
H A Dfeed.go63 type ChannelHandler interface { interface
125 func NewWithHandlers(cachetimeout int, enforcecachelimit bool, ch ChannelHandler, ih ItemHandler) *…
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libtksh/src/
H A DtclIO.c260 typedef struct ChannelHandler { struct
266 struct ChannelHandler *nextPtr; argument
268 } ChannelHandler; typedef
/dports/shells/ksh93/ast-93u/src/lib/libtksh/src/
H A DtclIO.c260 typedef struct ChannelHandler { struct
266 struct ChannelHandler *nextPtr; argument
268 } ChannelHandler; typedef
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libtksh/src/
H A DtclIO.c260 typedef struct ChannelHandler { struct
266 struct ChannelHandler *nextPtr; argument
268 } ChannelHandler; typedef
/dports/devel/tcl-trf/trf2.1.4/patches/v8.0.4/
H A DtclIO.c259 typedef struct ChannelHandler { struct
265 struct ChannelHandler *nextPtr; argument
267 } ChannelHandler; typedef
/dports/devel/tcl-trf/trf2.1.4/patches/v8.0/
H A DtclIO.c243 typedef struct ChannelHandler { struct
249 struct ChannelHandler *nextPtr; argument
251 } ChannelHandler; typedef
/dports/devel/tcl-trf/trf2.1.4/patches/v8.0.5/
H A DtclIO.c259 typedef struct ChannelHandler { struct
265 struct ChannelHandler *nextPtr; argument
267 } ChannelHandler; typedef
/dports/security/vuls/vuls-0.13.7/vendor/github.com/inconshreveable/log15/
H A Dhandler.go242 func ChannelHandler(recs chan<- *Record) Handler { func
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/golang/gddo/vendor/github.com/inconshreveable/log15/
H A Dhandler.go244 func ChannelHandler(recs chan<- *Record) Handler { func
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/gopkg.in/inconshreveable/log15.v2/
H A Dhandler.go242 func ChannelHandler(recs chan<- *Record) Handler { func
/dports/security/go-cve-dictionary/go-cve-dictionary-0.5.5/vendor/github.com/inconshreveable/log15/
H A Dhandler.go242 func ChannelHandler(recs chan<- *Record) Handler { func
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/inconshreveable/log15/
H A Dhandler.go242 func ChannelHandler(recs chan<- *Record) Handler { func
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/log/
H A Dhandler.go248 func ChannelHandler(recs chan<- *Record) Handler { func
/dports/www/miniflux/v2-2.0.35/vendor/github.com/golang/gddo/vendor/github.com/inconshreveable/log15/
H A Dhandler.go244 func ChannelHandler(recs chan<- *Record) Handler { func
/dports/sysutils/jest/jest-f76bc46/vendor/github.com/golang/gddo/vendor/github.com/inconshreveable/log15/
H A Dhandler.go244 func ChannelHandler(recs chan<- *Record) Handler { func
/dports/www/grafana8/grafana-8.3.6/pkg/models/
H A Dlive.go52 type ChannelHandler interface { interface
/dports/devel/aws-crt-cpp/aws-crt-cpp-0.17.2/source/io/
H A DChannelHandler.cpp103 ChannelHandler::ChannelHandler(Allocator *allocator) : m_allocator(allocator) in ChannelHandler() function in Aws::Crt::Io::ChannelHandler
/dports/devel/grpc130/grpc-1.30.2/src/python/grpcio_testing/grpc_testing/
H A D_common.py98 class ChannelHandler(six.with_metaclass(abc.ABCMeta)): class
/dports/devel/grpc134/grpc-1.34.1/src/python/grpcio_testing/grpc_testing/
H A D_common.py98 class ChannelHandler(six.with_metaclass(abc.ABCMeta)): class

12