Java javax.net.ssl SSLSessionContext fields, constructors, methods, implement or subclass

Example usage for Java javax.net.ssl SSLSessionContext fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.net.ssl SSLSessionContext.

The text is from its open source code.

Method

ClassgetClass()
Returns the runtime class of this Object .
EnumerationgetIds()
Returns an Enumeration of all session id's grouped under this SSLSessionContext.
SSLSessiongetSession(byte[] sessionId)
Returns the SSLSession bound to the specified session id.
voidsetSessionCacheSize(int size)
Sets the size of the cache used for storing SSLSession objects grouped under this SSLSessionContext.
voidsetSessionTimeout(int seconds)
Sets the timeout limit for SSLSession objects grouped under this SSLSessionContext.