C# 클래스 Zoompf.SPDYAnalysis.ServerHello

파일 보기 프로젝트 열기: zoompf/SPDYCheck 1 사용 예제들

공개 메소드들

메소드 설명
ParseServerHello ( byte serverHello ) : ServerHello

보호된 메소드들

메소드 설명
ArraySlice ( byte array, int offset, int len ) : byte[]
readAsInt ( byte array, int offset, int len ) : int

비공개 메소드들

메소드 설명
ServerHello ( ) : System
parseExtensionProtocolList ( byte data, int offset, int len ) : List

Extracts out the list of protocols listed in the NPN extension

메소드 상세

ArraySlice() 보호된 정적인 메소드

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

ParseServerHello() 공개 정적인 메소드

public static ParseServerHello ( byte serverHello ) : ServerHello
serverHello byte
리턴 ServerHello

readAsInt() 보호된 정적인 메소드

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