- securePort(int) - Method in class com.googlecode.xremoting.core.commonshttpclient.HttpClientBuilder
-
- secureSchema(String) - Method in class com.googlecode.xremoting.core.commonshttpclient.HttpClientBuilder
-
- send(OutputStream, Object, Serializer) - Method in class com.googlecode.xremoting.core.invoked.ProxyInvokingHelper
-
- sendResult(OutputStream, Object, Serializer) - Method in class com.googlecode.xremoting.core.invoked.ProxyInvokingHelper
-
- sendThrown(OutputStream, Throwable, Serializer) - Method in class com.googlecode.xremoting.core.invoked.ProxyInvokingHelper
-
- sendThrownThrowingOnSerializationError(OutputStream, Throwable, Serializer) - Method in class com.googlecode.xremoting.core.invoked.ProxyInvokingHelper
-
- SerializationException - Exception in com.googlecode.xremoting.core.spi
-
Thrown if something specific to serialization happened during
(de)serialization.
- SerializationException() - Constructor for exception com.googlecode.xremoting.core.spi.SerializationException
-
- SerializationException(String) - Constructor for exception com.googlecode.xremoting.core.spi.SerializationException
-
- SerializationException(Throwable) - Constructor for exception com.googlecode.xremoting.core.spi.SerializationException
-
- SerializationException(String, Throwable) - Constructor for exception com.googlecode.xremoting.core.spi.SerializationException
-
- serialize(Object, OutputStream) - Method in interface com.googlecode.xremoting.core.spi.Serializer
-
- serialize(Object, OutputStream) - Method in class com.googlecode.xremoting.core.xstream.XStreamSerializer
-
- Serializer - Interface in com.googlecode.xremoting.core.spi
-
Central interface for message serialization/deserialization.
- serializer - Variable in class com.googlecode.xremoting.core.XRemotingProxyFactory
-
- serializer - Variable in class com.googlecode.xremoting.spring.XRemotingExporter
-
- serializerClass - Variable in class com.googlecode.xremoting.spring.XRemotingExporter
-
- serializerClassLoader - Variable in class com.googlecode.xremoting.spring.XRemotingExporter
-
- serializerClassName - Variable in class com.googlecode.xremoting.spring.XRemotingExporter
-
- setArgs(Object[]) - Method in class com.googlecode.xremoting.core.message.Invocation
-
- setArgTypes(Class<? extends Object>[]) - Method in class com.googlecode.xremoting.core.message.Invocation
-
- setAuthPreemptive(boolean) - Method in class com.googlecode.xremoting.spring.XRemotingClientInterceptor
-
Sets whether to use authPreemptive by a built HttpClient (for Basic auth).
- setBasicAuthHost(String) - Method in class com.googlecode.xremoting.spring.XRemotingClientInterceptor
-
Sets a host for which Basic auth will be used by a built HttpClient.
- setBasicAuthPort(int) - Method in class com.googlecode.xremoting.spring.XRemotingClientInterceptor
-
Sets a port for which Basic auth will be used by a built HttpClient.
- setBeanClassLoader(ClassLoader) - Method in class com.googlecode.xremoting.spring.XRemotingClientInterceptor
-
Sets classloader to use when constructing a Proxy.
- setConnectionManagerTimeout(long) - Method in class com.googlecode.xremoting.spring.XRemotingClientInterceptor
-
Sets maximum time to wait for connection to be obtained from
a connection manager (in millis).
- setConnectionTimeout(int) - Method in class com.googlecode.xremoting.spring.XRemotingClientInterceptor
-
Sets connection timeout (in millis).
- setEnabledProtocols(String[]) - Method in class com.googlecode.xremoting.core.commonshttpclient.ssl.AuthSSLProtocolSocketFactory
-
- setHttpClient(Object) - Method in class com.googlecode.xremoting.spring.XRemotingClientInterceptor
-
- setInterfaces(Class<?>[]) - Method in class com.googlecode.xremoting.core.invoked.InvocationRestriction
-
Sets an array of exposed interfaces.
- setInvoker(Invoker) - Method in class com.googlecode.xremoting.spring.XRemotingExporter
-
- setKeyStorePassword(String) - Method in class com.googlecode.xremoting.spring.XRemotingClientInterceptor
-
Sets a key store password to be used by a built HttpClient.
- setKeyStoreResource(Resource) - Method in class com.googlecode.xremoting.spring.XRemotingClientInterceptor
-
Sets a key store resource to be used by a built HttpClient.
- setKeyStoreUrl(URL) - Method in class com.googlecode.xremoting.spring.XRemotingClientInterceptor
-
Sets a key store URL to be used by a built HttpClient.
- setMethodName(String) - Method in class com.googlecode.xremoting.core.message.Invocation
-
- setObject(Object) - Method in class com.googlecode.xremoting.core.message.Result
-
- setPassword(String) - Method in class com.googlecode.xremoting.spring.XRemotingClientInterceptor
-
Sets a password to be used by a built HttpClient (for Basic auth).
- setProxyHost(String) - Method in class com.googlecode.xremoting.spring.XRemotingClientInterceptor
-
Sets a proxy host to be used by a built HttpClient.
- setProxyPort(int) - Method in class com.googlecode.xremoting.spring.XRemotingClientInterceptor
-
Sets a proxy port to be used by a built HttpClient.
- setRequester(Requester) - Method in class com.googlecode.xremoting.spring.XRemotingClientInterceptor
-
- setSerializer(Serializer) - Method in class com.googlecode.xremoting.spring.XRemotingExporter
-
- setSerializerClass(Class<? extends Serializer>) - Method in class com.googlecode.xremoting.spring.XRemotingExporter
-
- setSerializerClassLoader(ClassLoader) - Method in class com.googlecode.xremoting.spring.XRemotingExporter
-
- setSerializerClassName(String) - Method in class com.googlecode.xremoting.spring.XRemotingExporter
-
- setSoTimeout(int) - Method in class com.googlecode.xremoting.spring.XRemotingClientInterceptor
-
Sets SO timeout (in millis).
- setSslEnabledProtocols(String[]) - Method in class com.googlecode.xremoting.spring.XRemotingClientInterceptor
-
Sets a list of enabled SSL protocols.
- setSslHost(String) - Method in class com.googlecode.xremoting.spring.XRemotingClientInterceptor
-
Sets SSL host to be used by a built HttpClient.
- setSslPort(int) - Method in class com.googlecode.xremoting.spring.XRemotingClientInterceptor
-
Sets SSL port to be used by a built HttpClient.
- setThrowable(Throwable) - Method in class com.googlecode.xremoting.core.message.Thrown
-
- setTrustKeyStorePassword(String) - Method in class com.googlecode.xremoting.spring.XRemotingClientInterceptor
-
Sets a trust store password to be used by a built HttpClient.
- setTrustKeyStoreResource(Resource) - Method in class com.googlecode.xremoting.spring.XRemotingClientInterceptor
-
Sets a trust store resource to be used by a built HttpClient.
- setTrustKeyStoreUrl(URL) - Method in class com.googlecode.xremoting.spring.XRemotingClientInterceptor
-
Sets a trust store URL to be used by a built HttpClient.
- setUsername(String) - Method in class com.googlecode.xremoting.spring.XRemotingClientInterceptor
-
Sets a username to be used by a built HttpClient (for Basic auth).
- ssl(String) - Method in class com.googlecode.xremoting.core.commonshttpclient.HttpClientBuilder
-
Begins SSL configuration for the given host.
- sslEnabledProtocols(String[]) - Method in class com.googlecode.xremoting.core.commonshttpclient.HttpClientBuilder
-
Sets a list of enabled SSL protocols.