Documentation ¶
Index ¶
- Constants
- type ConnectConn
- func (c *ConnectConn) Epoch() time.Time
- func (c *ConnectConn) Metadata() *tunnel.Metadata
- func (c *ConnectConn) Name() string
- func (c *ConnectConn) Read(p []byte) (int, error)
- func (c *ConnectConn) Recv() uint64
- func (c *ConnectConn) Sent() uint64
- func (c *ConnectConn) Tunnels() *tunnel.Tunnels
- func (c *ConnectConn) User() statistic.User
- func (c *ConnectConn) Write(p []byte) (int, error)
- type OtherConn
- func (c *OtherConn) Close() error
- func (c *OtherConn) Epoch() time.Time
- func (c *OtherConn) Metadata() *tunnel.Metadata
- func (c *OtherConn) Name() string
- func (c *OtherConn) Read(p []byte) (int, error)
- func (c *OtherConn) Recv() uint64
- func (c *OtherConn) Sent() uint64
- func (c *OtherConn) Tunnels() *tunnel.Tunnels
- func (c *OtherConn) User() statistic.User
- func (c *OtherConn) Write(p []byte) (int, error)
- type Server
- type Tunnel
Constants ¶
View Source
const Name = "HTTP"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConnectConn ¶
func (*ConnectConn) Epoch ¶
func (c *ConnectConn) Epoch() time.Time
func (*ConnectConn) Metadata ¶
func (c *ConnectConn) Metadata() *tunnel.Metadata
func (*ConnectConn) Name ¶
func (c *ConnectConn) Name() string
func (*ConnectConn) Recv ¶
func (c *ConnectConn) Recv() uint64
func (*ConnectConn) Sent ¶
func (c *ConnectConn) Sent() uint64
func (*ConnectConn) Tunnels ¶
func (c *ConnectConn) Tunnels() *tunnel.Tunnels
func (*ConnectConn) User ¶
func (c *ConnectConn) User() statistic.User
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func (*Server) AcceptPacket ¶
Click to show internal directories.
Click to hide internal directories.