Package org.purl.sword.client

Examples of org.purl.sword.client.Client


    private static Logger log = Logger.getLogger(DSpaceSwordClient.class);


    public DSpaceSwordClient()
    {
        client = new Client();
        // The default timeout is way too low so increase it x10.
        client.setSocketTimeout(200000);
        client.setUserAgent("DSpace Sword Client");

        message = new PostMessage();
View Full Code Here

TOP

Related Classes of org.purl.sword.client.Client

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.