kmsnet

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Nov 11, 2016 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewTCPListener

func NewTCPListener(net, laddr string) (stdnet.Listener, error)

NewTCPListener returns an instance of a net.Listener that is pre-wired with notification and shutdown siganls.

func NewTCPListenerNoShutdown

func NewTCPListenerNoShutdown(net, laddr string) (stdnet.Listener, error)

NewTCPListenerNoShutdown returns an instance of a net.Listener that is pre-wired with kms, but no shutdown signals allowing for a custom shutdown to be implemented by the caller.

func NewTCPNoShutdown

func NewTCPNoShutdown(l *stdnet.TCPListener) stdnet.Listener

NewTCPNoShutdown returns an instance of a net.Listener that is pre-wired with kms, but no shutdown signals allowing for a custom shutdown to be implemented by the caller.

func NewUnixListener

func NewUnixListener(net, laddr string) (stdnet.Listener, error)

NewUnixListener returns an instance of a net.Listener that is pre-wired with notification and shutdown siganls.

func NewUnixListenerNoShutdown

func NewUnixListenerNoShutdown(net, laddr string) (stdnet.Listener, error)

NewUnixListenerNoShutdown returns an instance of a net.Listener that is pre-wired with kms, but no shutdown signals allowing for a custom shutdown to be implemented by the caller.

func NewUnixNoShutdown

func NewUnixNoShutdown(l *stdnet.UnixListener) stdnet.Listener

NewUnixNoShutdown returns an instance of a net.Listener that is pre-wired with kms, but no shutdown signals allowing for a custom shutdown to be implemented by the caller.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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