const stdinChannel …
const stdoutChannel …
const stderrChannel …
const errorChannel …
const resizeChannel …
const preV4BinaryWebsocketProtocol …
const preV4Base64WebsocketProtocol …
const v4BinaryWebsocketProtocol …
const v4Base64WebsocketProtocol …
func createChannels(opts *Options) []wsstream.ChannelType { … }
func readChannel(real bool) wsstream.ChannelType { … }
func writeChannel(real bool) wsstream.ChannelType { … }
func createWebSocketStreams(req *http.Request, w http.ResponseWriter, opts *Options, idleTimeout time.Duration) (*connectionContext, bool) { … }