Uses of Interface
com.googlecode.xremoting.core.spi.Request

Packages that use Request
com.googlecode.xremoting.core.commonshttpclient   
com.googlecode.xremoting.core.http   
com.googlecode.xremoting.core.spi   
 

Uses of Request in com.googlecode.xremoting.core.commonshttpclient
 

Classes in com.googlecode.xremoting.core.commonshttpclient that implement Request
 class CommonsHttpClientRequest
          Implementation of Request for commons-httpclient.
 

Methods in com.googlecode.xremoting.core.commonshttpclient that return Request
 Request CommonsHttpClientRequester.createRequest()
           
 

Uses of Request in com.googlecode.xremoting.core.http
 

Classes in com.googlecode.xremoting.core.http that implement Request
 class HttpRequest
          Request implementation for HTTP using HttpURLConnection.
 

Methods in com.googlecode.xremoting.core.http that return Request
 Request HttpRequester.createRequest()
           
 

Uses of Request in com.googlecode.xremoting.core.spi
 

Methods in com.googlecode.xremoting.core.spi that return Request
 Request Requester.createRequest()
          Creates and initializes a new request.
 



Copyright © 2010. All Rights Reserved.