/external/jetty/src/java/org/eclipse/jetty/security/authentication/ |
SessionAuthentication.java | 56 private transient HttpSession _session; field in class:SessionAuthentication 99 if (_session!=null && _session.getAttribute(__J_AUTHENTICATED)!=null) 100 _session.removeAttribute(__J_AUTHENTICATED); 110 if (_session!=null) 111 _session.removeAttribute(AbstractSessionManager.SESSION_KNOWN_ONLY_TO_AUTHENTICATED); 127 if (_session==null) 129 _session=se.getSession(); 135 if (_session==null) 137 _session=event.getSession() [all...] |
/external/jetty/src/java/org/eclipse/jetty/io/nio/ |
SslConnection.java | 56 private final SSLSession _session; field in class:SslConnection 99 _session=_engine.getSession(); 146 _buffers=new SslBuffers(_session.getPacketBufferSize()*2,_session.getApplicationBufferSize()*2); 203 _logger.debug("{} handle {} progress={}", _session, this, progress); 292 else if (toFill.capacity()<_session.getApplicationBufferSize()) 347 _logger.debug("{} {} {} filled={}/{} flushed={}/{}",_session,this,_engine.getHandshakeStatus(),filled,_inbound.length(),flushed,_outbound.length()); 463 _session, 509 _logger.debug("{} wrap default {}",_session,result); 539 _session, [all...] |
/external/jetty/src/java/org/eclipse/jetty/server/ |
Request.java | 221 private HttpSession _session; field in class:Request [all...] |
/external/jetty/src/java/org/eclipse/jetty/server/session/ |
JDBCSessionIdManager.java | 621 String index2 = "idx_"+_sessionTable+"_session"; [all...] |
/frameworks/base/services/core/java/com/android/server/ |
InputMethodManagerService.java | 259 IInputMethodSession _session, InputChannel _channel) { 262 session = _session; [all...] |
/prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-io/8.1.14.v20131031/ |
jetty-io-8.1.14.v20131031.jar | |
/frameworks/base/services/backup/java/com/android/server/backup/ |
BackupManagerService.java | 429 RestoreGetSetsParams(IBackupTransport _transport, ActiveRestoreSession _session, 432 session = _session; [all...] |