Documentation ¶
Overview ¶
Package outbound is a generated protocol buffer package.
It is generated from these files:
v2ray.com/core/proxy/vmess/outbound/config.proto
It has these top-level messages:
Config
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Receiver []*v2ray_core_common_protocol1.ServerEndpoint `protobuf:"bytes,1,rep,name=Receiver" json:"Receiver,omitempty"`
}
func (*Config) Descriptor ¶
func (*Config) GetReceiver ¶
func (m *Config) GetReceiver() []*v2ray_core_common_protocol1.ServerEndpoint
func (*Config) ProtoMessage ¶
func (*Config) ProtoMessage()
type Factory ¶ added in v1.17.1
type Factory struct{}
func (*Factory) Create ¶ added in v1.17.1
func (this *Factory) Create(space app.Space, rawConfig interface{}, meta *proxy.OutboundHandlerMeta) (proxy.OutboundHandler, error)
func (*Factory) StreamCapability ¶ added in v1.17.1
func (this *Factory) StreamCapability() v2net.NetworkList
type VMessOutboundHandler ¶
type VMessOutboundHandler struct {
// contains filtered or unexported fields
}
func (*VMessOutboundHandler) Dispatch ¶
func (this *VMessOutboundHandler) Dispatch(target v2net.Destination, payload *alloc.Buffer, ray ray.OutboundRay) error
Click to show internal directories.
Click to hide internal directories.