|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SessionManager | |
---|---|
com.jivesoftware.forum.nntp | Jive Forums internal NNTP server. |
com.jivesoftware.forum.nntp.spi | Implementation of core NNTP interfaces. |
Uses of SessionManager in com.jivesoftware.forum.nntp |
---|
Methods in com.jivesoftware.forum.nntp that return SessionManager | |
---|---|
static SessionManager |
SessionManager.getInstance()
Returns a SessionManager instance. |
SessionManager |
NNTPServer.getSessionManager()
Obtain the server's session manager. |
Constructors in com.jivesoftware.forum.nntp with parameters of type SessionManager | |
---|---|
NNTPParser(SessionManager manager,
Session owner,
Connection conn)
Create a parser for the given session. |
|
Session(SessionManager sessionManager,
Connection conn)
Create a session that owns the given connection. |
Uses of SessionManager in com.jivesoftware.forum.nntp.spi |
---|
Constructors in com.jivesoftware.forum.nntp.spi with parameters of type SessionManager | |
---|---|
NNTPConnectionManager(SessionManager sessionManager)
Create a connection manager a session manager. |
|
Jive Forums Project Page | |||||||||
PREV NEXT | FRAMES NO FRAMES |