C# Class Zoompf.SPDYAnalysis.ServerHello

Afficher le fichier Open project: zoompf/SPDYCheck Class Usage Examples

Méthodes publiques

Méthode Description
ParseServerHello ( byte serverHello ) : ServerHello

Méthodes protégées

Méthode Description
ArraySlice ( byte array, int offset, int len ) : byte[]
readAsInt ( byte array, int offset, int len ) : int

Private Methods

Méthode Description
ServerHello ( ) : System
parseExtensionProtocolList ( byte data, int offset, int len ) : List

Extracts out the list of protocols listed in the NPN extension

Method Details

ArraySlice() protected static méthode

protected static ArraySlice ( byte array, int offset, int len ) : byte[]
array byte
offset int
len int
Résultat byte[]

ParseServerHello() public static méthode

public static ParseServerHello ( byte serverHello ) : ServerHello
serverHello byte
Résultat ServerHello

readAsInt() protected static méthode

protected static readAsInt ( byte array, int offset, int len ) : int
array byte
offset int
len int
Résultat int