Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConnectHandler ¶
type ConnectHandler struct {
// contains filtered or unexported fields
}
func NewConnectHandler ¶
func NewConnectHandler(identity identity.Identity, network *network.Network) *ConnectHandler
func (*ConnectHandler) HandleConnection ¶
func (self *ConnectHandler) HandleConnection(hello *channel.Hello, certificates []*x509.Certificate) error
type CtrlAccepter ¶
type CtrlAccepter struct {
// contains filtered or unexported fields
}
func NewCtrlAccepter ¶
func NewCtrlAccepter(network *network.Network, xctrls []xctrl.Xctrl, options *channel.Options, heartbeatOptions *channel.HeartbeatOptions, traceHandler *channel.TraceHandler) *CtrlAccepter
func (*CtrlAccepter) AcceptUnderlay ¶
func (self *CtrlAccepter) AcceptUnderlay(underlay channel.Underlay) error
func (*CtrlAccepter) Bind ¶
func (self *CtrlAccepter) Bind(binding channel.Binding) error
Source Files ¶
- accept.go
- base.go
- bind.go
- circuit_confirmation.go
- circuit_request.go
- close.go
- connect.go
- create_terminator.go
- decommission.go
- dequiesce_router.go
- fault.go
- inspect.go
- link_connected.go
- metrics.go
- ping.go
- quiesce_router.go
- remove_terminator.go
- remove_terminators.go
- route_result.go
- router_link.go
- trace.go
- update_terminator.go
- verify_router.go
Click to show internal directories.
Click to hide internal directories.