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

Interface handshakeMessage

common.go:1377–1380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 11

clientHandshakeMethod · 0.65
handshakeMethod · 0.65
doFullHandshakeMethod · 0.65
readFinishedMethod · 0.65
readSessionTicketMethod · 0.65
sendFinishedMethod · 0.65
handshakeMethod · 0.65
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

Used in the wild real call sites across dependent graphs

searching dependent graphs…