Home > Archive > Java Help > July 2006 > serversocket.accept() verbosity
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
serversocket.accept() verbosity
|
|
| feboll@gmx.de 2006-07-16, 10:01 pm |
| Hi all!
Im getting familiar with javas sockets currently...
I would like to retrieve some info of the serversocket.accept() method,
like handshake data i.e. is there a way to achieve this?
TIA,
felix.
| |
| Oliver Wong 2006-07-18, 7:04 pm |
|
<feboll@gmx.de> wrote in message
news:1153100861.259479.287320@m79g2000cwm.googlegroups.com...
> Hi all!
> Im getting familiar with javas sockets currently...
> I would like to retrieve some info of the serversocket.accept() method,
> like handshake data i.e. is there a way to achieve this?
I believe the Java socket classes abstract everything below the
application layer of the TCP/IP stack. What layer are you interested in
interacting with?
- Oliver
|
|
|
|
|