Documentation ¶
Overview ¶
Package dispatcher is a generated protocol buffer package.
It is generated from these files:
v2ray.com/core/app/dispatcher/config.proto
It has these top-level messages:
Config
Index ¶
Constants ¶
View Source
const (
APP_ID = app.ID(1)
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { }
func (*Config) Descriptor ¶
func (*Config) ProtoMessage ¶
func (*Config) ProtoMessage()
type PacketDispatcher ¶
type PacketDispatcher interface {
DispatchToOutbound(session *proxy.SessionInfo) ray.InboundRay
}
PacketDispatcher dispatch a packet and possibly further network payload to its destination.
Click to show internal directories.
Click to hide internal directories.