mocks

package
v2.10.5+incompatible Latest Latest
Warning

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

Go to latest
Published: Dec 13, 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 {
	ListeningPort    v2net.Port
	ListeningAddress v2net.Address
	PacketDispatcher dispatcher.PacketDispatcher
	ConnInput        io.Reader
	ConnOutput       io.Writer
}

func (*InboundConnectionHandler) Close added in v1.9.1

func (v *InboundConnectionHandler) Close()

func (*InboundConnectionHandler) Communicate

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

func (*InboundConnectionHandler) Port

func (*InboundConnectionHandler) Start added in v1.17.1

func (v *InboundConnectionHandler) Start() error

type OutboundConnectionHandler

type OutboundConnectionHandler struct {
	Destination v2net.Destination
	ConnInput   io.Reader
	ConnOutput  io.Writer
}

func (*OutboundConnectionHandler) Create

func (v *OutboundConnectionHandler) Create(space app.Space, config interface{}, sendThrough v2net.Address) (proxy.OutboundHandler, error)

func (*OutboundConnectionHandler) Dispatch

func (v *OutboundConnectionHandler) Dispatch(destination v2net.Destination, payload *buf.Buffer, ray ray.OutboundRay)

Jump to

Keyboard shortcuts

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