inbound

package
v2.12.1+incompatible Latest Latest
Warning

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

Go to latest
Published: Dec 26, 2016 License: MIT Imports: 21 Imported by: 0

Documentation

Overview

Package inbound is a generated protocol buffer package.

It is generated from these files:

v2ray.com/core/proxy/vmess/inbound/config.proto

It has these top-level messages:

DetourConfig
DefaultConfig
Config

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewUserByEmail added in v1.9.1

func NewUserByEmail(users []*protocol.User, config *DefaultConfig) *userByEmail

Types

type Config

type Config struct {
	User    []*v2ray_core_common_protocol.User `protobuf:"bytes,1,rep,name=user" json:"user,omitempty"`
	Default *DefaultConfig                     `protobuf:"bytes,2,opt,name=default" json:"default,omitempty"`
	Detour  *DetourConfig                      `protobuf:"bytes,3,opt,name=detour" json:"detour,omitempty"`
}

func (*Config) Descriptor

func (*Config) Descriptor() ([]byte, []int)

func (*Config) GetDefault

func (m *Config) GetDefault() *DefaultConfig

func (*Config) GetDefaultValue

func (v *Config) GetDefaultValue() *DefaultConfig

GetDefaultValue returns default settings of DefaultConfig.

func (*Config) GetDetour

func (m *Config) GetDetour() *DetourConfig

func (*Config) GetUser

func (m *Config) GetUser() []*v2ray_core_common_protocol.User

func (*Config) ProtoMessage

func (*Config) ProtoMessage()

func (*Config) Reset

func (m *Config) Reset()

func (*Config) String

func (m *Config) String() string

type DefaultConfig added in v1.9.1

type DefaultConfig struct {
	AlterId uint32 `protobuf:"varint,1,opt,name=alter_id,json=alterId" json:"alter_id,omitempty"`
	Level   uint32 `protobuf:"varint,2,opt,name=level" json:"level,omitempty"`
}

func (*DefaultConfig) Descriptor

func (*DefaultConfig) Descriptor() ([]byte, []int)

func (*DefaultConfig) GetAlterId

func (m *DefaultConfig) GetAlterId() uint32

func (*DefaultConfig) GetLevel

func (m *DefaultConfig) GetLevel() uint32

func (*DefaultConfig) ProtoMessage

func (*DefaultConfig) ProtoMessage()

func (*DefaultConfig) Reset

func (m *DefaultConfig) Reset()

func (*DefaultConfig) String

func (m *DefaultConfig) String() string

type DetourConfig added in v1.9.1

type DetourConfig struct {
	To string `protobuf:"bytes,1,opt,name=to" json:"to,omitempty"`
}

func (*DetourConfig) Descriptor

func (*DetourConfig) Descriptor() ([]byte, []int)

func (*DetourConfig) GetTo

func (m *DetourConfig) GetTo() string

func (*DetourConfig) ProtoMessage

func (*DetourConfig) ProtoMessage()

func (*DetourConfig) Reset

func (m *DetourConfig) Reset()

func (*DetourConfig) String

func (m *DetourConfig) String() string

type Factory added in v1.17.1

type Factory struct{}

func (*Factory) Create added in v1.17.1

func (v *Factory) Create(space app.Space, rawConfig interface{}, meta *proxy.InboundHandlerMeta) (proxy.InboundHandler, error)

func (*Factory) StreamCapability added in v1.17.1

func (v *Factory) StreamCapability() v2net.NetworkList

type VMessInboundHandler

type VMessInboundHandler struct {
	sync.RWMutex
	// contains filtered or unexported fields
}

Inbound connection handler that handles messages in VMess format.

func (*VMessInboundHandler) Close added in v1.9.1

func (v *VMessInboundHandler) Close()

func (*VMessInboundHandler) GetUser added in v1.9.1

func (v *VMessInboundHandler) GetUser(email string) *protocol.User

func (*VMessInboundHandler) HandleConnection

func (v *VMessInboundHandler) HandleConnection(connection internet.Connection)

func (*VMessInboundHandler) Port added in v1.9.1

func (v *VMessInboundHandler) Port() v2net.Port

func (*VMessInboundHandler) Start added in v1.17.1

func (v *VMessInboundHandler) Start() error

Jump to

Keyboard shortcuts

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