Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InboundConnectionHandler ¶
type InboundConnectionHandler struct {
ListeningPort v2net.Port
ListeningAddress v2net.Address
PacketDispatcher dispatcher.PacketDispatcher
ConnInput io.Reader
ConnOutput io.Writer
}
func (*InboundConnectionHandler) Close ¶ added in v1.9.1
func (this *InboundConnectionHandler) Close()
func (*InboundConnectionHandler) Communicate ¶
func (this *InboundConnectionHandler) Communicate(destination v2net.Destination) error
type OutboundConnectionHandler ¶
type OutboundConnectionHandler struct {
Destination v2net.Destination
ConnInput io.Reader
ConnOutput io.Writer
}
Click to show internal directories.
Click to hide internal directories.