Home | Trees | Indices | Help |
---|
|
Handling of Application Layer Protocol Negotiation extension from RFC 7301.
|
|||
|
|||
str |
|
||
TLSExtension |
|
||
ALPNExtension |
|
||
Inherited from Inherited from |
|
|||
Inherited from |
|
|||
Inherited from |
|
|||
bytearray |
extData a byte array containing the value of the extension as to be written on the wire |
||
int |
extType a 2^16-1 limited integer specifying the type of the extension that it contains, e.g. |
||
list of bytearrays |
protocol_names list of protocol names acceptable or selected by peer |
||
Inherited from |
|
Create instance of ALPNExtension
|
Create programmer-readable representation of object
|
Create an instance of ALPNExtension with specified protocols
|
Parse the extension from on the wire format
|
|
extDataa byte array containing the value of the extension as to be written on the wire
|
extTypea 2^16-1 limited integer specifying the type of the extension that it contains, e.g. 0 indicates server name extension
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 | http://epydoc.sourceforge.net |