mocks

package
v1.24.4 Latest Latest
Warning

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

Go to latest
Published: Aug 19, 2016 License: MIT Imports: 9 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 {
	ListeningPort    v2net.Port
	ListeningAddress v2net.Address
	PacketDispatcher dispatcher.PacketDispatcher
	ConnInput        io.Reader
	ConnOutput       io.Writer
}

func (*InboundConnectionHandler) Close

func (this *InboundConnectionHandler) Close()

func (*InboundConnectionHandler) Communicate

func (this *InboundConnectionHandler) Communicate(destination v2net.Destination) error

func (*InboundConnectionHandler) Port

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

func (*InboundConnectionHandler) Start

func (this *InboundConnectionHandler) Start() 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{}, sendThrough v2net.Address) (proxy.OutboundHandler, error)

func (*OutboundConnectionHandler) Dispatch

func (this *OutboundConnectionHandler) Dispatch(destination v2net.Destination, payload *alloc.Buffer, ray ray.OutboundRay) error

Jump to

Keyboard shortcuts

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