Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InboundConnectionHandler ¶
type InboundConnectionHandler struct {
Port v2net.Port
ConnInput io.Reader
ConnOutput io.Writer
// contains filtered or unexported fields
}
func (*InboundConnectionHandler) Communicate ¶
func (this *InboundConnectionHandler) Communicate(packet v2net.Packet) error
func (*InboundConnectionHandler) Create ¶
func (this *InboundConnectionHandler) Create(space app.Space, config interface{}) (connhandler.InboundConnectionHandler, error)
type OutboundConnectionHandler ¶
type OutboundConnectionHandler struct {
Destination v2net.Destination
ConnInput io.Reader
ConnOutput io.Writer
}
func (*OutboundConnectionHandler) Create ¶
func (this *OutboundConnectionHandler) Create(space app.Space, config interface{}) (connhandler.OutboundConnectionHandler, error)
func (*OutboundConnectionHandler) Dispatch ¶
func (this *OutboundConnectionHandler) Dispatch(packet v2net.Packet, ray ray.OutboundRay) error
Click to show internal directories.
Click to hide internal directories.