Searched defs:ProxyServer (Results 1 – 1 of 1) sorted by relevance
73 type ProxyServer struct { struct74 logger ServerLogger75 outDir string76 workspaceDir string79 done chan struct{}131 func (b *ProxyServer) handleRequest(conn net.Conn) error {164 func (b *ProxyServer) listenUntilClosed(listener net.Listener) error {200 func (b *ProxyServer) Start() error {217 func (b *ProxyServer) Close() {