Home
last modified time | relevance | path

Searched refs:ProtocolName (Results 1 – 25 of 707) sorted by relevance

12345678910>>...29

/dports/java/bouncycastle15/crypto-169/tls/src/main/java/org/bouncycastle/tls/
H A DProtocolName.java13 public final class ProtocolName class
15 public static ProtocolName asRawBytes(byte[] bytes) in asRawBytes()
17 return new ProtocolName(Arrays.clone(bytes)); in asRawBytes()
20 public static ProtocolName asUtf8Encoding(String name) in asUtf8Encoding()
22 return new ProtocolName(Strings.toUTF8ByteArray(name)); in asUtf8Encoding()
35 public static final ProtocolName FTP = asUtf8Encoding("ftp");
36 public static final ProtocolName IMAP = asUtf8Encoding("imap");
37 public static final ProtocolName POP3 = asUtf8Encoding("pop3");
45 private ProtocolName(byte[] bytes) in ProtocolName() method in ProtocolName
91 return new ProtocolName(TlsUtils.readOpaque8(input, 1)); in parse()
[all …]
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/hyper-0.11.27/src/header/common/
H A Dupgrade.rs84 pub enum ProtocolName { enum
98 impl FromStr for ProtocolName { implementation
102 "HTTP" => ProtocolName::Http, in from_str()
103 "TLS" => ProtocolName::Tls, in from_str()
104 "h2c" => ProtocolName::H2c, in from_str()
107 ProtocolName::WebSocket in from_str()
116 impl Display for ProtocolName { implementation
119 ProtocolName::Http => "HTTP", in fmt()
120 ProtocolName::Tls => "TLS", in fmt()
122 ProtocolName::H2c => "h2c", in fmt()
[all …]
/dports/devel/sccache/sccache-0.2.15/cargo-crates/hyperx-0.12.0/src/header/common/
H A Dupgrade.rs84 pub enum ProtocolName { enum
98 impl FromStr for ProtocolName { implementation
102 "HTTP" => ProtocolName::Http, in from_str()
103 "TLS" => ProtocolName::Tls, in from_str()
104 "h2c" => ProtocolName::H2c, in from_str()
107 ProtocolName::WebSocket in from_str()
116 impl Display for ProtocolName { implementation
119 ProtocolName::Http => "HTTP", in fmt()
120 ProtocolName::Tls => "TLS", in fmt()
122 ProtocolName::H2c => "h2c", in fmt()
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/hyper-0.10.16/src/header/common/
H A Dupgrade.rs80 pub enum ProtocolName { enum
94 impl FromStr for ProtocolName { implementation
98 "HTTP" => ProtocolName::Http, in from_str()
99 "TLS" => ProtocolName::Tls, in from_str()
100 "h2c" => ProtocolName::H2c, in from_str()
103 ProtocolName::WebSocket in from_str()
112 impl Display for ProtocolName { implementation
115 ProtocolName::Http => "HTTP", in fmt()
116 ProtocolName::Tls => "TLS", in fmt()
118 ProtocolName::H2c => "h2c", in fmt()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/hyper/src/header/common/
H A Dupgrade.rs80 pub enum ProtocolName { enum
94 impl FromStr for ProtocolName { implementation
98 "HTTP" => ProtocolName::Http, in from_str()
99 "TLS" => ProtocolName::Tls, in from_str()
100 "h2c" => ProtocolName::H2c, in from_str()
103 ProtocolName::WebSocket in from_str()
112 impl Display for ProtocolName { implementation
115 ProtocolName::Http => "HTTP", in fmt()
116 ProtocolName::Tls => "TLS", in fmt()
118 ProtocolName::H2c => "h2c", in fmt()
[all …]
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/hyper-old-types-0.11.0/src/header/common/
H A Dupgrade.rs84 pub enum ProtocolName { enum
98 impl FromStr for ProtocolName { implementation
102 "HTTP" => ProtocolName::Http, in from_str()
103 "TLS" => ProtocolName::Tls, in from_str()
104 "h2c" => ProtocolName::H2c, in from_str()
107 ProtocolName::WebSocket in from_str()
116 impl Display for ProtocolName { implementation
119 ProtocolName::Http => "HTTP", in fmt()
120 ProtocolName::Tls => "TLS", in fmt()
122 ProtocolName::H2c => "h2c", in fmt()
[all …]
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/hyper-0.10.16/src/header/common/
H A Dupgrade.rs80 pub enum ProtocolName { enum
94 impl FromStr for ProtocolName { implementation
98 "HTTP" => ProtocolName::Http, in from_str()
99 "TLS" => ProtocolName::Tls, in from_str()
100 "h2c" => ProtocolName::H2c, in from_str()
103 ProtocolName::WebSocket in from_str()
112 impl Display for ProtocolName { implementation
115 ProtocolName::Http => "HTTP", in fmt()
116 ProtocolName::Tls => "TLS", in fmt()
118 ProtocolName::H2c => "h2c", in fmt()
[all …]
/dports/www/websocat/websocat-1.9.0/cargo-crates/hyper-0.10.16/src/header/common/
H A Dupgrade.rs80 pub enum ProtocolName { enum
94 impl FromStr for ProtocolName { implementation
98 "HTTP" => ProtocolName::Http, in from_str()
99 "TLS" => ProtocolName::Tls, in from_str()
100 "h2c" => ProtocolName::H2c, in from_str()
103 ProtocolName::WebSocket in from_str()
112 impl Display for ProtocolName { implementation
115 ProtocolName::Http => "HTTP", in fmt()
116 ProtocolName::Tls => "TLS", in fmt()
118 ProtocolName::H2c => "h2c", in fmt()
[all …]
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/hyper-0.11.27/src/header/common/
H A Dupgrade.rs84 pub enum ProtocolName {
98 impl FromStr for ProtocolName {
102 "HTTP" => ProtocolName::Http,
103 "TLS" => ProtocolName::Tls,
104 "h2c" => ProtocolName::H2c,
107 ProtocolName::WebSocket
116 impl Display for ProtocolName {
119 ProtocolName::Http => "HTTP",
120 ProtocolName::Tls => "TLS",
122 ProtocolName::H2c => "h2c",
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Net.Http/System.Net.Http.Headers/
H A DViaHeaderValue.cs49 ProtocolName = protocolName; in ViaHeaderValue()
67 public string ProtocolName { get; private set; } property in System.Net.Http.Headers.ViaHeaderValue
83 string.Equals (source.ProtocolName, ProtocolName, StringComparison.OrdinalIgnoreCase) && in Equals()
93 if (!string.IsNullOrEmpty (ProtocolName)) { in GetHashCode()
94 hc ^= ProtocolName.ToLowerInvariant ().GetHashCode (); in GetHashCode()
145 value.ProtocolName = lexer.GetStringValue (t); in TryParseElement()
180 string s = ProtocolName != null ? in ToString()
181 ProtocolName + "/" + ProtocolVersion + " " + ReceivedBy : in ToString()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/ssl/src/
H A Dssl_alert.erl54 -spec reason_code(#alert{}, client | server, ProtocolName::string(), StateName::atom()) ->
63 reason_code(#alert{description = Description, role = Role} = Alert, Role, ProtocolName, StateName) …
64 {PrefixFmt, PrefixArgs} = alert_prefix_format(ProtocolName, Role, StateName),
68 reason_code(#alert{description = Description} = Alert, Role, ProtocolName, StateName) ->
69 {Fmt, Args} = alert_format(ProtocolName, Role, StateName, Alert),
78 own_alert_format(ProtocolName, Role, StateName, Alert) ->
79 {PrfixFmt, PrefixArgs} = alert_prefix_format(ProtocolName, Role, StateName),
88 alert_format(ProtocolName, Role, StateName, Alert) ->
89 {PrfixFmt, PrefixArgs} = alert_prefix_format(ProtocolName, Role, StateName),
96 alert_prefix_format(ProtocolName, Role, StateName) ->
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/ssl/src/
H A Dssl_alert.erl54 -spec reason_code(#alert{}, client | server, ProtocolName::string(), StateName::atom()) ->
63 reason_code(#alert{description = Description, role = Role} = Alert, Role, ProtocolName, StateName) …
64 {PrefixFmt, PrefixArgs} = alert_prefix_format(ProtocolName, Role, StateName),
68 reason_code(#alert{description = Description} = Alert, Role, ProtocolName, StateName) ->
69 {Fmt, Args} = alert_format(ProtocolName, Role, StateName, Alert),
78 own_alert_format(ProtocolName, Role, StateName, Alert) ->
79 {PrfixFmt, PrefixArgs} = alert_prefix_format(ProtocolName, Role, StateName),
88 alert_format(ProtocolName, Role, StateName, Alert) ->
89 {PrfixFmt, PrefixArgs} = alert_prefix_format(ProtocolName, Role, StateName),
96 alert_prefix_format(ProtocolName, Role, StateName) ->
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/ssl/src/
H A Dssl_alert.erl54 -spec reason_code(#alert{}, client | server, ProtocolName::string(), StateName::atom()) ->
63 reason_code(#alert{description = Description, role = Role} = Alert, Role, ProtocolName, StateName) …
64 {PrefixFmt, PrefixArgs} = alert_prefix_format(ProtocolName, Role, StateName),
68 reason_code(#alert{description = Description} = Alert, Role, ProtocolName, StateName) ->
69 {Fmt, Args} = alert_format(ProtocolName, Role, StateName, Alert),
78 own_alert_format(ProtocolName, Role, StateName, Alert) ->
79 {PrfixFmt, PrefixArgs} = alert_prefix_format(ProtocolName, Role, StateName),
88 alert_format(ProtocolName, Role, StateName, Alert) ->
89 {PrfixFmt, PrefixArgs} = alert_prefix_format(ProtocolName, Role, StateName),
96 alert_prefix_format(ProtocolName, Role, StateName) ->
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/ssl/src/
H A Dssl_alert.erl54 -spec reason_code(#alert{}, client | server, ProtocolName::string(), StateName::atom()) ->
63 reason_code(#alert{description = Description, role = Role} = Alert, Role, ProtocolName, StateName) …
64 {PrefixFmt, PrefixArgs} = alert_prefix_format(ProtocolName, Role, StateName),
68 reason_code(#alert{description = Description} = Alert, Role, ProtocolName, StateName) ->
69 {Fmt, Args} = alert_format(ProtocolName, Role, StateName, Alert),
78 own_alert_format(ProtocolName, Role, StateName, Alert) ->
79 {PrfixFmt, PrefixArgs} = alert_prefix_format(ProtocolName, Role, StateName),
88 alert_format(ProtocolName, Role, StateName, Alert) ->
89 {PrfixFmt, PrefixArgs} = alert_prefix_format(ProtocolName, Role, StateName),
96 alert_prefix_format(ProtocolName, Role, StateName) ->
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/ssl/src/
H A Dssl_alert.erl54 -spec reason_code(#alert{}, client | server, ProtocolName::string(), StateName::atom()) ->
63 reason_code(#alert{description = Description, role = Role} = Alert, Role, ProtocolName, StateName) …
64 {PrefixFmt, PrefixArgs} = alert_prefix_format(ProtocolName, Role, StateName),
68 reason_code(#alert{description = Description} = Alert, Role, ProtocolName, StateName) ->
69 {Fmt, Args} = alert_format(ProtocolName, Role, StateName, Alert),
78 own_alert_format(ProtocolName, Role, StateName, Alert) ->
79 {PrfixFmt, PrefixArgs} = alert_prefix_format(ProtocolName, Role, StateName),
88 alert_format(ProtocolName, Role, StateName, Alert) ->
89 {PrfixFmt, PrefixArgs} = alert_prefix_format(ProtocolName, Role, StateName),
96 alert_prefix_format(ProtocolName, Role, StateName) ->
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/ssl/src/
H A Dssl_alert.erl54 -spec reason_code(#alert{}, client | server, ProtocolName::string(), StateName::atom()) ->
63 reason_code(#alert{description = Description, role = Role} = Alert, Role, ProtocolName, StateName) …
64 {PrefixFmt, PrefixArgs} = alert_prefix_format(ProtocolName, Role, StateName),
68 reason_code(#alert{description = Description} = Alert, Role, ProtocolName, StateName) ->
69 {Fmt, Args} = alert_format(ProtocolName, Role, StateName, Alert),
78 own_alert_format(ProtocolName, Role, StateName, Alert) ->
79 {PrfixFmt, PrefixArgs} = alert_prefix_format(ProtocolName, Role, StateName),
88 alert_format(ProtocolName, Role, StateName, Alert) ->
89 {PrfixFmt, PrefixArgs} = alert_prefix_format(ProtocolName, Role, StateName),
96 alert_prefix_format(ProtocolName, Role, StateName) ->
[all …]
/dports/security/xray-core/Xray-core-1.5.0/infra/conf/
H A Dtransport.go30 ProtocolName: "tcp",
41 ProtocolName: "mkcp",
52 ProtocolName: "websocket",
63 ProtocolName: "http",
74 ProtocolName: "domainsocket",
85 ProtocolName: "quic",
99 ProtocolName: "grpc",
H A Dxray_test.go179 ProtocolName: "tcp",
182 ProtocolName: "http",
199 ProtocolName: "tcp",
202 ProtocolName: "http",
215 ProtocolName: "tcp",
218 ProtocolName: "http",
239 ProtocolName: "websocket",
242 ProtocolName: "websocket",
253 ProtocolName: "http",
295 ProtocolName: "websocket",
[all …]
/dports/net/v2ray/v2ray-core-4.36.2/infra/conf/
H A Dtransport.go30 ProtocolName: "tcp",
41 ProtocolName: "mkcp",
52 ProtocolName: "websocket",
63 ProtocolName: "http",
74 ProtocolName: "domainsocket",
85 ProtocolName: "quic",
99 ProtocolName: "gun",
H A Dv2ray_test.go179 ProtocolName: "tcp",
182 ProtocolName: "http",
199 ProtocolName: "tcp",
202 ProtocolName: "http",
215 ProtocolName: "tcp",
218 ProtocolName: "http",
239 ProtocolName: "websocket",
242 ProtocolName: "websocket",
253 ProtocolName: "http",
295 ProtocolName: "websocket",
[all …]
/dports/sysutils/hared/hared-hare-1.0-45-g8341d8a/vendor/github.com/eclipse/paho.mqtt.golang/packets/
H A Dconnect.go13 ProtocolName string member
33 …nwillmessage: %s\nUsername: %s\nPassword: %s\n", c.ProtocolVersion, c.ProtocolName, c.CleanSession…
41 body.Write(encodeString(c.ProtocolName))
67 c.ProtocolName = decodeString(b)
102 …if (c.ProtocolName == "MQIsdp" && c.ProtocolVersion != 3) || (c.ProtocolName == "MQTT" && c.Protoc…
106 if c.ProtocolName != "MQIsdp" && c.ProtocolName != "MQTT" {
/dports/databases/tile38/tile38-1.12.0/vendor/github.com/eclipse/paho.mqtt.golang/packets/
H A Dconnect.go13 ProtocolName string member
34 …: %s willmessage: %s Username: %s Password: %s", c.ProtocolVersion, c.ProtocolName, c.CleanSession…
42 body.Write(encodeString(c.ProtocolName))
68 c.ProtocolName = decodeString(b)
103 …if (c.ProtocolName == "MQIsdp" && c.ProtocolVersion != 3) || (c.ProtocolName == "MQTT" && c.Protoc…
107 if c.ProtocolName != "MQIsdp" && c.ProtocolName != "MQTT" {
/dports/net/tunneller/tunneller-release-0.6/vendor/github.com/eclipse/paho.mqtt.golang/packets/
H A Dconnect.go13 ProtocolName string member
34 …: %s willmessage: %s Username: %s Password: %s", c.ProtocolVersion, c.ProtocolName, c.CleanSession…
42 body.Write(encodeString(c.ProtocolName))
69 c.ProtocolName, err = decodeString(b)
131 …if (c.ProtocolName == "MQIsdp" && c.ProtocolVersion != 3) || (c.ProtocolName == "MQTT" && c.Protoc…
135 if c.ProtocolName != "MQIsdp" && c.ProtocolName != "MQTT" {
/dports/polish/kadu/kadu-4.3/kadu-core/accounts/filter/
H A Dprotocol-filter.cpp38 if (ProtocolName == protocolName) in setProtocolName()
41 ProtocolName = protocolName; in setProtocolName()
47 return (ProtocolName.isEmpty() || ProtocolName == account.protocolName()); in acceptAccount()
/dports/polish/kadu/kadu-4.3/kadu-core/accounts/
H A Daccount-shared.cpp47 Shared(QUuid(), parent), ProtocolName(protocolName), in AccountShared()
59 if (!ProtocolName.isEmpty()) in ~AccountShared()
61 ProtocolFactory *factory = m_protocolsManager->byName(ProtocolName); in ~AccountShared()
127 if (!ProtocolName.isEmpty()) in init()
129 ProtocolFactory *factory = m_protocolsManager->byName(ProtocolName); in init()
200 ProtocolName = loadValue<QString>("Protocol"); in load()
223 if (!ProtocolName.isEmpty()) in load()
225 ProtocolFactory *factory = m_protocolsManager->byName(ProtocolName); in load()
257 storeValue("Protocol", ProtocolName); in store()
329 if (ProtocolHandler || (factory->name() != ProtocolName) || Details) in protocolRegistered()
[all …]

12345678910>>...29