com.aliyun.mns.common.http
类 HttpFactory.IdleConnectionMonitor

java.lang.Object
  继承者 java.lang.Thread
      继承者 com.aliyun.mns.common.http.HttpFactory.IdleConnectionMonitor
所有已实现的接口:
Runnable
包容类:
HttpFactory

public static class HttpFactory.IdleConnectionMonitor
extends Thread


嵌套类摘要
 
从类 java.lang.Thread 继承的嵌套类/接口
Thread.State, Thread.UncaughtExceptionHandler
 
字段摘要
 
从类 java.lang.Thread 继承的字段
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
方法摘要
 void addConnMgr(org.apache.http.nio.conn.NHttpClientConnectionManager connMgr)
           
static HttpFactory.IdleConnectionMonitor getInstance()
           
 void removeConnMgr(org.apache.http.nio.conn.NHttpClientConnectionManager connMgr)
           
 void run()
           
 void shutdown()
           
 
从类 java.lang.Thread 继承的方法
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, yield
 
从类 java.lang.Object 继承的方法
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

方法详细信息

getInstance

public static HttpFactory.IdleConnectionMonitor getInstance()

addConnMgr

public void addConnMgr(org.apache.http.nio.conn.NHttpClientConnectionManager connMgr)

removeConnMgr

public void removeConnMgr(org.apache.http.nio.conn.NHttpClientConnectionManager connMgr)

run

public void run()
指定者:
接口 Runnable 中的 run
覆盖:
Thread 中的 run

shutdown

public void shutdown()


Copyright © 2016. All Rights Reserved.