Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1377
type
handshakeMessage
interface
{
1378
marshal() []byte
1379
unmarshal([]byte) bool
1380
}
1381
1382
// lruSessionCache is a ClientSessionCache implementation that uses an LRU
Callers
3
readHandshake
Method · 0.95
checkForResumption
Method · 0.65
checkForResumption
Method · 0.65
Implementers
15
clientHelloMsg
handshake_messages.go
serverHelloMsg
handshake_messages.go
encryptedExtensionsMsg
handshake_messages.go
endOfEarlyDataMsg
handshake_messages.go
keyUpdateMsg
handshake_messages.go
newSessionTicketMsgTLS13
handshake_messages.go
certificateRequestMsgTLS13
handshake_messages.go
certificateMsg
handshake_messages.go
certificateMsgTLS13
handshake_messages.go
serverKeyExchangeMsg
handshake_messages.go
certificateStatusMsg
handshake_messages.go
serverHelloDoneMsg
handshake_messages.go
Calls
no outgoing calls
Tested by
no test coverage detected