protected static class SlackConnector.ConnectThread
extends java.lang.Thread
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Throwable |
exception |
protected SlackSession.ProxySettings |
proxySettings |
protected SlackSession |
session |
protected java.lang.String |
webHookUrl |
| Constructor and Description |
|---|
ConnectThread(java.lang.String webHookUrl,
SlackSession.ProxySettings proxySettings) |
| Modifier and Type | Method and Description |
|---|---|
SlackSession |
finishUp() |
void |
run() |
activeCount, 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, toString, yieldprotected final java.lang.String webHookUrl
protected final SlackSession.ProxySettings proxySettings
protected SlackSession session
protected java.lang.Throwable exception
public ConnectThread(java.lang.String webHookUrl,
SlackSession.ProxySettings proxySettings)
public void run()
run in interface java.lang.Runnablerun in class java.lang.Threadpublic SlackSession finishUp() throws java.io.IOException, java.lang.InterruptedException
java.io.IOExceptionjava.lang.InterruptedException