Searched refs:_acceptChannel (Results 1 – 5 of 5) sorted by relevance
69 protected ServerSocketChannel _acceptChannel; field in SelectChannelConnector104 server = _acceptChannel; in accept()122 if (_acceptChannel != null) in close()124 removeBean(_acceptChannel); in close()125 if (_acceptChannel.isOpen()) in close()126 _acceptChannel.close(); in close()128 _acceptChannel = null; in close()160 return _acceptChannel; in getConnection()177 if (_acceptChannel == null) in open()180 _acceptChannel = ServerSocketChannel.open(); in open()[all …]
60 private transient ServerSocketChannel _acceptChannel; field in BlockingChannelConnector75 return _acceptChannel; in getConnection()122 _acceptChannel= ServerSocketChannel.open(); in open()123 _acceptChannel.configureBlocking(true); in open()127 _acceptChannel.socket().bind(addr,getAcceptQueueSize()); in open()133 if (_acceptChannel != null) in close()134 _acceptChannel.close(); in close()135 _acceptChannel=null; in close()143 SocketChannel channel = _acceptChannel.accept(); in accept()166 if (_acceptChannel==null || !_acceptChannel.isOpen()) in getLocalPort()[all …]
58 _acceptChannel = (ServerSocketChannel)channel; in open()62 if ( _acceptChannel != null ) in open()63 _acceptChannel.configureBlocking(true); in open()70 if (_acceptChannel == null) in open()
META-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/ ...
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...