socket

package
v1.5.5 Latest Latest
Warning

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

Go to latest
Published: May 18, 2020 License: Apache-2.0 Imports: 20 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewReader

func NewReader(meta *reader.Meta, conf conf.MapConf) (reader.Reader, error)

Types

type Reader

type Reader struct {
	ServiceAddress string

	MaxConnections  int
	ReadBufferSize  int
	ReadTimeout     time.Duration
	KeepAlivePeriod time.Duration
	IsSplitByLine   bool
	SocketRule      string
	HeadPattern     *regexp.Regexp
	// contains filtered or unexported fields
}

func (*Reader) Close

func (r *Reader) Close() error

func (*Reader) FetchInitError added in v1.5.4

func (r *Reader) FetchInitError() error

func (*Reader) Name

func (r *Reader) Name() string

func (*Reader) ReadLine

func (r *Reader) ReadLine() (string, error)

Note: 对 sourceIp 的操作非线程安全,需由上层逻辑保证同步调用 ReadLine

func (*Reader) SetMode

func (*Reader) SetMode(_ string, _ interface{}) error

func (*Reader) Source

func (r *Reader) Source() string

func (*Reader) Start

func (r *Reader) Start() (err error)

func (*Reader) SyncMeta

func (r *Reader) SyncMeta()

Jump to

Keyboard shortcuts

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