Documentation ¶
Index ¶
- Constants
- type Accepter
- type Factory
- func (factory *Factory) BindChannel(ch channel2.Channel) error
- func (factory *Factory) Channel() channel2.Channel
- func (factory *Factory) CreateDialer(optionsData xgress.OptionsData) (xgress.Dialer, error)
- func (factory *Factory) CreateListener(optionsData xgress.OptionsData) (xgress.Listener, error)
- func (factory *Factory) Enabled() bool
- func (factory *Factory) LoadConfig(configMap map[interface{}]interface{}) error
- func (factory *Factory) Run(ctrl channel2.Channel, _ boltz.Db, done chan struct{}) error
- type Options
Constants ¶
View Source
const (
DefaultMaxOutOfOrderMsgs = 1000
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Accepter ¶
type Accepter struct {
// contains filtered or unexported fields
}
func NewAccepter ¶
func NewAccepter(listener *listener, uListener channel2.UnderlayListener, options *channel2.Options) *Accepter
type Factory ¶
type Factory struct {
// contains filtered or unexported fields
}
func NewFactory ¶
func NewFactory() *Factory
NewFactory constructs a new Edge Xgress Factory instance
func (*Factory) CreateDialer ¶
CreateDialer creates a new Edge Xgress dialer
func (*Factory) CreateListener ¶
CreateListener creates a new Edge Xgress listener
func (*Factory) LoadConfig ¶
Click to show internal directories.
Click to hide internal directories.