Documentation
¶
Index ¶
- func NewTCPListener(net, laddr string) (stdnet.Listener, error)
- func NewTCPListenerNoShutdown(net, laddr string) (stdnet.Listener, error)
- func NewTCPNoShutdown(l *stdnet.TCPListener) stdnet.Listener
- func NewUnixListener(net, laddr string) (stdnet.Listener, error)
- func NewUnixListenerNoShutdown(net, laddr string) (stdnet.Listener, error)
- func NewUnixNoShutdown(l *stdnet.UnixListener) stdnet.Listener
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewTCPListener ¶
NewTCPListener returns an instance of a net.Listener that is pre-wired with notification and shutdown siganls.
func NewTCPListenerNoShutdown ¶
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 ¶
NewUnixListener returns an instance of a net.Listener that is pre-wired with notification and shutdown siganls.
func NewUnixListenerNoShutdown ¶
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.