Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InboundConnectionHandlerWithPort ¶ added in v0.14.1
type InboundConnectionHandlerWithPort struct {
// contains filtered or unexported fields
}
type InboundDetourHandler ¶ added in v0.14.1
type InboundDetourHandler struct {
// contains filtered or unexported fields
}
func (*InboundDetourHandler) Initialize ¶ added in v0.14.1
func (this *InboundDetourHandler) Initialize() error
func (*InboundDetourHandler) Start ¶ added in v0.14.1
func (this *InboundDetourHandler) Start() error
type Point ¶
type Point struct {
// contains filtered or unexported fields
}
Point is an single server in V2Ray system.
func NewPoint ¶
func NewPoint(pConfig config.PointConfig) (*Point, error)
NewPoint returns a new Point server based on given configuration. The server is not started at this point.
func (*Point) DispatchToOutbound ¶
func (p *Point) DispatchToOutbound(packet v2net.Packet) ray.InboundRay
Click to show internal directories.
Click to hide internal directories.