tcp

package
v2.0.143 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 19, 2024 License: Apache-2.0 Imports: 12 Imported by: 8

Documentation

Index

Constants

View Source
const Type = "tcp"

Variables

This section is empty.

Functions

func Dial

func Dial(destination, name string, timeout time.Duration) (transport.Conn, error)

func DialWithLocalBinding

func DialWithLocalBinding(destination, name, localBinding string, timeout time.Duration) (transport.Conn, error)

func Listen

func Listen(bindAddress, name string, acceptF func(transport.Conn)) (io.Closer, error)

Types

type AddressParser

type AddressParser struct{}

func (AddressParser) Parse

func (ap AddressParser) Parse(s string) (transport.Address, error)

type Connection

type Connection struct {
	net.Conn
	// contains filtered or unexported fields
}

func (*Connection) Detail

func (self *Connection) Detail() *transport.ConnectionDetail

func (*Connection) PeerCertificates

func (self *Connection) PeerCertificates() []*x509.Certificate

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL