Re: Network event listener?
From: Randolf Richardson (rr_at_8x.ca)
Date: 02/03/05
- Next message: Randolf Richardson: "Re: From C++ to Java"
- Previous message: Randolf Richardson: "Re: outlook style calendar todo list"
- Next in thread: Gordon Beaton: "Re: Network event listener?"
- Reply: Gordon Beaton: "Re: Network event listener?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 03 Feb 2005 18:54:05 GMT
"Neil Cherry <njc@wolfgang.uucp>" wrote in comp.lang.java:
> I have to modifiy a program which uses a serial interface and event
> listeners. The modification entails adding support for connecting to a
> terminal server via an IP address and port number instead of the com
> port. Is it possible (reasonable?) to create a network event listener?
> From what I've been able to google that it may not possible or
> reasonable to do. Is there some other way to accomplish the same thing
> without rewriting the entire program?
I will be starting some TCP socket programming in Java later on this
year, and the direction I would look for a solution is something that works
very much like a BSD Socket "select()" function.
I took a quick look at the Java API documentation on Sun's web site for
this, but didn't find anything -- perhaps I'm not looking the right places
(any hints from other developers would be greatly appreciated).
-- Randolf Richardson, pro-active spam fighter - rr@8x.ca Vancouver, British Columbia, Canada Sending eMail to other SMTP servers is a privilege.
- Next message: Randolf Richardson: "Re: From C++ to Java"
- Previous message: Randolf Richardson: "Re: outlook style calendar todo list"
- Next in thread: Gordon Beaton: "Re: Network event listener?"
- Reply: Gordon Beaton: "Re: Network event listener?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|