dubbo

package
v0.0.0-...-51da36d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 20, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Zero : byte zero
	Zero = byte(0x00)

	// magic header
	MagicHigh = byte(0xda)
	MagicLow  = byte(0xbb)

	// message flag.
	FlagRequest = byte(0x80)
	FlagTwoWay  = byte(0x40)
	FlagEvent   = byte(0x20) // for heartbeat
	SerialMask  = 0x1f
)
View Source
const (
	JsonNextLine = byte(0x0a)
	JsonQutoes   = byte(0x22)
	JsonColon    = byte(0x3a)

	SerialHessian2 = byte(0x02)
	SerialFastjson = byte(0x06)
)

Variables

This section is empty.

Functions

func GetSerializer

func GetSerializer(serialID byte) dubboSerializer

func NewDubboParser

func NewDubboParser() *protocol.ProtocolParser

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL