Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WebSocketProxyServer ¶
type WebSocketProxyServer struct {
// contains filtered or unexported fields
}
func NewWebSocketProxyServer ¶
func NewWebSocketProxyServer(laddr string) *WebSocketProxyServer
func (*WebSocketProxyServer) Addr ¶
func (p *WebSocketProxyServer) Addr() net.Addr
func (*WebSocketProxyServer) Close ¶
func (p *WebSocketProxyServer) Close() error
func (*WebSocketProxyServer) ServeHTTP ¶
func (p *WebSocketProxyServer) ServeHTTP(wr http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.