MCPcopy
hub / github.com/segmentio/kafka-go / RemoteAddr

Method RemoteAddr

conn.go:549–551  ·  view source on GitHub ↗

RemoteAddr returns the remote network address.

()

Source from the content-addressed store, hash-verified

547
548// RemoteAddr returns the remote network address.
549func (c *Conn) RemoteAddr() net.Addr {
550 return c.conn.RemoteAddr()
551}
552
553// SetDeadline sets the read and write deadlines associated with the connection.
554// It is equivalent to calling both SetReadDeadline and SetWriteDeadline.

Callers 1

BrokerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected