Searched defs:_maxIdleTime (Results 1 - 8 of 8) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/io/
H A DByteArrayEndPoint.java39 protected int _maxIdleTime; field in class:ByteArrayEndPoint
395 return _maxIdleTime;
404 _maxIdleTime=timeMs;
/external/jetty/src/java/org/eclipse/jetty/io/bio/
H A DStreamEndPoint.java34 int _maxIdleTime; field in class:StreamEndPoint
316 return _maxIdleTime;
322 _maxIdleTime=timeMs;
/external/jetty/src/java/org/eclipse/jetty/io/nio/
H A DChannelEndPoint.java51 protected volatile int _maxIdleTime; field in class:ChannelEndPoint
64 _maxIdleTime=_socket.getSoTimeout();
75 _maxIdleTime=maxIdleTime;
81 _socket.setSoTimeout(_maxIdleTime);
496 return _maxIdleTime;
505 if (_socket!=null && timeMs!=_maxIdleTime)
507 _maxIdleTime=timeMs;
H A DSelectorManager.java68 private int _maxIdleTime; field in class:SelectorManager
84 _maxIdleTime=(int)maxIdleTime;
104 return _maxIdleTime;
706 ?(now+_maxIdleTime-_lowResourcesMaxIdleTime)
/external/jetty/src/java/org/eclipse/jetty/websocket/
H A DWebSocketFactory.java81 private int _maxIdleTime = 300000; field in class:WebSocketFactory
132 return _maxIdleTime;
142 _maxIdleTime = maxIdleTime;
260 connection = new WebSocketServletConnectionD00(this, websocket, endp, _buffers, http.getTimeStamp(), _maxIdleTime, protocol);
270 connection = new WebSocketServletConnectionD06(this, websocket, endp, _buffers, http.getTimeStamp(), _maxIdleTime, protocol);
277 connection = new WebSocketServletConnectionD08(this, websocket, endp, _buffers, http.getTimeStamp(), _maxIdleTime, protocol, extensions, draft);
283 connection = new WebSocketServletConnectionRFC6455(this, websocket, endp, _buffers, http.getTimeStamp(), _maxIdleTime, protocol, extensions, draft);
H A DWebSocketClient.java87 private int _maxIdleTime=-1; field in class:WebSocketClient
158 return _maxIdleTime;
168 _maxIdleTime=maxIdleTime;
/external/jetty/src/java/org/eclipse/jetty/server/
H A DAbstractConnector.java87 protected int _maxIdleTime = 200000; field in class:AbstractConnector
179 return _maxIdleTime;
204 _maxIdleTime = maxIdleTime;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 176 milliseconds