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(network *network.Network, xctrls []xctrl.Xctrl) *ConnectHandler
func (*ConnectHandler) HandleConnection ¶
func (h *ConnectHandler) HandleConnection(hello *channel2.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, listener channel2.UnderlayListener, options *channel2.Options) *CtrlAccepter
func (*CtrlAccepter) Run ¶
func (ctrlAccepter *CtrlAccepter) Run()
Click to show internal directories.
Click to hide internal directories.