Documentation ¶
Index ¶
- Constants
- func Dial(destination, name string, timeout time.Duration) (transport.Conn, error)
- func DialWithLocalBinding(destination, name, localBinding string, timeout time.Duration) (transport.Conn, error)
- func Listen(bindAddress, name string, acceptF func(transport.Conn)) (io.Closer, error)
- type AddressParser
- type Connection
Constants ¶
View Source
const Type = "tcp"
Variables ¶
This section is empty.
Functions ¶
func DialWithLocalBinding ¶
Types ¶
type AddressParser ¶
type AddressParser struct{}
func (AddressParser) Parse ¶
func (ap AddressParser) Parse(s string) (transport.Address, error)
type Connection ¶
func (*Connection) Detail ¶
func (self *Connection) Detail() *transport.ConnectionDetail
func (*Connection) PeerCertificates ¶
func (self *Connection) PeerCertificates() []*x509.Certificate
Click to show internal directories.
Click to hide internal directories.