Searched defs:ProxyServer (Results 1 – 1 of 1) sorted by relevance
74 type ProxyServer struct { struct75 logger ServerLogger76 outDir string77 workspaceDir string78 bazeliskVersion string81 done chan struct{}156 func (b *ProxyServer) handleRequest(conn net.Conn) error {182 func (b *ProxyServer) listenUntilClosed(listener net.Listener) error {218 func (b *ProxyServer) Start() error {235 func (b *ProxyServer) Close() {