Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 21 and Version 22 of Documentation/Howto/OptimizeExternalApplications


Ignore:
Timestamp:
09/28/10 14:05:26 (14 years ago)
Author:
abeham
Comment:

updated tutorial client code

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/Howto/OptimizeExternalApplications

    v21 v22  
    303303       
    304304        private void run() {
    305                 ServerSocketChannelFactory factory = new ServerSocketChannelFactory(8844);
     305                ServerSocketListenerFactory factory = new ServerSocketListenerFactory(8844);
    306306                PollService service = new PollService(factory, 1);
    307307                service.start();