Versions in this module Expand all Collapse all v1 v1.24.4 Aug 19, 2016 Changes in this version + type BlackHole struct + func NewBlackHole(space app.Space, config *Config, meta *proxy.OutboundHandlerMeta) *BlackHole + func (this *BlackHole) Dispatch(destination v2net.Destination, payload *alloc.Buffer, ray ray.OutboundRay) error + type Config struct + Response Response + type Factory struct + func (this *Factory) Create(space app.Space, config interface{}, meta *proxy.OutboundHandlerMeta) (proxy.OutboundHandler, error) + func (this *Factory) StreamCapability() internet.StreamConnectionType + type HTTPResponse struct + func (this *HTTPResponse) WriteTo(writer v2io.Writer) + type NoneResponse struct + func (this *NoneResponse) WriteTo(writer v2io.Writer) + type Response interface + WriteTo func(v2io.Writer) Incompatible versions in this module v3.50.2+incompatible Oct 29, 2018