Uses of Class
org.jivesoftware.openfire.spi.ConnectionConfiguration
Packages that use ConnectionConfiguration
Package
Description
Provides classes for XEP-0124: Bidirectional-streams Over Synchronous HTTP (BOSH).
Connection Manager implementation.
-
Uses of ConnectionConfiguration in org.jivesoftware.openfire
Methods in org.jivesoftware.openfire that return ConnectionConfigurationModifier and TypeMethodDescriptionConnection.getConfiguration()Returns a representation of the desired state for this connection. -
Uses of ConnectionConfiguration in org.jivesoftware.openfire.http
Methods in org.jivesoftware.openfire.http that return ConnectionConfiguration -
Uses of ConnectionConfiguration in org.jivesoftware.openfire.multiplex
Methods in org.jivesoftware.openfire.multiplex that return ConnectionConfiguration -
Uses of ConnectionConfiguration in org.jivesoftware.openfire.net
Methods in org.jivesoftware.openfire.net that return ConnectionConfigurationConstructors in org.jivesoftware.openfire.net with parameters of type ConnectionConfigurationModifierConstructorDescriptionTLSStreamHandler(Socket socket, ConnectionConfiguration configuration, boolean clientMode) Creates a new TLSStreamHandler and encrypt the plain socket connection.TLSWrapper(ConnectionConfiguration configuration, boolean clientMode) -
Uses of ConnectionConfiguration in org.jivesoftware.openfire.nio
Fields in org.jivesoftware.openfire.nio declared as ConnectionConfigurationModifier and TypeFieldDescriptionprotected final ConnectionConfigurationNettyConnectionHandler.configurationThe configuration for new connections.Methods in org.jivesoftware.openfire.nio that return ConnectionConfigurationMethods in org.jivesoftware.openfire.nio with parameters of type ConnectionConfigurationModifier and TypeMethodDescriptionstatic NettyConnectionHandlerNettyConnectionHandlerFactory.createConnectionHandler(ConnectionConfiguration configuration) Creates a new NettyConnectionHandler based on the type of connection set in the configuration.Constructors in org.jivesoftware.openfire.nio with parameters of type ConnectionConfigurationModifierConstructorDescriptionNettyClientConnectionHandler(ConnectionConfiguration configuration) NettyComponentConnectionHandler(ConnectionConfiguration configuration) NettyConnection(io.netty.channel.ChannelHandlerContext channelHandlerContext, PacketDeliverer packetDeliverer, ConnectionConfiguration configuration) protectedNettyConnectionHandler(ConnectionConfiguration configuration) NettyMultiplexerConnectionHandler(ConnectionConfiguration configuration) NettyOutboundConnectionHandler(ConnectionConfiguration configuration, DomainPair domainPair, int port) NettyServerConnectionHandler(ConnectionConfiguration configuration) -
Uses of ConnectionConfiguration in org.jivesoftware.openfire.spi
Fields in org.jivesoftware.openfire.spi declared as ConnectionConfigurationModifier and TypeFieldDescriptionprotected ConnectionConfigurationConnectionAcceptor.configurationMethods in org.jivesoftware.openfire.spi that return ConnectionConfigurationModifier and TypeMethodDescriptionConnectionListener.generateConnectionConfiguration()Generates an immutable ConnectionConfiguration based on the current state.Methods in org.jivesoftware.openfire.spi with parameters of type ConnectionConfigurationModifier and TypeMethodDescriptionabstract voidConnectionAcceptor.reconfigure(ConnectionConfiguration configuration) Reloads the acceptor configuration, without causing a disconnect of already established connections.voidNettyConnectionAcceptor.reconfigure(ConnectionConfiguration configuration) Constructors in org.jivesoftware.openfire.spi with parameters of type ConnectionConfigurationModifierConstructorDescriptionConnectionAcceptor(ConnectionConfiguration configuration) Constructs a new instance which will accept new connections based on the provided configuration.EncryptionArtifactFactory(ConnectionConfiguration configuration) Creates a new instance of the factory.NettyConnectionAcceptor(ConnectionConfiguration configuration) Instantiates, but does not start, a new instance.NettyServerInitializer(ConnectionConfiguration configuration, io.netty.channel.group.ChannelGroup allChannels, Set<NettyChannelHandlerFactory> channelHandlerFactories) -
Uses of ConnectionConfiguration in org.jivesoftware.openfire.websocket
Methods in org.jivesoftware.openfire.websocket that return ConnectionConfiguration