Documentation
¶
Index ¶
- func HTTPListenAndServe(address string, handler http.Handler) error
- func Listen(network, address string) (net.Listener, error)
- func ListenPacket(network, address string) (listener net.PacketConn, err error)
- func ListenTCP(network string, laddr *net.TCPAddr) (*net.TCPListener, error)
- func ListenUDP(network string, laddr *net.UDPAddr) (*net.UDPConn, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ListenPacket ¶
func ListenPacket(network, address string) (listener net.PacketConn, err error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.