Uses of Interface
org.apache.camel.builder.endpoint.dsl.IrcEndpointBuilderFactory.IrcEndpointProducerBuilder
Packages that use IrcEndpointBuilderFactory.IrcEndpointProducerBuilder
-
Uses of IrcEndpointBuilderFactory.IrcEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of IrcEndpointBuilderFactory.IrcEndpointProducerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the IRC component.Methods in org.apache.camel.builder.endpoint.dsl that return IrcEndpointBuilderFactory.IrcEndpointProducerBuilderModifier and TypeMethodDescriptionIrcEndpointBuilderFactory.IrcEndpointProducerBuilder.autoRejoin(boolean autoRejoin) Whether to auto re-join when being kicked.IrcEndpointBuilderFactory.IrcEndpointProducerBuilder.autoRejoin(String autoRejoin) Whether to auto re-join when being kicked.IrcEndpointBuilderFactory.AdvancedIrcEndpointProducerBuilder.basic()Comma separated list of IRC channels.IrcEndpointBuilderFactory.IrcEndpointProducerBuilder.commandTimeout(long commandTimeout) Delay in milliseconds before sending commands after the connection is established.IrcEndpointBuilderFactory.IrcEndpointProducerBuilder.commandTimeout(String commandTimeout) Delay in milliseconds before sending commands after the connection is established.Comma separated list of keys for channels.IrcEndpointBuilderFactory.IrcEndpointProducerBuilder.namesOnJoin(boolean namesOnJoin) Sends NAMES command to channel after joining it.IrcEndpointBuilderFactory.IrcEndpointProducerBuilder.namesOnJoin(String namesOnJoin) Sends NAMES command to channel after joining it.The nickname used in chat.IrcEndpointBuilderFactory.IrcEndpointProducerBuilder.nickPassword(String nickPassword) Your IRC server nickname password.IrcEndpointBuilderFactory.IrcEndpointProducerBuilder.onJoin(boolean onJoin) Handle user join events.Handle user join events.IrcEndpointBuilderFactory.IrcEndpointProducerBuilder.onKick(boolean onKick) Handle kick events.Handle kick events.IrcEndpointBuilderFactory.IrcEndpointProducerBuilder.onMode(boolean onMode) Handle mode change events.Handle mode change events.IrcEndpointBuilderFactory.IrcEndpointProducerBuilder.onNick(boolean onNick) Handle nickname change events.Handle nickname change events.IrcEndpointBuilderFactory.IrcEndpointProducerBuilder.onPart(boolean onPart) Handle user part events.Handle user part events.IrcEndpointBuilderFactory.IrcEndpointProducerBuilder.onPrivmsg(boolean onPrivmsg) Handle private message events.Handle private message events.IrcEndpointBuilderFactory.IrcEndpointProducerBuilder.onQuit(boolean onQuit) Handle user quit events.Handle user quit events.IrcEndpointBuilderFactory.IrcEndpointProducerBuilder.onReply(boolean onReply) Whether or not to handle general responses to commands or informational messages.Whether or not to handle general responses to commands or informational messages.IrcEndpointBuilderFactory.IrcEndpointProducerBuilder.onTopic(boolean onTopic) Handle topic change events.Handle topic change events.The IRC server password.IrcEndpointBuilderFactory.IrcEndpointProducerBuilder.persistent(boolean persistent) Deprecated.IrcEndpointBuilderFactory.IrcEndpointProducerBuilder.persistent(String persistent) Deprecated.The IRC user's actual name.IrcEndpointBuilderFactory.IrcEndpointProducerBuilder.sslContextParameters(String sslContextParameters) Used for configuring security using SSL.IrcEndpointBuilderFactory.IrcEndpointProducerBuilder.sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters) Used for configuring security using SSL.IrcEndpointBuilderFactory.IrcEndpointProducerBuilder.trustManager(String trustManager) The trust manager used to verify the SSL server's certificate.IrcEndpointBuilderFactory.IrcEndpointProducerBuilder.trustManager(org.schwering.irc.lib.ssl.SSLTrustManager trustManager) The trust manager used to verify the SSL server's certificate.The IRC server user name.