public class CamelSSLIRCConnection
extends org.schwering.irc.lib.ssl.SSLIRCConnection
SSLIRCConnection used to support the use of an SSLContextParameters instance
for JSSE configuration.Thread.State, Thread.UncaughtExceptionHandlerMAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY| Constructor and Description |
|---|
CamelSSLIRCConnection(String host,
int[] ports,
String pass,
String nick,
String username,
String realname,
org.apache.camel.util.jsse.SSLContextParameters sslContextParameters,
org.apache.camel.CamelContext camelContext) |
CamelSSLIRCConnection(String host,
int portMin,
int portMax,
String pass,
String nick,
String username,
String realname,
org.apache.camel.util.jsse.SSLContextParameters sslContextParameters) |
| Modifier and Type | Method and Description |
|---|---|
void |
connect() |
org.apache.camel.util.jsse.SSLContextParameters |
getSslContextParameters() |
void |
setSslContextParameters(org.apache.camel.util.jsse.SSLContextParameters sslContextParameters) |
addTrustManager, getTrustManagers, removeTrustManageraddIRCEventListener, close, doAway, doAway, doInvite, doIson, doJoin, doJoin, doKick, doKick, doList, doList, doMode, doMode, doNames, doNames, doNick, doNotice, doPart, doPart, doPong, doPrivmsg, doQuit, doQuit, doTopic, doTopic, doUserhost, doWho, doWhois, doWhowas, getColors, getEncoding, getHost, getNick, getPassword, getPong, getPort, getPorts, getRealname, getTimeout, getUsername, isConnected, prepare, removeIRCEventListener, run, send, setColors, setEncoding, setPong, setTimeout, toStringactiveCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, yieldpublic CamelSSLIRCConnection(String host, int portMin, int portMax, String pass, String nick, String username, String realname, org.apache.camel.util.jsse.SSLContextParameters sslContextParameters)
public void connect()
throws IOException
connect in class org.schwering.irc.lib.ssl.SSLIRCConnectionIOExceptionpublic org.apache.camel.util.jsse.SSLContextParameters getSslContextParameters()
public void setSslContextParameters(org.apache.camel.util.jsse.SSLContextParameters sslContextParameters)
Apache Camel