Home
last modified time | relevance | path

Searched defs:session (Results 1 – 25 of 1664) sorted by relevance

12345678910>>...67

/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/tls/
DHostnameVerifierTest.java42 FakeSSLSession session = new FakeSSLSession(); in verify() local
48 SSLSession session = session("" in verifyCn() local
81 SSLSession session = session("" in verifyNonAsciiCn() local
113 SSLSession session = session("" in verifySubjectAlt() local
154 SSLSession session = session("" in verifyNonAsciiSubjectAlt() local
195 SSLSession session = session("" in verifySubjectAltOnly() local
229 SSLSession session = session("" in verifyMultipleCn() local
266 SSLSession session = session("" in verifyWilcardCn() local
301 SSLSession session = session("" in verifyWilcardCnOnTld() local
339 SSLSession session = session("" in testWilcardNonAsciiSubjectAlt() local
[all …]
/external/boringssl/src/ssl/
Dssl_session.c164 SSL_SESSION *session = (SSL_SESSION *)OPENSSL_malloc(sizeof(SSL_SESSION)); in SSL_SESSION_new() local
179 SSL_SESSION *SSL_SESSION_up_ref(SSL_SESSION *session) { in SSL_SESSION_up_ref()
186 void SSL_SESSION_free(SSL_SESSION *session) { in SSL_SESSION_free()
207 const uint8_t *SSL_SESSION_get_id(const SSL_SESSION *session, in SSL_SESSION_get_id()
215 long SSL_SESSION_get_timeout(const SSL_SESSION *session) { in SSL_SESSION_get_timeout()
219 long SSL_SESSION_get_time(const SSL_SESSION *session) { in SSL_SESSION_get_time()
227 uint32_t SSL_SESSION_get_key_exchange_info(const SSL_SESSION *session) { in SSL_SESSION_get_key_exchange_info()
231 X509 *SSL_SESSION_get0_peer(const SSL_SESSION *session) { in SSL_SESSION_get0_peer()
235 long SSL_SESSION_set_time(SSL_SESSION *session, long time) { in SSL_SESSION_set_time()
244 long SSL_SESSION_set_timeout(SSL_SESSION *session, long timeout) { in SSL_SESSION_set_timeout()
[all …]
/external/libmicrohttpd/src/microspdy/
Dsession.c44 spdyf_handler_read_syn_stream (struct SPDY_Session *session) in spdyf_handler_read_syn_stream()
181 spdyf_handler_read_goaway (struct SPDY_Session *session) in spdyf_handler_read_goaway()
260 spdyf_handler_read_rst_stream (struct SPDY_Session *session) in spdyf_handler_read_rst_stream()
332 spdyf_handler_read_data (struct SPDY_Session *session) in spdyf_handler_read_data()
422 SPDYF_handler_write_syn_reply (struct SPDY_Session *session) in SPDYF_handler_write_syn_reply()
517 SPDYF_handler_write_goaway (struct SPDY_Session *session) in SPDYF_handler_write_goaway()
570 SPDYF_handler_write_data (struct SPDY_Session *session) in SPDYF_handler_write_data()
742 SPDYF_handler_write_rst_stream (struct SPDY_Session *session) in SPDYF_handler_write_rst_stream()
787 SPDYF_handler_write_window_update (struct SPDY_Session *session) in SPDYF_handler_write_window_update()
830 SPDYF_handler_ignore_frame (struct SPDY_Session *session) in SPDYF_handler_ignore_frame()
[all …]
Dio_raw.c62 SPDYF_raw_new_session(struct SPDY_Session *session) in SPDYF_raw_new_session()
86 SPDYF_raw_close_session(struct SPDY_Session *session) in SPDYF_raw_close_session()
93 SPDYF_raw_recv(struct SPDY_Session *session, in SPDYF_raw_recv()
122 SPDYF_raw_send(struct SPDY_Session *session, in SPDYF_raw_send()
151 SPDYF_raw_is_pending(struct SPDY_Session *session) in SPDYF_raw_is_pending()
160 SPDYF_raw_before_write(struct SPDY_Session *session) in SPDYF_raw_before_write()
179 SPDYF_raw_after_write(struct SPDY_Session *session, int was_written) in SPDYF_raw_after_write()
Dio_openssl.c134 SPDYF_openssl_new_session(struct SPDY_Session *session) in SPDYF_openssl_new_session()
170 SPDYF_openssl_close_session(struct SPDY_Session *session) in SPDYF_openssl_close_session()
184 SPDYF_openssl_recv(struct SPDY_Session *session, in SPDYF_openssl_recv()
219 SPDYF_openssl_send(struct SPDY_Session *session, in SPDYF_openssl_send()
255 SPDYF_openssl_is_pending(struct SPDY_Session *session) in SPDYF_openssl_is_pending()
266 SPDYF_openssl_before_write(struct SPDY_Session *session) in SPDYF_openssl_before_write()
275 SPDYF_openssl_after_write(struct SPDY_Session *session, int was_written) in SPDYF_openssl_after_write()
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/fake/command/
DAbstractFakeCommandHandler.java70 public void handleCommand(Command command, Session session) { in handleCommand()
111 protected abstract void handle(Command command, Session session); in handle()
129 protected void sendReply(Session session, int replyCode, String messageKey) { in sendReply()
146 protected void sendReply(Session session, int replyCode, String messageKey, List args) { in sendReply()
170 protected void sendReply(Session session, int replyCode) { in sendReply()
186 protected void sendReply(Session session, int replyCode, List args) { in sendReply()
198 …private void handleException(Command command, Session session, Throwable exception, int replyCode)… in handleException()
212 …private void handleFileSystemException(Command command, Session session, FileSystemException excep… in handleFileSystemException()
225 protected Object getRequiredSessionAttribute(Session session, String name) { in getRequiredSessionAttribute()
238 protected void verifyLoggedIn(Session session) { in verifyLoggedIn()
[all …]
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/fake/command/
DAbstractFakeCommandHandler.java70 public void handleCommand(Command command, Session session) { in handleCommand()
111 protected abstract void handle(Command command, Session session); in handle()
129 protected void sendReply(Session session, int replyCode, String messageKey) { in sendReply()
146 protected void sendReply(Session session, int replyCode, String messageKey, List args) { in sendReply()
170 protected void sendReply(Session session, int replyCode) { in sendReply()
186 protected void sendReply(Session session, int replyCode, List args) { in sendReply()
198 …private void handleException(Command command, Session session, Throwable exception, int replyCode)… in handleException()
212 …private void handleFileSystemException(Command command, Session session, FileSystemException excep… in handleFileSystemException()
225 protected Object getRequiredSessionAttribute(Session session, String name) { in getRequiredSessionAttribute()
238 protected void verifyLoggedIn(Session session) { in verifyLoggedIn()
[all …]
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/command/
DAbstractFakeCommandHandler.java70 public void handleCommand(Command command, Session session) { in handleCommand()
111 protected abstract void handle(Command command, Session session); in handle()
129 protected void sendReply(Session session, int replyCode, String messageKey) { in sendReply()
146 protected void sendReply(Session session, int replyCode, String messageKey, List args) { in sendReply()
170 protected void sendReply(Session session, int replyCode) { in sendReply()
186 protected void sendReply(Session session, int replyCode, List args) { in sendReply()
198 …private void handleException(Command command, Session session, Throwable exception, int replyCode)… in handleException()
212 …private void handleFileSystemException(Command command, Session session, FileSystemException excep… in handleFileSystemException()
225 protected Object getRequiredSessionAttribute(Session session, String name) { in getRequiredSessionAttribute()
238 protected void verifyLoggedIn(Session session) { in verifyLoggedIn()
[all …]
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/fake/command/
DAbstractFakeCommandHandler.java70 public void handleCommand(Command command, Session session) { in handleCommand()
111 protected abstract void handle(Command command, Session session); in handle()
129 protected void sendReply(Session session, int replyCode, String messageKey) { in sendReply()
146 protected void sendReply(Session session, int replyCode, String messageKey, List args) { in sendReply()
170 protected void sendReply(Session session, int replyCode) { in sendReply()
186 protected void sendReply(Session session, int replyCode, List args) { in sendReply()
198 …private void handleException(Command command, Session session, Throwable exception, int replyCode)… in handleException()
212 …private void handleFileSystemException(Command command, Session session, FileSystemException excep… in handleFileSystemException()
225 protected Object getRequiredSessionAttribute(Session session, String name) { in getRequiredSessionAttribute()
238 protected void verifyLoggedIn(Session session) { in verifyLoggedIn()
[all …]
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/fake/command/
DAbstractFakeCommandHandler.java70 public void handleCommand(Command command, Session session) { in handleCommand()
111 protected abstract void handle(Command command, Session session); in handle()
129 protected void sendReply(Session session, int replyCode, String messageKey) { in sendReply()
146 protected void sendReply(Session session, int replyCode, String messageKey, List args) { in sendReply()
170 protected void sendReply(Session session, int replyCode) { in sendReply()
186 protected void sendReply(Session session, int replyCode, List args) { in sendReply()
198 …private void handleException(Command command, Session session, Throwable exception, int replyCode)… in handleException()
212 …private void handleFileSystemException(Command command, Session session, FileSystemException excep… in handleFileSystemException()
225 protected Object getRequiredSessionAttribute(Session session, String name) { in getRequiredSessionAttribute()
238 protected void verifyLoggedIn(Session session) { in verifyLoggedIn()
[all …]
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/fake/command/
DAbstractFakeCommandHandler.java70 public void handleCommand(Command command, Session session) { in handleCommand()
111 protected abstract void handle(Command command, Session session); in handle()
129 protected void sendReply(Session session, int replyCode, String messageKey) { in sendReply()
146 protected void sendReply(Session session, int replyCode, String messageKey, List args) { in sendReply()
170 protected void sendReply(Session session, int replyCode) { in sendReply()
186 protected void sendReply(Session session, int replyCode, List args) { in sendReply()
198 …private void handleException(Command command, Session session, Throwable exception, int replyCode)… in handleException()
212 …private void handleFileSystemException(Command command, Session session, FileSystemException excep… in handleFileSystemException()
225 protected Object getRequiredSessionAttribute(Session session, String name) { in getRequiredSessionAttribute()
238 protected void verifyLoggedIn(Session session) { in verifyLoggedIn()
[all …]
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/fake/command/
DAbstractFakeCommandHandler.java70 public void handleCommand(Command command, Session session) { in handleCommand()
111 protected abstract void handle(Command command, Session session); in handle()
129 protected void sendReply(Session session, int replyCode, String messageKey) { in sendReply()
146 protected void sendReply(Session session, int replyCode, String messageKey, List args) { in sendReply()
170 protected void sendReply(Session session, int replyCode) { in sendReply()
186 protected void sendReply(Session session, int replyCode, List args) { in sendReply()
198 …private void handleException(Command command, Session session, Throwable exception, int replyCode)… in handleException()
212 …private void handleFileSystemException(Command command, Session session, FileSystemException excep… in handleFileSystemException()
225 protected Object getRequiredSessionAttribute(Session session, String name) { in getRequiredSessionAttribute()
238 protected void verifyLoggedIn(Session session) { in verifyLoggedIn()
[all …]
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/fake/command/
DAbstractFakeCommandHandler.java70 public void handleCommand(Command command, Session session) { in handleCommand()
111 protected abstract void handle(Command command, Session session); in handle()
129 protected void sendReply(Session session, int replyCode, String messageKey) { in sendReply()
146 protected void sendReply(Session session, int replyCode, String messageKey, List args) { in sendReply()
170 protected void sendReply(Session session, int replyCode) { in sendReply()
186 protected void sendReply(Session session, int replyCode, List args) { in sendReply()
198 …private void handleException(Command command, Session session, Throwable exception, int replyCode)… in handleException()
212 …private void handleFileSystemException(Command command, Session session, FileSystemException excep… in handleFileSystemException()
225 protected Object getRequiredSessionAttribute(Session session, String name) { in getRequiredSessionAttribute()
238 protected void verifyLoggedIn(Session session) { in verifyLoggedIn()
[all …]
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/fake/command/
DAbstractFakeCommandHandler.java70 public void handleCommand(Command command, Session session) { in handleCommand()
111 protected abstract void handle(Command command, Session session); in handle()
129 protected void sendReply(Session session, int replyCode, String messageKey) { in sendReply()
146 protected void sendReply(Session session, int replyCode, String messageKey, List args) { in sendReply()
170 protected void sendReply(Session session, int replyCode) { in sendReply()
186 protected void sendReply(Session session, int replyCode, List args) { in sendReply()
198 …private void handleException(Command command, Session session, Throwable exception, int replyCode)… in handleException()
212 …private void handleFileSystemException(Command command, Session session, FileSystemException excep… in handleFileSystemException()
225 protected Object getRequiredSessionAttribute(Session session, String name) { in getRequiredSessionAttribute()
238 protected void verifyLoggedIn(Session session) { in verifyLoggedIn()
[all …]
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/fake/command/
DAbstractFakeCommandHandler.java70 public void handleCommand(Command command, Session session) { in handleCommand()
111 protected abstract void handle(Command command, Session session); in handle()
129 protected void sendReply(Session session, int replyCode, String messageKey) { in sendReply()
146 protected void sendReply(Session session, int replyCode, String messageKey, List args) { in sendReply()
170 protected void sendReply(Session session, int replyCode) { in sendReply()
186 protected void sendReply(Session session, int replyCode, List args) { in sendReply()
198 …private void handleException(Command command, Session session, Throwable exception, int replyCode)… in handleException()
212 …private void handleFileSystemException(Command command, Session session, FileSystemException excep… in handleFileSystemException()
225 protected Object getRequiredSessionAttribute(Session session, String name) { in getRequiredSessionAttribute()
238 protected void verifyLoggedIn(Session session) { in verifyLoggedIn()
[all …]
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/fake/command/
DAbstractFakeCommandHandler.java72 public void handleCommand(Command command, Session session) { in handleCommand()
109 protected abstract void handle(Command command, Session session); in handle()
127 protected void sendReply(Session session, int replyCode, String messageKey) { in sendReply()
144 protected void sendReply(Session session, int replyCode, String messageKey, List args) { in sendReply()
169 protected void sendReply(Session session, int replyCode) { in sendReply()
185 protected void sendReply(Session session, int replyCode, List args) { in sendReply()
197 …private void handleException(Command command, Session session, Throwable exception, int replyCode)… in handleException()
211 …private void handleFileSystemException(Command command, Session session, FileSystemException excep… in handleFileSystemException()
234 protected Object getRequiredSessionAttribute(Session session, String name) { in getRequiredSessionAttribute()
247 protected void verifyLoggedIn(Session session) { in verifyLoggedIn()
[all …]
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/fake/command/
DAbstractFakeCommandHandler.java70 public void handleCommand(Command command, Session session) { in handleCommand()
111 protected abstract void handle(Command command, Session session); in handle()
129 protected void sendReply(Session session, int replyCode, String messageKey) { in sendReply()
146 protected void sendReply(Session session, int replyCode, String messageKey, List args) { in sendReply()
170 protected void sendReply(Session session, int replyCode) { in sendReply()
186 protected void sendReply(Session session, int replyCode, List args) { in sendReply()
198 …private void handleException(Command command, Session session, Throwable exception, int replyCode)… in handleException()
212 …private void handleFileSystemException(Command command, Session session, FileSystemException excep… in handleFileSystemException()
225 protected Object getRequiredSessionAttribute(Session session, String name) { in getRequiredSessionAttribute()
238 protected void verifyLoggedIn(Session session) { in verifyLoggedIn()
[all …]
/external/guice/extensions/persist/test/com/google/inject/persist/jpa/
DClassLevelManagedLocalTransactionsTest.java65 EntityManager session = injector.getInstance(EntityManager.class); in testSimpleTransaction() local
89 EntityManager session = injector.getInstance(EntityManager.class); in testSimpleTransactionRollbackOnChecked() local
112 EntityManager session = injector.getInstance(EntityManager.class); in testSimpleTransactionRollbackOnCheckedExcepting() local
134 EntityManager session = injector.getInstance(EntityManager.class); in testSimpleTransactionRollbackOnUnchecked() local
151 @Inject EntityManager session; field in ClassLevelManagedLocalTransactionsTest.TransactionalObject
164 @Inject EntityManager session; field in ClassLevelManagedLocalTransactionsTest.TransactionalObject4
179 @Inject EntityManager session; field in ClassLevelManagedLocalTransactionsTest.TransactionalObject3
193 @Inject EntityManager session; field in ClassLevelManagedLocalTransactionsTest.TransactionalObject2
/external/nanohttpd/fileupload/src/main/java/fi/iki/elonen/
DNanoFileUpload.java58 private NanoHTTPD.IHTTPSession session; field in NanoFileUpload.NanoHttpdContext
60 public NanoHttpdContext(NanoHTTPD.IHTTPSession session) { in NanoHttpdContext()
98 public static final boolean isMultipartContent(NanoHTTPD.IHTTPSession session) { in isMultipartContent()
106 public List<FileItem> parseRequest(NanoHTTPD.IHTTPSession session) throws FileUploadException { in parseRequest()
110 …public Map<String, List<FileItem>> parseParameterMap(NanoHTTPD.IHTTPSession session) throws FileUp… in parseParameterMap()
114 …public FileItemIterator getItemIterator(NanoHTTPD.IHTTPSession session) throws FileUploadException… in getItemIterator()
/external/conscrypt/src/main/java/org/conscrypt/
DAbstractSessionContext.java101 SSLSession session = i.next(); in getIds() local
143 SSLSession session = i.next(); in trimToSize() local
162 SSLSession session = i.next(); in setSessionTimeout() local
177 protected abstract void sessionRemoved(SSLSession session); in sessionRemoved()
200 byte[] toBytes(SSLSession session) { in toBytes()
274 protected SSLSession wrapSSLSessionIfNeeded(SSLSession session) { in wrapSSLSessionIfNeeded()
288 SSLSession session; in getSession() local
302 void putSession(SSLSession session) { in putSession()
/external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/stub/command/
DAbstractStubDataCommandHandler.java100 …public final void handleCommand(Command command, Session session, InvocationRecord invocationRecor… in handleCommand()
118 protected void sendFinalReply(Session session) { in sendFinalReply()
134 …protected void beforeProcessData(Command command, Session session, InvocationRecord invocationReco… in beforeProcessData()
150 …protected abstract void processData(Command command, Session session, InvocationRecord invocationR… in processData()
162 …protected void afterProcessData(Command command, Session session, InvocationRecord invocationRecor… in afterProcessData()
171 private void sendPreliminaryReply(Session session) { in sendPreliminaryReply()
/external/mockftpserver/tags/1.2/src/main/java/org/mockftpserver/stub/command/
DAbstractStubDataCommandHandler.java100 …public final void handleCommand(Command command, Session session, InvocationRecord invocationRecor… in handleCommand()
118 protected void sendFinalReply(Session session) { in sendFinalReply()
134 …protected void beforeProcessData(Command command, Session session, InvocationRecord invocationReco… in beforeProcessData()
150 …protected abstract void processData(Command command, Session session, InvocationRecord invocationR… in processData()
162 …protected void afterProcessData(Command command, Session session, InvocationRecord invocationRecor… in afterProcessData()
171 private void sendPreliminaryReply(Session session) { in sendPreliminaryReply()
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/stub/command/
DAbstractStubDataCommandHandler.java99 …public final void handleCommand(Command command, Session session, InvocationRecord invocationRecor… in handleCommand()
118 protected void sendFinalReply(Session session) { in sendFinalReply()
133 …protected void beforeProcessData(Command command, Session session, InvocationRecord invocationReco… in beforeProcessData()
148 …protected abstract void processData(Command command, Session session, InvocationRecord invocationR… in processData()
160 …protected void afterProcessData(Command command, Session session, InvocationRecord invocationRecor… in afterProcessData()
169 private void sendPreliminaryReply(Session session) { in sendPreliminaryReply()
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/stub/command/
DAbstractStubDataCommandHandler.java99 …public final void handleCommand(Command command, Session session, InvocationRecord invocationRecor… in handleCommand()
118 protected void sendFinalReply(Session session) { in sendFinalReply()
133 …protected void beforeProcessData(Command command, Session session, InvocationRecord invocationReco… in beforeProcessData()
148 …protected abstract void processData(Command command, Session session, InvocationRecord invocationR… in processData()
160 …protected void afterProcessData(Command command, Session session, InvocationRecord invocationRecor… in afterProcessData()
169 private void sendPreliminaryReply(Session session) { in sendPreliminaryReply()
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/stub/command/
DAbstractStubDataCommandHandler.java99 …public final void handleCommand(Command command, Session session, InvocationRecord invocationRecor… in handleCommand()
118 protected void sendFinalReply(Session session) { in sendFinalReply()
133 …protected void beforeProcessData(Command command, Session session, InvocationRecord invocationReco… in beforeProcessData()
148 …protected abstract void processData(Command command, Session session, InvocationRecord invocationR… in processData()
160 …protected void afterProcessData(Command command, Session session, InvocationRecord invocationRecor… in afterProcessData()
169 private void sendPreliminaryReply(Session session) { in sendPreliminaryReply()

12345678910>>...67