Skip navigation links
C D E F G J R S U V 

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(HttpServerExchange) - Method in class com.networknt.session.jdbc.JdbcSessionManager
 
createSession() - Method in class com.networknt.session.jdbc.JdbcSessionRepository
 

D

DefaultDeserializer - Class in com.networknt.session.jdbc.serializer
A default Deserializer implementation that reads an input stream using Java serialization.
DefaultDeserializer() - Constructor for class com.networknt.session.jdbc.serializer.DefaultDeserializer
Create a DefaultDeserializer with default ObjectInputStream configuration, using the "latest user-defined ClassLoader".
DefaultSerializer - Class in com.networknt.session.jdbc.serializer
A Serializer implementation 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(InputStream) - Method in class com.networknt.session.jdbc.serializer.DefaultDeserializer
Read from the supplied InputStream and 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.
deserialize(byte[]) - Method in class com.networknt.session.jdbc.serializer.ValueBytesConverter
 
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 SessionRepository implementation 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 in com.networknt.session.jdbc.serializer
 
SerializationFailedException(String) - Constructor for exception com.networknt.session.jdbc.serializer.SerializationFailedException
Construct a SerializationException with the specified detail message.
SerializationFailedException(String, Throwable) - Constructor for exception com.networknt.session.jdbc.serializer.SerializationFailedException
Construct a SerializationException with 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<T> - Interface in com.networknt.session.jdbc.serializer
A strategy interface for streaming an object to an OutputStream.
serializer(Object) - Method in class com.networknt.session.jdbc.serializer.ValueBytesConverter
 
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
 
C D E F G J R S U V 
Skip navigation links

Copyright © 2019. All rights reserved.