inbound

package
v3.0.1+incompatible Latest Latest
Warning

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

Go to latest
Published: Dec 1, 2017 License: MIT Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AlwaysOnInboundHandler

type AlwaysOnInboundHandler struct {
	// contains filtered or unexported fields
}

func NewAlwaysOnInboundHandler

func NewAlwaysOnInboundHandler(ctx context.Context, tag string, receiverConfig *proxyman.ReceiverConfig, proxyConfig interface{}) (*AlwaysOnInboundHandler, error)

func (*AlwaysOnInboundHandler) Close

func (h *AlwaysOnInboundHandler) Close()

func (*AlwaysOnInboundHandler) GetRandomInboundProxy

func (h *AlwaysOnInboundHandler) GetRandomInboundProxy() (proxy.Inbound, net.Port, int)

func (*AlwaysOnInboundHandler) Start

func (h *AlwaysOnInboundHandler) Start() error

type DynamicInboundHandler

type DynamicInboundHandler struct {
	// contains filtered or unexported fields
}

func NewDynamicInboundHandler

func NewDynamicInboundHandler(ctx context.Context, tag string, receiverConfig *proxyman.ReceiverConfig, proxyConfig interface{}) (*DynamicInboundHandler, error)

func (*DynamicInboundHandler) Close

func (h *DynamicInboundHandler) Close()

func (*DynamicInboundHandler) GetRandomInboundProxy

func (h *DynamicInboundHandler) GetRandomInboundProxy() (proxy.Inbound, net.Port, int)

func (*DynamicInboundHandler) Start

func (h *DynamicInboundHandler) Start() error

type Manager

type Manager struct {
	// contains filtered or unexported fields
}

Manager is to manage all inbound handlers.

func New

func New(ctx context.Context, config *proxyman.InboundConfig) (*Manager, error)

func (*Manager) AddHandler

func (m *Manager) AddHandler(ctx context.Context, config *proxyman.InboundHandlerConfig) error

func (*Manager) Close

func (m *Manager) Close()

func (*Manager) GetHandler

func (m *Manager) GetHandler(ctx context.Context, tag string) (proxyman.InboundHandler, error)

func (*Manager) Interface

func (m *Manager) Interface() interface{}

func (*Manager) Start

func (m *Manager) Start() error

Jump to

Keyboard shortcuts

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