Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Receivers []*protocol.ServerSpec
}
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() internet.StreamConnectionType
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.