TLSSocketOptions class abstract
- Implemented types
- Annotations
-
- @JS()
- @anonymous
Constructors
- TLSSocketOptions({bool isServer, NetServer server, bool requestCert, bool rejectUnauthorized, List NPNProtocols, List ALPNProtocols, Function SNICallback, Buffer session, bool requestOCSP, dynamic secureContext, dynamic pfx, dynamic key, String passphrase, dynamic cert, dynamic ca, String ciphers, bool honorCipherOrder, String ecdhCurve, String clientCertEngine, dynamic crl, dynamic dhparam, num secureOptions, String secureProtocol, String sessionIdContext})
-
factory
Properties
- ALPNProtocols → List
-
no setter
- ca → dynamic
-
no setterinherited
- cert → dynamic
-
no setterinherited
- ciphers → String
-
no setterinherited
- clientCertEngine → String
-
no setterinherited
- crl → dynamic
-
no setterinherited
- dhparam → dynamic
-
no setterinherited
- ecdhCurve → String
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- honorCipherOrder → bool
-
no setterinherited
- isServer → bool
-
no setter
- key → dynamic
-
no setterinherited
- NPNProtocols → List
-
no setter
- passphrase → String
-
no setterinherited
- pfx → dynamic
-
no setterinherited
-
no setter
- requestCert → bool
-
no setter
- requestOCSP → bool
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- secureContext → dynamic
-
no setter
- secureOptions → num
-
no setterinherited
- secureProtocol → String
-
no setterinherited
- server → NetServer
-
no setter
- session → Buffer
-
no setter
- sessionIdContext → String
-
no setterinherited
- SNICallback → Function
-
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited