mocks

package
v1.9.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 28, 2016 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type InboundConnectionHandler

type InboundConnectionHandler struct {
	PacketDispatcher dispatcher.PacketDispatcher
	ConnInput        io.Reader
	ConnOutput       io.Writer
	// contains filtered or unexported fields
}

func (*InboundConnectionHandler) Close added in v1.9.1

func (this *InboundConnectionHandler) Close()

func (*InboundConnectionHandler) Communicate

func (this *InboundConnectionHandler) Communicate(packet v2net.Packet) error

func (*InboundConnectionHandler) Listen

func (this *InboundConnectionHandler) Listen(port v2net.Port) error

func (*InboundConnectionHandler) Port

func (this *InboundConnectionHandler) Port() v2net.Port

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{}) (proxy.OutboundHandler, error)

func (*OutboundConnectionHandler) Dispatch

func (this *OutboundConnectionHandler) Dispatch(packet v2net.Packet, ray ray.OutboundRay) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL