MCPcopy Create free account
hub / github.com/XTLS/Go / unmarshal

Method unmarshal

common.go:1379–1379  ·  view source on GitHub ↗
([]byte)

Source from the content-addressed store, hash-verified

1377type handshakeMessage interface {
1378 marshal() []byte
1379 unmarshal([]byte) bool
1380}
1381
1382// lruSessionCache is a ClientSessionCache implementation that uses an LRU

Callers 3

readHandshakeMethod · 0.95
checkForResumptionMethod · 0.65
checkForResumptionMethod · 0.65

Implementers 15

clientHelloMsghandshake_messages.go
serverHelloMsghandshake_messages.go
encryptedExtensionsMsghandshake_messages.go
endOfEarlyDataMsghandshake_messages.go
keyUpdateMsghandshake_messages.go
newSessionTicketMsgTLS13handshake_messages.go
certificateRequestMsgTLS13handshake_messages.go
certificateMsghandshake_messages.go
certificateMsgTLS13handshake_messages.go
serverKeyExchangeMsghandshake_messages.go
certificateStatusMsghandshake_messages.go
serverHelloDoneMsghandshake_messages.go

Calls

no outgoing calls

Tested by

no test coverage detected