Package play.libs.ws

Class WSUrlFetch

  • All Implemented Interfaces:
    WS.WSImpl

    public class WSUrlFetch
    extends java.lang.Object
    implements WS.WSImpl
    Implementation of the WS interface based on Java URL Fetch API. This is to be used for example in Google App Engine, where the async http client can't be used.
    • Constructor Detail

      • WSUrlFetch

        public WSUrlFetch()