Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/XTLS/REALITY
/ unmarshal
Method
unmarshal
common.go:1622–1622 ·
view source on GitHub ↗
([]byte)
Source
from the content-addressed store, hash-verified
1620
type
handshakeMessage
interface
{
1621
marshal() ([]byte, error)
1622
unmarshal([]byte) bool
1623
}
1624
1625
type
handshakeMessageWithOriginalBytes
interface
{
Callers
2
unmarshalHandshakeMessage
Method · 0.95
Server
Function · 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