package org.torproject.jtor.directory.parsing; public interface DocumentParsingHandler { void parseKeywordLine(); void endOfDocument(); }