Documentation ¶
Overview ¶
Package ajaxsocket provides the ajax socket implementation.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func (*Server) HandleRequest ¶
func (s *Server) HandleRequest(w http.ResponseWriter, req *http.Request)
type Socket ¶
type Socket struct {
// contains filtered or unexported fields
}
func (*Socket) ClosedChan ¶
func (s *Socket) ClosedChan() <-chan struct{}
func (*Socket) RemoteAddr ¶
func (*Socket) Type ¶
func (s *Socket) Type() global.SocketType
Click to show internal directories.
Click to hide internal directories.