Hi, Everyone,

Who can tell me whether Java support other address family
except AF_INET...?
I want to know how java implements its networking function.
For example, in unix,
        Socket(domain, type, protocol)
        domain: AP_INET, AF_DECnet..
        type:     SOCK_STREAM,SOCK_DGRAM
        Protocol:TCP/IP use 0.
But I feel that java only supports AP_INET and SOCK_STREAM.

Thanks very much!

yang yuexiang

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to