Mercurial Hosting > luan
comparison src/org/eclipse/jetty/io/nio/ChannelEndPoint.java @ 958:fc521d2f098e
simplify SelectorManager
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 13 Oct 2016 18:48:20 -0600 |
parents | 220ad4853cda |
children | 3cd4c706a61f |
comparison
equal
deleted
inserted
replaced
957:d6b6d3e40161 | 958:fc521d2f098e |
---|---|
473 if (_socket==null) | 473 if (_socket==null) |
474 return 0; | 474 return 0; |
475 return _remote==null?-1:_remote.getPort(); | 475 return _remote==null?-1:_remote.getPort(); |
476 } | 476 } |
477 | 477 |
478 /* ------------------------------------------------------------ */ | |
479 /* | |
480 * @see org.eclipse.io.EndPoint#getConnection() | |
481 */ | |
482 public Object getTransport() | 478 public Object getTransport() |
483 { | 479 { |
484 return _channel; | 480 return _channel; |
485 } | 481 } |
486 | 482 |