[Home]JavaSockets

BOOST WIKI | RecentChanges | Preferences | Page List | Links List

Java 2 Standard Edition 1.5

Here is a UML diagram with the most important stuff of the net library in J2SE 1.5.

In Java there is not one hierarchy but several: Socket is for clients, ServerSocket for servers. Both support only streams - for datagrams you have to use DatagramSocket. All classes above support only blocking. You can set some timers to interrupt a blocking call but there is no real non-blocking. However Java 1.4 introduced multiplexing - I hope to create another UML diagram soon.

Good:

Bad:


BOOST WIKI | RecentChanges | Preferences | Page List | Links List
Edit text of this page | View other revisions
Last edited March 7, 2005 2:45 pm (diff)
Search:
Disclaimer: This site not officially maintained by Boost Developers