type github.com/pion/transport/v3.TCPConn (interface)
Method Implmentations
Close() error
github.com/pion/transport/v2.TCPConn.Close
*github.com/pion/turn/v4/internal/client.TCPConn.TCPConn.Close
*net.TCPConn.conn.Close
CloseRead() error
github.com/pion/transport/v2.TCPConn.CloseRead
*github.com/pion/turn/v4/internal/client.TCPConn.TCPConn.CloseRead
*net.TCPConn.CloseRead
CloseWrite() error
github.com/pion/transport/v2.TCPConn.CloseWrite
*github.com/pion/turn/v4/internal/client.TCPConn.TCPConn.CloseWrite
*net.TCPConn.CloseWrite
LocalAddr() net.Addr
github.com/pion/transport/v2.TCPConn.LocalAddr
*github.com/pion/turn/v4/internal/client.TCPConn.LocalAddr
*net.TCPConn.conn.LocalAddr
Read(b []byte) (n int, err error)
github.com/pion/transport/v2.TCPConn.Read
*github.com/pion/turn/v4/internal/client.TCPConn.TCPConn.Read
*net.TCPConn.conn.Read
ReadFrom(r io.Reader) (int64, error)
github.com/pion/transport/v2.TCPConn.ReadFrom
*github.com/pion/turn/v4/internal/client.TCPConn.TCPConn.ReadFrom
*net.TCPConn.ReadFrom
RemoteAddr() net.Addr
github.com/pion/transport/v2.TCPConn.RemoteAddr
*github.com/pion/turn/v4/internal/client.TCPConn.RemoteAddr
*net.TCPConn.conn.RemoteAddr
SetDeadline(t time.Time) error
github.com/pion/transport/v2.TCPConn.SetDeadline
*github.com/pion/turn/v4/internal/client.TCPConn.TCPConn.SetDeadline
*net.TCPConn.conn.SetDeadline
SetKeepAlive(keepalive bool) error
github.com/pion/transport/v2.TCPConn.SetKeepAlive
*github.com/pion/turn/v4/internal/client.TCPConn.TCPConn.SetKeepAlive
*net.TCPConn.SetKeepAlive
SetKeepAlivePeriod(d time.Duration) error
github.com/pion/transport/v2.TCPConn.SetKeepAlivePeriod
*github.com/pion/turn/v4/internal/client.TCPConn.TCPConn.SetKeepAlivePeriod
*net.TCPConn.SetKeepAlivePeriod
SetLinger(sec int) error
github.com/pion/transport/v2.TCPConn.SetLinger
*github.com/pion/turn/v4/internal/client.TCPConn.TCPConn.SetLinger
*net.TCPConn.SetLinger
SetNoDelay(noDelay bool) error
github.com/pion/transport/v2.TCPConn.SetNoDelay
*github.com/pion/turn/v4/internal/client.TCPConn.TCPConn.SetNoDelay
*net.TCPConn.SetNoDelay
SetReadBuffer(bytes int) error
github.com/pion/transport/v2.TCPConn.SetReadBuffer
*github.com/pion/turn/v4/internal/client.TCPConn.TCPConn.SetReadBuffer
*net.TCPConn.conn.SetReadBuffer
SetReadDeadline(t time.Time) error
github.com/pion/transport/v2.TCPConn.SetReadDeadline
*github.com/pion/turn/v4/internal/client.TCPConn.TCPConn.SetReadDeadline
*net.TCPConn.conn.SetReadDeadline
SetWriteBuffer(bytes int) error
github.com/pion/transport/v2.TCPConn.SetWriteBuffer
*github.com/pion/turn/v4/internal/client.TCPConn.TCPConn.SetWriteBuffer
*net.TCPConn.conn.SetWriteBuffer
SetWriteDeadline(t time.Time) error
github.com/pion/transport/v2.TCPConn.SetWriteDeadline
*github.com/pion/turn/v4/internal/client.TCPConn.TCPConn.SetWriteDeadline
*net.TCPConn.conn.SetWriteDeadline
![]() |
The pages are generated with Golds v0.8.2. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |