Home
last modified time | relevance | path

Searched defs:ProxySession (Results 1 – 25 of 108) sorted by relevance

12345

/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/src/proxy/
H A Dproxy_session.go39 type ProxySession struct { struct
40 proxy *ProxyServer
41 id string
42 sid uint64
43 lastUsed int64
45 clientLock sync.Mutex
46 client *ProxyClient
49 publishersLock sync.Mutex
53 subscribersLock sync.Mutex
77 func (s *ProxySession) Sid() uint64 {
[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
/dports/www/trafficserver/trafficserver-9.1.1/doc/developer-guide/
H A Dclient-session-architecture.en.rst36 ProxySession subsection
/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
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A D5vtaprop.adb47 -- used for int
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/chime/
H A Dapi_op_GetProxySession.go47 ProxySession *types.ProxySession member
H A Dapi_op_UpdateProxySession.go54 ProxySession *types.ProxySession member
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/chime/
H A Dapi_op_GetProxySession.go47 ProxySession *types.ProxySession member
H A Dapi_op_UpdateProxySession.go54 ProxySession *types.ProxySession member
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/chime/
H A Dapi_op_GetProxySession.go47 ProxySession *types.ProxySession member
H A Dapi_op_UpdateProxySession.go54 ProxySession *types.ProxySession member
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/chime/
H A Dapi_op_GetProxySession.go47 ProxySession *types.ProxySession member
H A Dapi_op_UpdateProxySession.go54 ProxySession *types.ProxySession member
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/chime/
H A Dapi_op_GetProxySession.go47 ProxySession *types.ProxySession member
H A Dapi_op_UpdateProxySession.go54 ProxySession *types.ProxySession member
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/chime/
H A Dapi_op_GetProxySession.go47 ProxySession *types.ProxySession member
H A Dapi_op_UpdateProxySession.go54 ProxySession *types.ProxySession member
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/chime/types/
H A Dtypes.go919 type ProxySession struct { struct
922 Capabilities []Capability
925 CreatedTimestamp *time.Time
928 EndedTimestamp *time.Time
931 ExpiryMinutes *int32
935 GeoMatchLevel GeoMatchLevel
941 Name *string
948 Participants []Participant
951 ProxySessionId *string
954 Status ProxySessionStatus
[all …]
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/chime/types/
H A Dtypes.go919 type ProxySession struct { struct
922 Capabilities []Capability
925 CreatedTimestamp *time.Time
928 EndedTimestamp *time.Time
931 ExpiryMinutes *int32
935 GeoMatchLevel GeoMatchLevel
941 Name *string
948 Participants []Participant
951 ProxySessionId *string
954 Status ProxySessionStatus
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/chime/types/
H A Dtypes.go916 type ProxySession struct { struct
919 Capabilities []Capability
922 CreatedTimestamp *time.Time
925 EndedTimestamp *time.Time
928 ExpiryMinutes *int32
932 GeoMatchLevel GeoMatchLevel
938 Name *string
945 Participants []Participant
948 ProxySessionId *string
951 Status ProxySessionStatus
[all …]
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/chime/types/
H A Dtypes.go916 type ProxySession struct { struct
919 Capabilities []Capability
922 CreatedTimestamp *time.Time
925 EndedTimestamp *time.Time
928 ExpiryMinutes *int32
932 GeoMatchLevel GeoMatchLevel
938 Name *string
945 Participants []Participant
948 ProxySessionId *string
951 Status ProxySessionStatus
[all …]
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/chime/types/
H A Dtypes.go959 type ProxySession struct { struct
962 Capabilities []Capability
965 CreatedTimestamp *time.Time
968 EndedTimestamp *time.Time
971 ExpiryMinutes *int32
975 GeoMatchLevel GeoMatchLevel
981 Name *string
988 Participants []Participant
991 ProxySessionId *string
994 Status ProxySessionStatus
[all …]
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/chime/types/
H A Dtypes.go916 type ProxySession struct { struct
919 Capabilities []Capability
922 CreatedTimestamp *time.Time
925 EndedTimestamp *time.Time
928 ExpiryMinutes *int32
932 GeoMatchLevel GeoMatchLevel
938 Name *string
945 Participants []Participant
948 ProxySessionId *string
951 Status ProxySessionStatus
[all …]
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/chime/
H A Dapi_op_GetProxySession.go49 ProxySession *types.ProxySession member
H A Dapi_op_UpdateProxySession.go56 ProxySession *types.ProxySession member

12345