@Component(value="irc,ircs")
public class IrcComponent
extends org.apache.camel.support.DefaultComponent
implements org.apache.camel.SSLContextParametersAware
| Constructor and Description |
|---|
IrcComponent() |
| Modifier and Type | Method and Description |
|---|---|
void |
closeConnection(String key,
org.schwering.irc.lib.IRCConnection connection) |
protected org.schwering.irc.lib.IRCConnection |
createConnection(IrcConfiguration configuration) |
IrcEndpoint |
createEndpoint(String uri,
String remaining,
Map<String,Object> parameters) |
protected org.schwering.irc.lib.IRCEventListener |
createIrcLogger(String hostname) |
protected void |
doStop() |
org.schwering.irc.lib.IRCConnection |
getIRCConnection(IrcConfiguration configuration) |
boolean |
isUseGlobalSslContextParameters() |
void |
setUseGlobalSslContextParameters(boolean useGlobalSslContextParameters)
Enable usage of global SSL context parameters.
|
afterConfiguration, createEndpoint, createEndpoint, doInit, doStart, getAndRemoveOrResolveReferenceParameter, getAndRemoveOrResolveReferenceParameter, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, getComponentPropertyConfigurer, getEndpointPropertyConfigurer, getExtension, getSupportedExtensions, ifStartsWithReturnRemainder, isBasicPropertyBinding, isBridgeErrorHandler, isLazyStartProducer, registerExtension, registerExtension, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, setBasicPropertyBinding, setBridgeErrorHandler, setCamelContext, setLazyStartProducer, setProperties, setProperties, setProperties, useIntrospectionOnEndpoint, useRawUri, validateParameters, validateURIbuild, doBuild, doFail, doLifecycleChange, doResume, doShutdown, doSuspend, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitretrieveGlobalSslContextParametersgetCamelContext, setCamelContext, trySetCamelContextpublic IrcEndpoint createEndpoint(String uri, String remaining, Map<String,Object> parameters) throws Exception
createEndpoint in class org.apache.camel.support.DefaultComponentExceptionpublic org.schwering.irc.lib.IRCConnection getIRCConnection(IrcConfiguration configuration)
protected org.schwering.irc.lib.IRCConnection createConnection(IrcConfiguration configuration)
public void closeConnection(String key, org.schwering.irc.lib.IRCConnection connection)
protected void doStop()
throws Exception
doStop in class org.apache.camel.support.DefaultComponentExceptionprotected org.schwering.irc.lib.IRCEventListener createIrcLogger(String hostname)
public boolean isUseGlobalSslContextParameters()
isUseGlobalSslContextParameters in interface org.apache.camel.SSLContextParametersAwarepublic void setUseGlobalSslContextParameters(boolean useGlobalSslContextParameters)
setUseGlobalSslContextParameters in interface org.apache.camel.SSLContextParametersAwareApache Camel