Documentation ¶
Index ¶
- func NewClientTransport(ctx context.Context, dialer N.Dialer, serverAddr M.Socksaddr, ...) (adapter.V2RayClientTransport, error)
- func NewGRPCClient(ctx context.Context, dialer N.Dialer, serverAddr M.Socksaddr, ...) (adapter.V2RayClientTransport, error)
- func NewGRPCServer(ctx context.Context, options option.V2RayGRPCOptions, tlsConfig *tls.Config, ...) (adapter.V2RayServerTransport, error)
- func NewQUICClient(ctx context.Context, dialer N.Dialer, serverAddr M.Socksaddr, ...) (adapter.V2RayClientTransport, error)
- func NewQUICServer(ctx context.Context, options option.V2RayQUICOptions, tlsConfig *tls.Config, ...) (adapter.V2RayServerTransport, error)
- func NewServerTransport(ctx context.Context, options option.V2RayTransportOptions, ...) (adapter.V2RayServerTransport, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewClientTransport ¶
func NewGRPCClient ¶
func NewGRPCServer ¶
func NewGRPCServer(ctx context.Context, options option.V2RayGRPCOptions, tlsConfig *tls.Config, handler N.TCPConnectionHandler, errorHandler E.Handler) (adapter.V2RayServerTransport, error)
func NewQUICClient ¶
func NewQUICServer ¶
func NewQUICServer(ctx context.Context, options option.V2RayQUICOptions, tlsConfig *tls.Config, handler N.TCPConnectionHandler, errorHandler E.Handler) (adapter.V2RayServerTransport, error)
func NewServerTransport ¶
func NewServerTransport(ctx context.Context, options option.V2RayTransportOptions, tlsConfig *tls.Config, handler N.TCPConnectionHandler, errorHandler E.Handler) (adapter.V2RayServerTransport, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.