Package us.monoid.web

Source Code of us.monoid.web.RestyWithOption

package us.monoid.web;

import org.junit.Test;
import us.monoid.web.Resty.*;

public class RestyWithOption {

    @Test
    public void testOptions() {
      /** Configure Resty with a socket timeout of 3000ms */
      new Resty(Option.timeout(3000));
    }
   
}
TOP

Related Classes of us.monoid.web.RestyWithOption

TOP
Copyright © 2018 www.massapi.com. 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.