Package pygmy.core

Examples of pygmy.core.HttpHeaders


    int articleNumber;
    HttpHeaders headers;
    String body;

    public Article( NntpInputStream stream ) throws IOException {
        headers = new HttpHeaders( stream );
        body = stream.readText();
    }
View Full Code Here

TOP

Related Classes of pygmy.core.HttpHeaders

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.