SSLServerSessionCache.getSessionData

Gets the session data for given session ID.

@param id from {@link javax.net.ssl.SSLSession#getId()} @return the session data or null if none is cached @throws NullPointerException if id is null

interface SSLServerSessionCache
byte[]
getSessionData
(
byte[] id
)

Meta