package
Version:
v0.14.5
Opens a new window with list of versions in this module.
Published: Nov 26, 2015
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type InboundConnectionHandler struct {
Port uint16
Dispatcher app.PacketDispatcher
ConnInput io.Reader
ConnOutput io.Writer
}
func (*InboundConnectionHandler) Communicate ¶
func (this *InboundConnectionHandler) Communicate(packet v2net.Packet) error
func (*InboundConnectionHandler) Create ¶
func (this *InboundConnectionHandler) Create(dispatcher app.PacketDispatcher, config interface{}) (connhandler.InboundConnectionHandler, error)
func (*InboundConnectionHandler) Listen ¶
func (this *InboundConnectionHandler) Listen(port uint16) error
type OutboundConnectionHandler struct {
Destination v2net.Destination
ConnInput io.Reader
ConnOutput io.Writer
}
func (*OutboundConnectionHandler) Create ¶
func (this *OutboundConnectionHandler) Create(config interface{}) (connhandler.OutboundConnectionHandler, error)
func (*OutboundConnectionHandler) Dispatch ¶
func (this *OutboundConnectionHandler) Dispatch(packet v2net.Packet, ray ray.OutboundRay) error
Source Files
¶
Click to show internal directories.
Click to hide internal directories.