| Modifier and Type | Field and Description |
|---|---|
protected Requester |
XRemotingProxyFactory.requester |
| Modifier and Type | Method and Description |
|---|---|
protected Requester |
XRemotingProxyFactory.createDefaultRequester(String url) |
| Constructor and Description |
|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CommonsHttpClientRequester
Implementation of
Requester for commons-httpclient. |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpRequester
Requester which uses HTTP as a transport protocol and
HttpURLConnection to work with it. |
| Constructor and Description |
|---|
XRemotingInvocationHandler(Serializer serializer,
Requester requester) |
| Modifier and Type | Method and Description |
|---|---|
protected Requester |
XRemotingClientInterceptor.createComplexRequester() |
protected Requester |
XRemotingClientInterceptor.createRequester() |
protected Requester |
XRemotingClientInterceptor.createSimpleRequester() |
| Modifier and Type | Method and Description |
|---|---|
void |
XRemotingClientInterceptor.setRequester(Requester requester)
Sets a
Requester to use. |
Copyright © 2015. All rights reserved.