Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HelloRouter ¶
type HelloRouter struct {
hnet.BaseTcpRouter
}
func (*HelloRouter) Handle ¶
func (h *HelloRouter) Handle(request hiface.ITcpRequest)
type PingRouter ¶
type PingRouter struct {
hnet.BaseTcpRouter
}
func (*PingRouter) Handle ¶
func (p *PingRouter) Handle(request hiface.ITcpRequest)
Click to show internal directories.
Click to hide internal directories.