|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Requester in com.googlecode.xremoting.core |
|---|
| Fields in com.googlecode.xremoting.core declared as Requester | |
|---|---|
protected Requester |
XRemotingProxyFactory.requester
|
| Methods in com.googlecode.xremoting.core that return Requester | |
|---|---|
protected Requester |
XRemotingProxyFactory.createDefaultRequester(String url)
|
| Constructors in com.googlecode.xremoting.core with parameters of type Requester | |
|---|---|
XRemotingProxyFactory(Requester requester)
Creates a factory with XStream-based serialization. |
|
XRemotingProxyFactory(Requester requester,
Class<? extends Serializer> serializerClass)
Creates a factory with the given Serializer implementation class. |
|
XRemotingProxyFactory(Requester requester,
Serializer serializer)
Creates a factory with the given Serializer. |
|
XRemotingProxyFactory(Requester requester,
String serializerClassName)
Creates a factory with serialization implemented by class given by name. |
|
XRemotingProxyFactory(Requester requester,
String serializerClassName,
ClassLoader spiClassLoader)
Creates a factory with serialization implemented by class given by name, and loaded from the given classloader. |
|
| Uses of Requester in com.googlecode.xremoting.core.commonshttpclient |
|---|
| Classes in com.googlecode.xremoting.core.commonshttpclient that implement Requester | |
|---|---|
class |
CommonsHttpClientRequester
Implementation of Requester for commons-httpclient. |
| Uses of Requester in com.googlecode.xremoting.core.http |
|---|
| Classes in com.googlecode.xremoting.core.http that implement Requester | |
|---|---|
class |
HttpRequester
Requester which uses HTTP as a transport protocol and
HttpURLConnection to work with it. |
| Uses of Requester in com.googlecode.xremoting.core.invoking |
|---|
| Constructors in com.googlecode.xremoting.core.invoking with parameters of type Requester | |
|---|---|
XRemotingInvocationHandler(Serializer serializer,
Requester requester)
|
|
| Uses of Requester in com.googlecode.xremoting.spring |
|---|
| Methods in com.googlecode.xremoting.spring that return Requester | |
|---|---|
protected Requester |
XRemotingClientInterceptor.createComplexRequester()
|
protected Requester |
XRemotingClientInterceptor.createRequester()
|
protected Requester |
XRemotingClientInterceptor.createSimpleRequester()
|
| Methods in com.googlecode.xremoting.spring with parameters of type Requester | |
|---|---|
void |
XRemotingClientInterceptor.setRequester(Requester requester)
Sets a Requester to use. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||