customized tcp-connection-factory
Hello,
I'm curious if is it possible to customize a tcp connection factory.
Say, I would like to extend
Code:
TcpNetServerConnectionFactory
. How can I do that? I mean by configuration file.
For example,
Code:
<int-ip:tcp-connection-factory id="testServer"
type="server"
port="10011"
task-executor="exec" single-use="true"
interceptor-factory-chain=""
/>
Here is not a mention about type of connection factory. What should I do to nail a problem?
Thanks in advance,
Oleg