- setAddress(SocketAddress) - Method in class org.apache.mina.integration.spring.Binding
-
Sets the address the handler of this object will be bound to.
- setAsText(String) - Method in class org.apache.mina.integration.spring.InetAddressEditor
-
- setAsText(String) - Method in class org.apache.mina.integration.spring.InetSocketAddressEditor
-
- setAsText(String) - Method in class org.apache.mina.integration.spring.VmPipeAddressEditor
-
- setBindings(Binding[]) - Method in class org.apache.mina.integration.spring.IoAcceptorFactoryBean
-
Sets the bindings to be used by the IoAcceptor
configured by this
factory bean.
- setCorePoolSize(int) - Method in class org.apache.mina.integration.spring.ThreadPoolExecutorFactoryBean
-
Set the ThreadPoolExecutor's core pool size.
- setExecutor(Executor) - Method in class org.apache.mina.integration.spring.ExecutorThreadModelFactoryBean
-
Sets the Executor
to use.
- setFile(File) - Method in class org.apache.mina.integration.spring.ssl.KeyStoreFactoryBean
-
Sets the file which contains the key store.
- setFilter(IoFilter) - Method in class org.apache.mina.integration.spring.IoFilterMapping
-
Sets the filter of this mapping.
- setFilterNamePrefix(String) - Method in class org.apache.mina.integration.spring.DefaultIoFilterChainBuilderFactoryBean
-
Sets the prefix used to create the names for automatically named filters
added using #setFilters(IoFilter[])
.
- setFilters(List) - Method in class org.apache.mina.integration.spring.DefaultIoFilterChainBuilderFactoryBean
-
Sets a number of filters which will be added to the filter
chain created by this factory bean.
- setHandler(IoHandler) - Method in class org.apache.mina.integration.spring.Binding
-
Sets the handler of this binding object.
- setKeepAliveSeconds(int) - Method in class org.apache.mina.integration.spring.ThreadPoolExecutorFactoryBean
-
Set the ThreadPoolExecutor's keep alive seconds.
- setKeyManagerFactory(KeyManagerFactory) - Method in class org.apache.mina.integration.spring.ssl.SSLContextFactoryBean
-
Sets the KeyManagerFactory
to use.
- setKeyManagerFactoryAlgorithm(String) - Method in class org.apache.mina.integration.spring.ssl.SSLContextFactoryBean
-
Sets the algorithm to use when creating the KeyManagerFactory
using KeyManagerFactory.getInstance(java.lang.String)
or
KeyManagerFactory.getInstance(java.lang.String, java.lang.String)
.
- setKeyManagerFactoryAlgorithmUseDefault(boolean) - Method in class org.apache.mina.integration.spring.ssl.SSLContextFactoryBean
-
- setKeyManagerFactoryKeyStore(KeyStore) - Method in class org.apache.mina.integration.spring.ssl.SSLContextFactoryBean
-
Sets the KeyStore
which will be used in the call to
KeyManagerFactory.init(java.security.KeyStore, char[])
when
the SSLContext
is created.
- setKeyManagerFactoryKeyStorePassword(String) - Method in class org.apache.mina.integration.spring.ssl.SSLContextFactoryBean
-
Sets the password which will be used in the call to
KeyManagerFactory.init(java.security.KeyStore, char[])
when
the SSLContext
is created.
- setKeyManagerFactoryProvider(String) - Method in class org.apache.mina.integration.spring.ssl.SSLContextFactoryBean
-
Sets the provider to use when creating the KeyManagerFactory
using
KeyManagerFactory.getInstance(java.lang.String, java.lang.String)
.
- setMaxPoolSize(int) - Method in class org.apache.mina.integration.spring.ThreadPoolExecutorFactoryBean
-
Set the ThreadPoolExecutor's maximum pool size.
- setName(String) - Method in class org.apache.mina.integration.spring.IoFilterMapping
-
Sets the name associated with the filter.
- setPassword(String) - Method in class org.apache.mina.integration.spring.ssl.KeyStoreFactoryBean
-
Sets the key store password.
- setProtocol(String) - Method in class org.apache.mina.integration.spring.ssl.SSLContextFactoryBean
-
Sets the protocol to use when creating the SSLContext
.
- setProvider(String) - Method in class org.apache.mina.integration.spring.ssl.KeyStoreFactoryBean
-
Sets the name of the provider to use when creating the key store.
- setQueueCapacity(int) - Method in class org.apache.mina.integration.spring.ThreadPoolExecutorFactoryBean
-
Set the capacity for the ThreadPoolExecutor's BlockingQueue.
- setRejectedExecutionHandler(RejectedExecutionHandler) - Method in class org.apache.mina.integration.spring.ThreadPoolExecutorFactoryBean
-
Set the RejectedExecutionHandler to use for the ThreadPoolExecutor.
- setResource(Resource) - Method in class org.apache.mina.integration.spring.ssl.KeyStoreFactoryBean
-
Sets a Spring Resource
which contains the key store.
- setSecureRandom(SecureRandom) - Method in class org.apache.mina.integration.spring.ssl.SSLContextFactoryBean
-
Sets the SecureRandom
to use when initializing the
SSLContext
.
- setServiceConfig(IoServiceConfig) - Method in class org.apache.mina.integration.spring.Binding
-
- setServiceName(String) - Method in class org.apache.mina.integration.spring.ExecutorThreadModelFactoryBean
-
Sets the name of the service as used in the call to
ExecutorThreadModel.getInstance(String)
.
- setTarget(IoAcceptor) - Method in class org.apache.mina.integration.spring.IoAcceptorFactoryBean
-
Sets the IoAcceptor
to be configured using this factory bean.
- setThreadFactory(ThreadFactory) - Method in class org.apache.mina.integration.spring.ThreadPoolExecutorFactoryBean
-
Set the ThreadFactory to use for the ThreadPoolExecutor's thread pool.
- setTrustManagerFactory(TrustManagerFactory) - Method in class org.apache.mina.integration.spring.ssl.SSLContextFactoryBean
-
Sets the TrustManagerFactory
to use.
- setTrustManagerFactoryAlgorithm(String) - Method in class org.apache.mina.integration.spring.ssl.SSLContextFactoryBean
-
Sets the algorithm to use when creating the TrustManagerFactory
using TrustManagerFactory.getInstance(java.lang.String)
or
TrustManagerFactory.getInstance(java.lang.String, java.lang.String)
.
- setTrustManagerFactoryAlgorithmUseDefault(boolean) - Method in class org.apache.mina.integration.spring.ssl.SSLContextFactoryBean
-
- setTrustManagerFactoryKeyStore(KeyStore) - Method in class org.apache.mina.integration.spring.ssl.SSLContextFactoryBean
-
Sets the KeyStore
which will be used in the call to
TrustManagerFactory.init(java.security.KeyStore)
when
the SSLContext
is created.
- setTrustManagerFactoryParameters(ManagerFactoryParameters) - Method in class org.apache.mina.integration.spring.ssl.SSLContextFactoryBean
-
Sets the ManagerFactoryParameters
which will be used in the call to
TrustManagerFactory.init(javax.net.ssl.ManagerFactoryParameters)
when
the SSLContext
is created.
- setTrustManagerFactoryProvider(String) - Method in class org.apache.mina.integration.spring.ssl.SSLContextFactoryBean
-
Sets the provider to use when creating the TrustManagerFactory
using
TrustManagerFactory.getInstance(java.lang.String, java.lang.String)
.
- setType(String) - Method in class org.apache.mina.integration.spring.ssl.KeyStoreFactoryBean
-
Sets the type of key store to create.
- SSLContextFactoryBean - Class in org.apache.mina.integration.spring.ssl
-
Spring FactoryBean
implementation
which makes it possible to configure SSLContext
instances using Spring.
- SSLContextFactoryBean() - Constructor for class org.apache.mina.integration.spring.ssl.SSLContextFactoryBean
-