type net.UDPConn (struct)
Method Implmentations (20 other methods implement nothing)
Close() error
*UDPConn.M : Conn.Close
*UDPConn.M : PacketConn.Close
*UDPConn.M : io.Closer.Close
*UDPConn.M : io.ReadCloser.Close
*UDPConn.M : io.ReadWriteCloser.Close
*UDPConn.M : io.WriteCloser.Close
Read(b []byte) (int, error)
*UDPConn.M : Conn.Read
*UDPConn.M : io.ReadCloser.Read
*UDPConn.M : io.Reader.Read
*UDPConn.M : io.ReadWriteCloser.Read
*UDPConn.M : io.ReadWriter.Read
SetReadDeadline(t time.Time) error
*UDPConn.M : Conn.SetReadDeadline
*UDPConn.M : PacketConn.SetReadDeadline
SetWriteDeadline(t time.Time) error
*UDPConn.M : Conn.SetWriteDeadline
*UDPConn.M : PacketConn.SetWriteDeadline
Write(b []byte) (int, error)
*UDPConn.M : Conn.Write
*UDPConn.M : internal/bisect.Writer.Write
*UDPConn.M : io.ReadWriteCloser.Write
*UDPConn.M : io.ReadWriter.Write
*UDPConn.M : io.WriteCloser.Write
*UDPConn.M : io.Writer.Write
*UDPConn.M : crypto/tls.transcriptHash.Write
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |