Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 48008 invoked from network); 9 Sep 2006 20:50:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Sep 2006 20:50:11 -0000 Received: (qmail 68008 invoked by uid 500); 9 Sep 2006 20:50:02 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 67941 invoked by uid 500); 9 Sep 2006 20:50:02 -0000 Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Users List" Reply-To: "Jakarta Commons Users List" Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 67900 invoked by uid 99); 9 Sep 2006 20:50:02 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Sep 2006 13:50:02 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [159.134.118.22] (HELO mail06.svc.cra.dublin.eircom.net) (159.134.118.22) by apache.org (qpsmtpd/0.29) with SMTP; Sat, 09 Sep 2006 13:50:00 -0700 Received: (qmail 43612 messnum 2902835 invoked from network[85.210.13.71/85-210-13-71.dsl.pipex.com]); 9 Sep 2006 20:49:38 -0000 Received: from 85-210-13-71.dsl.pipex.com (HELO ?85.210.13.71?) (85.210.13.71) by mail06.svc.cra.dublin.eircom.net (qp 43612) with SMTP; 9 Sep 2006 20:49:38 -0000 Message-ID: <450328DD.6090201@eircom.net> Date: Sat, 09 Sep 2006 21:49:33 +0100 From: Rory Winston User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: Jakarta Commons Users List Subject: Re: [commons-net] Parsing results of NNTPClient.retrieveArticleHeader References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Mark Not currently. I guess you could extend SimpleNNTPHeader to take a String header, parse it, and provide appropriate getters. But for now its a manual process. Cheers Rory Mark Roth wrote: > Is there an easier way to parse the results from > NNTPClient.retrieveArticleHeader() than parsing the header manually? > Seems > like SimpleNNTPHeader only writes headers. > > Thanks, > - Mark > --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org