Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ClientSession ¶
type ClientSession struct {
// contains filtered or unexported fields
}
func (*ClientSession) Serve ¶
func (s *ClientSession) Serve()
type ClientSessionInitHandler ¶
type ClientSessionInitHandler struct {
// contains filtered or unexported fields
}
func NewClientSessionInitHandler ¶
func NewClientSessionInitHandler(manager MessageServeManager) *ClientSessionInitHandler
func (*ClientSessionInitHandler) ServeHTTP ¶
func (h *ClientSessionInitHandler) ServeHTTP(w http.ResponseWriter, req *http.Request)
type MessageServeManager ¶
Click to show internal directories.
Click to hide internal directories.