R
Richard Maher
Hi,
Does anyone have an example of the SendUrgentData method?
Once again I have to appologize for putting my Java and OO ignorance on
display, but although I was able to do various setOption() and getOption
calls on a SocketImpl I was unable to use the .net.Socket socket(socketImpl)
method on it 'cos it said it couldn't find "Socket()" in the SocketImpl
class, and if I tried to use SocketImpl.connect() it complained that it was
protected. On 2nd glance the .net.Socket(socketImpl) method looks
"protected" as well :-(
So has anyone got an example of Java sending the OOB byte that they can show
me?
If I extend SocketImpl would everything be peachy?
Cheers Richard Maher
PS. Not big on the nuances between Abstract and non-Abstract classes either.
Sorry.
Does anyone have an example of the SendUrgentData method?
Once again I have to appologize for putting my Java and OO ignorance on
display, but although I was able to do various setOption() and getOption
calls on a SocketImpl I was unable to use the .net.Socket socket(socketImpl)
method on it 'cos it said it couldn't find "Socket()" in the SocketImpl
class, and if I tried to use SocketImpl.connect() it complained that it was
protected. On 2nd glance the .net.Socket(socketImpl) method looks
"protected" as well :-(
So has anyone got an example of Java sending the OOB byte that they can show
me?
If I extend SocketImpl would everything be peachy?
Cheers Richard Maher
PS. Not big on the nuances between Abstract and non-Abstract classes either.
Sorry.