Pluging out SocketChannel and pluging in SocketFactory
John Landon
Ranch Hand
Joined: Sep 25, 2008
Posts: 221
posted
0
Hello,
I am new to this.
I have a code that does what I want via a SocketChannel but I need ssl. So I am trying to see if the current implementation works with just a Socket (so I can add SSLSocket later on).
When I open SocketFactory I need to implement the methods in it.....and I do not know how.
All I want is to have a Scoket (and SSLSocket later on) for ip address and port that I have.
Any help appreciated.
Thank you!
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: Pluging out SocketChannel and pluging in SocketFactory