• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Pluging out SocketChannel and pluging in SocketFactory

 
Ranch Hand
Posts: 241
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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!
 
reply
    Bookmark Topic Watch Topic
  • New Topic