Re: How Do I Use An SSLServerSocket With ServerSocketChannel?
- From: Thomas Weidenfeller <nobody@xxxxxxxxxxxxxxxx>
- Date: Tue, 28 Mar 2006 10:02:30 +0200
Hal Vaughan wrote:
This seems to be a tough subject. Whenever I ask questions about sockets or
selectors or nonblocking io, it is difficult to get answers -- here or
elsewhere. Is there a reason for this?
Well, maybe because the subject is difficult, and many things can't be explained in a few simple sentences.
It is difficult on many levels. E.g.
* People. I well remember people who got offended when being told how TCP really works instead of what they have dreamed up, when being told to read an RFC standard, or when being told to use a sniffer like Ethereal.
* The APIs. They are not that self-explanatory as one would hope. In fact, nio is really a little bit to abstract for my taste.
* The API documentation. You have to know the whole API's documentation to understand the documentation for a single class. Hen-egg problem.
I've never had that kind of
trouble with other topics.
Well, if you need reliable help you better hires someone for money.
/Thomas
--
The comp.lang.java.gui FAQ:
ftp://ftp.cs.uu.nl/pub/NEWS.ANSWERS/computer-lang/java/gui/faq
http://www.uni-giessen.de/faq/archiv/computer-lang.java.gui.faq/
.
- References:
- How Do I Use An SSLServerSocket With ServerSocketChannel?
- From: Hal Vaughan
- How Do I Use An SSLServerSocket With ServerSocketChannel?
- Prev by Date: Re: difference between String variable and String class definition
- Next by Date: Re: Creating and moving boxes
- Previous by thread: Re: How Do I Use An SSLServerSocket With ServerSocketChannel?
- Next by thread: Exceptions while running Java Applications -- what to do?
- Index(es):
Relevant Pages
|