Documentation
¶
Index ¶
- type Server
- func (s *Server) Close()
- func (s *Server) RegisterChannelHandler(method string, rs handler.ChannelHandler)
- func (s *Server) RegisterHandler(method string, rr handler.Handler)
- func (s *Server) RegisterStreamHandler(method string, rs handler.StreamHandler)
- func (s *Server) Run()
- func (s *Server) ServeHTTP(w http.ResponseWriter, r *http.Request)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
func (*Server) RegisterChannelHandler ¶
func (s *Server) RegisterChannelHandler(method string, rs handler.ChannelHandler)
func (*Server) RegisterHandler ¶
func (*Server) RegisterStreamHandler ¶
func (s *Server) RegisterStreamHandler(method string, rs handler.StreamHandler)
Click to show internal directories.
Click to hide internal directories.