import "github.com/v2ray/v2ray-core/proxy/vmess/outbound"
command.go config.go config.pb.go errors.generated.go outbound.go
var File_proxy_vmess_outbound_config_proto protoreflect.FileDescriptor
type Config struct { Receiver []*protocol.ServerEndpoint `protobuf:"bytes,1,rep,name=Receiver,proto3" json:"Receiver,omitempty"` // contains filtered or unexported fields }
Deprecated: Use Config.ProtoReflect.Descriptor instead.
func (x *Config) GetReceiver() []*protocol.ServerEndpoint
func (x *Config) ProtoReflect() protoreflect.Message
type Handler struct {
// contains filtered or unexported fields
}
Handler is an outbound connection handler for VMess protocol.
New creates a new VMess outbound handler.
Process implements proxy.Outbound.Process().
Package outbound imports 23 packages (graph) and is imported by 3 packages. Updated 2020-12-29. Refresh now. Tools for package owners.