Documentation ¶
Index ¶
- type DirectProxy
- func (p *DirectProxy) Config() *proxy.ProxyChannelConfig
- func (p *DirectProxy) Destory() error
- func (p *DirectProxy) Features() proxy.Feature
- func (p *DirectProxy) Init(conf proxy.ProxyChannelConfig) error
- func (p *DirectProxy) PrintStat(w io.Writer)
- func (p *DirectProxy) Serve(session *proxy.ProxySession, ev event.Event) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DirectProxy ¶
type DirectProxy struct {
// contains filtered or unexported fields
}
func (*DirectProxy) Config ¶ added in v0.24.1
func (p *DirectProxy) Config() *proxy.ProxyChannelConfig
func (*DirectProxy) Destory ¶
func (p *DirectProxy) Destory() error
func (*DirectProxy) Features ¶
func (p *DirectProxy) Features() proxy.Feature
func (*DirectProxy) Init ¶
func (p *DirectProxy) Init(conf proxy.ProxyChannelConfig) error
func (*DirectProxy) PrintStat ¶ added in v0.24.0
func (p *DirectProxy) PrintStat(w io.Writer)
func (*DirectProxy) Serve ¶
func (p *DirectProxy) Serve(session *proxy.ProxySession, ev event.Event) error
Click to show internal directories.
Click to hide internal directories.