Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Class
com.jivesoftware.forum.net.AcceptPort

Packages that use AcceptPort
com.jivesoftware.forum.net A server network i/o front end package. 
 

Uses of AcceptPort in com.jivesoftware.forum.net
 

Methods in com.jivesoftware.forum.net that return AcceptPort
 AcceptPort AcceptManager.createAcceptPort(java.net.InetAddress portAddress, int portNumber)
          Creates a new accept port that will be bound to the given port address.
 AcceptPort AcceptManager.getAcceptPort(java.net.InetAddress portAddress, int portNumber)
          Obtains an accept port by address and port.
 

Methods in com.jivesoftware.forum.net with parameters of type AcceptPort
 void AcceptManager.deleteAcceptPort(AcceptPort acceptPort)
          Removes the given accept port relying on the underlying port to properly clean up it's own resources, running threads, and delete any relevant configuration properties.
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.