Uses of Interface
org.apache.camel.builder.endpoint.dsl.IrcEndpointBuilderFactory.IrcEndpointBuilder
Packages that use IrcEndpointBuilderFactory.IrcEndpointBuilder
-
Uses of IrcEndpointBuilderFactory.IrcEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return IrcEndpointBuilderFactory.IrcEndpointBuilderModifier and TypeMethodDescriptionIRC (camel-irc) Send and receive messages to/from and IRC chat.IRC (camel-irc) Send and receive messages to/from and IRC chat. -
Uses of IrcEndpointBuilderFactory.IrcEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return IrcEndpointBuilderFactory.IrcEndpointBuilderModifier and TypeMethodDescriptionIrcEndpointBuilderFactory.IrcEndpointBuilder.autoRejoin(boolean autoRejoin) Whether to auto re-join when being kicked.IrcEndpointBuilderFactory.IrcEndpointBuilder.autoRejoin(String autoRejoin) Whether to auto re-join when being kicked.IrcEndpointBuilderFactory.AdvancedIrcEndpointBuilder.basic()Comma separated list of IRC channels.IrcEndpointBuilderFactory.IrcEndpointBuilder.commandTimeout(long commandTimeout) Delay in milliseconds before sending commands after the connection is established.IrcEndpointBuilderFactory.IrcEndpointBuilder.commandTimeout(String commandTimeout) Delay in milliseconds before sending commands after the connection is established.IrcEndpointBuilderFactory.endpointBuilder(String componentName, String path) IRC (camel-irc) Send and receive messages to/from and IRC chat.IRC (camel-irc) Send and receive messages to/from and IRC chat.Comma separated list of keys for channels.IrcEndpointBuilderFactory.IrcEndpointBuilder.namesOnJoin(boolean namesOnJoin) Sends NAMES command to channel after joining it.IrcEndpointBuilderFactory.IrcEndpointBuilder.namesOnJoin(String namesOnJoin) Sends NAMES command to channel after joining it.The nickname used in chat.IrcEndpointBuilderFactory.IrcEndpointBuilder.nickPassword(String nickPassword) Your IRC server nickname password.IrcEndpointBuilderFactory.IrcEndpointBuilder.onJoin(boolean onJoin) Handle user join events.Handle user join events.IrcEndpointBuilderFactory.IrcEndpointBuilder.onKick(boolean onKick) Handle kick events.Handle kick events.IrcEndpointBuilderFactory.IrcEndpointBuilder.onMode(boolean onMode) Handle mode change events.Handle mode change events.IrcEndpointBuilderFactory.IrcEndpointBuilder.onNick(boolean onNick) Handle nickname change events.Handle nickname change events.IrcEndpointBuilderFactory.IrcEndpointBuilder.onPart(boolean onPart) Handle user part events.Handle user part events.IrcEndpointBuilderFactory.IrcEndpointBuilder.onPrivmsg(boolean onPrivmsg) Handle private message events.Handle private message events.IrcEndpointBuilderFactory.IrcEndpointBuilder.onQuit(boolean onQuit) Handle user quit events.Handle user quit events.IrcEndpointBuilderFactory.IrcEndpointBuilder.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.IrcEndpointBuilder.onTopic(boolean onTopic) Handle topic change events.Handle topic change events.The IRC server password.IrcEndpointBuilderFactory.IrcEndpointBuilder.persistent(boolean persistent) Deprecated.IrcEndpointBuilderFactory.IrcEndpointBuilder.persistent(String persistent) Deprecated.The IRC user's actual name.IrcEndpointBuilderFactory.IrcEndpointBuilder.sslContextParameters(String sslContextParameters) Used for configuring security using SSL.IrcEndpointBuilderFactory.IrcEndpointBuilder.sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters) Used for configuring security using SSL.IrcEndpointBuilderFactory.IrcEndpointBuilder.trustManager(String trustManager) The trust manager used to verify the SSL server's certificate.IrcEndpointBuilderFactory.IrcEndpointBuilder.trustManager(org.schwering.irc.lib.ssl.SSLTrustManager trustManager) The trust manager used to verify the SSL server's certificate.The IRC server user name.