Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Interface
com.jivesoftware.forum.net.ConnectionManager

Packages that use ConnectionManager
com.jivesoftware.forum.net A server network i/o front end package. 
com.jivesoftware.forum.net.spi Implementations of the net interfaces. 
com.jivesoftware.forum.nntp Jive Forums internal NNTP server. 
com.jivesoftware.forum.nntp.spi Implementation of core NNTP interfaces. 
 

Uses of ConnectionManager in com.jivesoftware.forum.net
 

Methods in com.jivesoftware.forum.net with parameters of type ConnectionManager
 void Connection.setConnectionManager(ConnectionManager manager)
          Sets the connection manager this connection belongs to.
 

Constructors in com.jivesoftware.forum.net with parameters of type ConnectionManager
AcceptManager(ConnectionManager connMan, java.lang.String portNamePrefix)
          Create the accept manager with the given connection manager to receive incoming connections.
AcceptPort(ConnectionManager connectionManager, java.lang.String configPrefixName)
          Loads an existing accept port from the configuration property object that uses the given connection manager.
AcceptPort(ConnectionManager connectionManager, java.lang.String configPrefixName, java.net.InetAddress bindAddress, int bindport)
          Constructs an new accept port with the given bind address and port that uses the given connection manager and save the settings to the configuration property object.
 

Uses of ConnectionManager in com.jivesoftware.forum.net.spi
 

Classes in com.jivesoftware.forum.net.spi that implement ConnectionManager
 class AbstractConnectionManager
          A basic connection manager implementation.
 

Methods in com.jivesoftware.forum.net.spi with parameters of type ConnectionManager
 void SocketChannelConnection.setConnectionManager(ConnectionManager manager)
           
 

Uses of ConnectionManager in com.jivesoftware.forum.nntp
 

Methods in com.jivesoftware.forum.nntp that return ConnectionManager
 ConnectionManager NNTPServer.getConnectionManager()
          Obtain the server's connection manager.
 

Uses of ConnectionManager in com.jivesoftware.forum.nntp.spi
 

Classes in com.jivesoftware.forum.nntp.spi that implement ConnectionManager
 class NNTPConnectionManager
          A connection manager for NNTP servers.
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.