Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
C
- cleanUpExpiredSessions() - Method in class com.networknt.session.jdbc.JdbcSessionRepository
- com.networknt.session.jdbc - package com.networknt.session.jdbc
- com.networknt.session.jdbc.serializer - package com.networknt.session.jdbc.serializer
- createSession() - Method in class com.networknt.session.jdbc.JdbcSessionRepository
- createSession(HttpServerExchange) - Method in class com.networknt.session.jdbc.JdbcSessionManager
D
- DefaultDeserializer - Class in com.networknt.session.jdbc.serializer
-
A default
Deserializerimplementation that reads an input stream using Java serialization. - DefaultDeserializer() - Constructor for class com.networknt.session.jdbc.serializer.DefaultDeserializer
-
Create a
DefaultDeserializerwith defaultObjectInputStreamconfiguration, using the "latest user-defined ClassLoader". - DefaultSerializer - Class in com.networknt.session.jdbc.serializer
-
A
Serializerimplementation that writes an object to an output stream using Java serialization. - DefaultSerializer() - Constructor for class com.networknt.session.jdbc.serializer.DefaultSerializer
- deleteById(String) - Method in class com.networknt.session.jdbc.JdbcSessionRepository
- DEPLOY_NAME - Static variable in class com.networknt.session.jdbc.JdbcSessionManager
- deserialize(byte[]) - Method in class com.networknt.session.jdbc.serializer.ValueBytesConverter
- deserialize(InputStream) - Method in class com.networknt.session.jdbc.serializer.DefaultDeserializer
-
Read from the supplied
InputStreamand deserialize the contents into an object. - deserialize(InputStream) - Method in interface com.networknt.session.jdbc.serializer.Deserializer
-
Read (assemble) an object of type T from the given InputStream.
- Deserializer<T> - Interface in com.networknt.session.jdbc.serializer
-
A strategy interface for converting from data in an InputStream to an Object.
E
- extractData(ResultSet) - Method in class com.networknt.session.jdbc.JdbcSessionRepository
F
- findById(String) - Method in class com.networknt.session.jdbc.JdbcSessionRepository
G
- getDeploymentName() - Method in class com.networknt.session.jdbc.JdbcSessionManager
- getSession(HttpServerExchange) - Method in class com.networknt.session.jdbc.JdbcSessionManager
- getSession(String) - Method in class com.networknt.session.jdbc.JdbcSessionManager
- getSessions() - Method in class com.networknt.session.jdbc.JdbcSessionManager
- getSessions() - Method in class com.networknt.session.jdbc.JdbcSessionRepository
J
- JdbcSessionManager - Class in com.networknt.session.jdbc
- JdbcSessionManager(SessionConfig, SessionRepository) - Constructor for class com.networknt.session.jdbc.JdbcSessionManager
- JdbcSessionRepository - Class in com.networknt.session.jdbc
-
A
SessionRepositoryimplementation that uses Database to store sessions in a relational database. - JdbcSessionRepository(DataSource) - Constructor for class com.networknt.session.jdbc.JdbcSessionRepository
R
- removeSession(HttpServerExchange) - Method in class com.networknt.session.jdbc.JdbcSessionManager
- removeSession(String) - Method in class com.networknt.session.jdbc.JdbcSessionManager
S
- save(JdbcSessionRepository.JdbcSession) - Method in class com.networknt.session.jdbc.JdbcSessionRepository
- SerializationFailedException - Exception Class in com.networknt.session.jdbc.serializer
- SerializationFailedException(String) - Constructor for exception class com.networknt.session.jdbc.serializer.SerializationFailedException
-
Construct a
SerializationExceptionwith the specified detail message. - SerializationFailedException(String, Throwable) - Constructor for exception class com.networknt.session.jdbc.serializer.SerializationFailedException
-
Construct a
SerializationExceptionwith the specified detail message and nested exception. - serialize(Object, OutputStream) - Method in class com.networknt.session.jdbc.serializer.DefaultSerializer
-
Writes the source object to an output stream using Java serialization.
- serialize(T, OutputStream) - Method in interface com.networknt.session.jdbc.serializer.Serializer
-
Write an object of type T to the given OutputStream.
- serializer(Object) - Method in class com.networknt.session.jdbc.serializer.ValueBytesConverter
- Serializer<T> - Interface in com.networknt.session.jdbc.serializer
-
A strategy interface for streaming an object to an OutputStream.
- setDefaultMaxInactiveInterval(int) - Method in class com.networknt.session.jdbc.JdbcSessionRepository
-
Set the maximum inactive interval in seconds between requests before newly created sessions will be invalidated.
U
- updateSessionLastAccessTime(String) - Method in class com.networknt.session.jdbc.JdbcSessionRepository
V
- ValueBytesConverter - Class in com.networknt.session.jdbc.serializer
-
Created by gavin on 2017-09-25.
- ValueBytesConverter() - Constructor for class com.networknt.session.jdbc.serializer.ValueBytesConverter
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form