Uses of Class
org.jivesoftware.openfire.ServerPort
-
Packages that use ServerPort Package Description org.jivesoftware.openfire org.jivesoftware.openfire.net org.jivesoftware.openfire.spi -
-
Uses of ServerPort in org.jivesoftware.openfire
Methods in org.jivesoftware.openfire that return types with arguments of type ServerPort Modifier and Type Method Description Collection<ServerPort>ConnectionManager. getPorts()Returns an array of the ports managed by this connection manager. -
Uses of ServerPort in org.jivesoftware.openfire.net
Methods in org.jivesoftware.openfire.net that return ServerPort Modifier and Type Method Description ServerPortSocketAcceptThread. getServerPort()Deprecated.Returns information about the port on which the server is listening for connections. -
Uses of ServerPort in org.jivesoftware.openfire.spi
Methods in org.jivesoftware.openfire.spi that return ServerPort Modifier and Type Method Description ServerPortConnectionListener. getServerPort()Deprecated.To obtain the state of this instance, use corresponding getters instead.Methods in org.jivesoftware.openfire.spi that return types with arguments of type ServerPort Modifier and Type Method Description Collection<ServerPort>ConnectionManagerImpl. getPorts()Deprecated.use #getListeners
-