C# Class Zoompf.SPDYAnalysis.ServerHello

显示文件 Open project: zoompf/SPDYCheck Class Usage Examples

Public Methods

Method Description
ParseServerHello ( byte serverHello ) : ServerHello

Protected Methods

Method Description
ArraySlice ( byte array, int offset, int len ) : byte[]
readAsInt ( byte array, int offset, int len ) : int

Private Methods

Method 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 method

protected static ArraySlice ( byte array, int offset, int len ) : byte[]
array byte
offset int
len int
return byte[]

ParseServerHello() public static method

public static ParseServerHello ( byte serverHello ) : ServerHello
serverHello byte
return ServerHello

readAsInt() protected static method

protected static readAsInt ( byte array, int offset, int len ) : int
array byte
offset int
len int
return int