| /external/jetty/src/java/org/eclipse/jetty/websocket/ |
| D | WebSocketServletConnectionD06.java | 31 …socket, EndPoint endpoint, WebSocketBuffers buffers, long timestamp, int maxIdleTime, String proto… in WebSocketServletConnectionD06()
|
| D | WebSocketServletConnectionRFC6455.java | 32 …socket, EndPoint endpoint, WebSocketBuffers buffers, long timestamp, int maxIdleTime, String proto… in WebSocketServletConnectionRFC6455()
|
| D | WebSocketServletConnectionD08.java | 32 …socket, EndPoint endpoint, WebSocketBuffers buffers, long timestamp, int maxIdleTime, String proto… in WebSocketServletConnectionD08()
|
| D | WebSocketServletConnectionD00.java | 33 …socket, EndPoint endpoint, WebSocketBuffers buffers, long timestamp, int maxIdleTime, String proto… in WebSocketServletConnectionD00()
|
| D | WebSocketClientFactory.java | 287 int maxIdleTime = holder.getMaxIdleTime(); in newEndPoint() local 561 …Socket, EndPoint endPoint, WebSocketBuffers buffers, long timeStamp, int maxIdleTime, String proto… in WebSocketClientConnection()
|
| D | WebSocketConnectionD08.java | 116 …socket, EndPoint endpoint, WebSocketBuffers buffers, long timestamp, int maxIdleTime, String proto… in WebSocketConnectionD08() 123 …socket, EndPoint endpoint, WebSocketBuffers buffers, long timestamp, int maxIdleTime, String proto… in WebSocketConnectionD08()
|
| D | WebSocketConnectionRFC6455.java | 148 …socket, EndPoint endpoint, WebSocketBuffers buffers, long timestamp, int maxIdleTime, String proto… in WebSocketConnectionRFC6455() 155 …socket, EndPoint endpoint, WebSocketBuffers buffers, long timestamp, int maxIdleTime, String proto… in WebSocketConnectionRFC6455()
|
| D | WebSocketFactory.java | 140 public void setMaxIdleTime(int maxIdleTime) in setMaxIdleTime()
|
| D | WebSocketClient.java | 166 public void setMaxIdleTime(int maxIdleTime) in setMaxIdleTime()
|
| D | WebSocketConnectionD00.java | 54 …socket, EndPoint endpoint, WebSocketBuffers buffers, long timestamp, int maxIdleTime, String proto… in WebSocketConnectionD00()
|
| D | WebSocketConnectionD06.java | 109 …socket, EndPoint endpoint, WebSocketBuffers buffers, long timestamp, int maxIdleTime, String proto… in WebSocketConnectionD06()
|
| /external/jetty/src/resources/org/eclipse/jetty/server/jmx/ |
| D | Connector-mbean.properties | 13 maxIdleTime: Maximum time in ms that a connection can be idle before being closed key
|
| /external/jetty/src/java/org/eclipse/jetty/io/bio/ |
| D | SocketEndPoint.java | 58 protected SocketEndPoint(Socket socket, int maxIdleTime) in SocketEndPoint()
|
| /external/jetty/src/java/org/eclipse/jetty/http/ |
| D | AbstractGenerator.java | 434 public void flush(long maxIdleTime) throws IOException in flush() 506 public void blockForOutput(long maxIdleTime) throws IOException in blockForOutput()
|
| D | HttpParser.java | 1177 public Buffer blockForContent(long maxIdleTime) throws IOException in blockForContent()
|
| /external/jetty/src/java/org/eclipse/jetty/io/nio/ |
| D | NetworkTrafficSelectChannelEndPoint.java | 38 …nnel channel, SelectorManager.SelectSet selectSet, SelectionKey key, int maxIdleTime, List<Network… in NetworkTrafficSelectChannelEndPoint()
|
| D | ChannelEndPoint.java | 72 protected ChannelEndPoint(ByteChannel channel, int maxIdleTime) throws IOException in ChannelEndPoint()
|
| D | SelectChannelEndPoint.java | 96 …electChannelEndPoint(SocketChannel channel, SelectSet selectSet, SelectionKey key, int maxIdleTime) in SelectChannelEndPoint()
|
| D | SelectorManager.java | 82 public void setMaxIdleTime(long maxIdleTime) in setMaxIdleTime()
|
| /external/jetty/src/java/org/eclipse/jetty/server/ |
| D | AbstractConnector.java | 202 public void setMaxIdleTime(int maxIdleTime) in setMaxIdleTime() 221 public void setLowResourcesMaxIdleTime(int maxIdleTime) in setLowResourcesMaxIdleTime() 244 public final void setLowResourceMaxIdleTime(int maxIdleTime) in setLowResourceMaxIdleTime()
|
| /external/jetty/src/java/org/eclipse/jetty/server/nio/ |
| D | SelectChannelConnector.java | 200 public void setMaxIdleTime(int maxIdleTime) in setMaxIdleTime()
|