Home
last modified time | relevance | path

Searched refs:ProxySession (Results 1 – 25 of 102) sorted by relevance

12345

/dports/www/trafficserver/trafficserver-9.1.1/proxy/
H A DProxySession.cc29 ProxySession::ProxySession() : VConnection(nullptr) {} in ProxySession() function in ProxySession
31 ProxySession::ProxySession(NetVConnection *vc) : VConnection(nullptr), _vc(vc) {} in ProxySession() function in ProxySession
33 ProxySession::~ProxySession() in ~ProxySession()
46 ProxySession::set_session_active() in set_session_active()
55 ProxySession::clear_session_active() in clear_session_active()
197 ProxySession::connection_id() const in connection_id()
239 ProxySession::cancel_active_timeout() in cancel_active_timeout()
259 ProxySession::get_remote_addr() const in get_remote_addr()
265 ProxySession::get_local_addr() in get_local_addr()
299 ProxySession::reenable(VIO *vio) in reenable()
[all …]
H A DProxySession.h80 ProxySession();
81 ProxySession(NetVConnection *vc);
82 virtual ~ProxySession();
85 ProxySession(ProxySession &) = delete;
86 ProxySession &operator=(const ProxySession &) = delete;
220 ProxySession::debug() const in debug()
226 ProxySession::is_active() const in is_active()
244 ProxySession::get_hookid() const in get_hookid()
268 ProxySession::has_hooks() const in has_hooks()
274 ProxySession::ssl() const in ssl()
[all …]
H A DProxyTransaction.h36 ProxyTransaction(ProxySession *ssn);
110 ProxySession *get_proxy_ssn();
127 ProxySession *_proxy_ssn = nullptr;
187 inline ProxySession *
H A DPoolableSession.h28 class PoolableSession : public ProxySession
31 using super_type = ProxySession;
118 ProxySession::_vc = newvc; in set_netvc()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-chime/include/aws/chime/model/
H A DProxySession.h40 class AWS_CHIME_API ProxySession
43 ProxySession();
44 ProxySession(Aws::Utils::Json::JsonView jsonValue);
45 ProxySession& operator=(Aws::Utils::Json::JsonView jsonValue);
87 …inline ProxySession& WithVoiceConnectorId(const char* value) { SetVoiceConnectorId(value); return … in WithVoiceConnectorId()
128 …inline ProxySession& WithProxySessionId(const char* value) { SetProxySessionId(value); return *thi… in WithProxySessionId()
159 inline ProxySession& WithName(const Aws::String& value) { SetName(value); return *this;} in WithName()
164 inline ProxySession& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;} in WithName()
169 inline ProxySession& WithName(const char* value) { SetName(value); return *this;} in WithName()
195 …inline ProxySession& WithStatus(const ProxySessionStatus& value) { SetStatus(value); return *this;} in WithStatus()
[all …]
H A DListProxySessionsResult.h40 inline const Aws::Vector<ProxySession>& GetProxySessions() const{ return m_proxySessions; } in GetProxySessions()
45 … inline void SetProxySessions(const Aws::Vector<ProxySession>& value) { m_proxySessions = value; } in SetProxySessions()
50 …inline void SetProxySessions(Aws::Vector<ProxySession>&& value) { m_proxySessions = std::move(valu… in SetProxySessions()
55 …inline ListProxySessionsResult& WithProxySessions(const Aws::Vector<ProxySession>& value) { SetPro… in WithProxySessions()
60 …inline ListProxySessionsResult& WithProxySessions(Aws::Vector<ProxySession>&& value) { SetProxySes… in WithProxySessions()
65 …inline ListProxySessionsResult& AddProxySessions(const ProxySession& value) { m_proxySessions.push… in AddProxySessions()
70 …inline ListProxySessionsResult& AddProxySessions(ProxySession&& value) { m_proxySessions.push_back… in AddProxySessions()
110 Aws::Vector<ProxySession> m_proxySessions;
H A DCreateProxySessionResult.h38 inline const ProxySession& GetProxySession() const{ return m_proxySession; } in GetProxySession()
43 inline void SetProxySession(const ProxySession& value) { m_proxySession = value; } in SetProxySession()
48 inline void SetProxySession(ProxySession&& value) { m_proxySession = std::move(value); } in SetProxySession()
53 …inline CreateProxySessionResult& WithProxySession(const ProxySession& value) { SetProxySession(val… in WithProxySession()
58 …inline CreateProxySessionResult& WithProxySession(ProxySession&& value) { SetProxySession(std::mov… in WithProxySession()
62 ProxySession m_proxySession;
H A DGetProxySessionResult.h38 inline const ProxySession& GetProxySession() const{ return m_proxySession; } in GetProxySession()
43 inline void SetProxySession(const ProxySession& value) { m_proxySession = value; } in SetProxySession()
48 inline void SetProxySession(ProxySession&& value) { m_proxySession = std::move(value); } in SetProxySession()
53 …inline GetProxySessionResult& WithProxySession(const ProxySession& value) { SetProxySession(value)… in WithProxySession()
58 …inline GetProxySessionResult& WithProxySession(ProxySession&& value) { SetProxySession(std::move(v… in WithProxySession()
62 ProxySession m_proxySession;
H A DUpdateProxySessionResult.h38 inline const ProxySession& GetProxySession() const{ return m_proxySession; } in GetProxySession()
43 inline void SetProxySession(const ProxySession& value) { m_proxySession = value; } in SetProxySession()
48 inline void SetProxySession(ProxySession&& value) { m_proxySession = std::move(value); } in SetProxySession()
53 …inline UpdateProxySessionResult& WithProxySession(const ProxySession& value) { SetProxySession(val… in WithProxySession()
58 …inline UpdateProxySessionResult& WithProxySession(ProxySession&& value) { SetProxySession(std::mov… in WithProxySession()
62 ProxySession m_proxySession;
/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/src/proxy/
H A Dproxy_session.go39 type ProxySession struct { struct
59 return &ProxySession{
73 func (s *ProxySession) PublicId() string { argument
77 func (s *ProxySession) Sid() uint64 { argument
81 func (s *ProxySession) LastUsed() time.Time { argument
86 func (s *ProxySession) IsExpired() bool { argument
91 func (s *ProxySession) MarkUsed() { argument
96 func (s *ProxySession) SetClient(client *ProxyClient) *ProxyClient { argument
242 func (s *ProxySession) clearPublishers() { argument
255 func (s *ProxySession) clearSubscribers() { argument
[all …]
H A Dproxy_client.go49 func (c *ProxyClient) GetSession() *ProxySession {
50 return (*ProxySession)(atomic.LoadPointer(&c.session))
53 func (c *ProxyClient) SetSession(session *ProxySession) {
H A Dproxy_server.go103 sessions map[uint64]*ProxySession
186 sessions: make(map[uint64]*ProxySession),
318 s.IterateSessions(func(session *ProxySession) {
323 func (s *ProxyServer) getExpiredSessions() []*ProxySession {
324 var expired []*ProxySession
325 s.IterateSessions(func(session *ProxySession) {
376 s.IterateSessions(func(session *ProxySession) {
462 s.IterateSessions(func(session *ProxySession) {
481 s.IterateSessions(func(session *ProxySession) {
540 var session *ProxySession
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-chime/source/model/
H A DProxySession.cpp21 ProxySession::ProxySession() : in ProxySession() function in Aws::Chime::Model::ProxySession
42 ProxySession::ProxySession(JsonView jsonValue) : in ProxySession() function in Aws::Chime::Model::ProxySession
64 ProxySession& ProxySession::operator =(JsonView jsonValue) in operator =()
166 JsonValue ProxySession::Jsonize() const in Jsonize()
/dports/www/trafficserver/trafficserver-9.1.1/doc/developer-guide/
H A Dclient-session-architecture.en.rst30 ATS uses the generic classes ProxySession and ProxyTransaction to hide the details of
36 ProxySession subsection
41 :alt: ProxySession hierarchy
43 The ProxySession class abstracts the key features of a client session. It contains zero or more Pr…
57 parent ProxySession. One HttpSM is created for each ProxyTransaction.
73 associated NetVC object. The NetVC object is available via the :code:`ProxySession::get_netvc()` m…
76 the :code:`ProxySession::new_transaction()` method to instantiate the Http1Transaction object. Wit…
/dports/net-im/ktp-common-internals/ktp-common-internals-21.12.3/otr-proxy/KTpProxy/
H A Dotr-session.cpp388ProxySession::ProxySession(OtrProxyChannel::Adaptee *pca, const SessionContext &ctx, Manager *pare… in ProxySession() function in OTR::ProxySession
394 void ProxySession::handleMessage(const Message &message) in handleMessage()
399 int ProxySession::recipientStatus() const in recipientStatus()
413 unsigned int ProxySession::maxMessageSize() const in maxMessageSize()
H A Dotr-session.h136 class ProxySession : public Session
139 ProxySession(OtrProxyChannel::Adaptee *pca, const SessionContext &ctx, Manager *parent);
/dports/www/trafficserver/trafficserver-9.1.1/proxy/http/
H A DHttp1ClientSession.h52 class Http1ClientSession : public ProxySession
55 typedef ProxySession super; ///< Parent type.
/dports/www/trafficserver/trafficserver-9.1.1/proxy/http3/
H A DHttp3Session.h30 class HQSession : public ProxySession
33 using super = ProxySession; ///< Parent type
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/chime/
H A Dapi_op_UpdateProxySession.go54 ProxySession *types.ProxySession member
H A Dapi_op_CreateProxySession.go69 ProxySession *types.ProxySession member
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/chime/
H A Dapi_op_GetProxySession.go47 ProxySession *types.ProxySession
H A Dapi_op_UpdateProxySession.go54 ProxySession *types.ProxySession
H A Dapi_op_CreateProxySession.go69 ProxySession *types.ProxySession member
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/chime/
H A Dapi_op_GetProxySession.go49 ProxySession *types.ProxySession member
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/chime/
H A Dapi_op_GetProxySession.go47 ProxySession *types.ProxySession member

12345