| Interface and Description |
|---|
| com.yanzhenjie.andserver.util.HttpHeaders
use
HttpHeaders instead. |
| com.yanzhenjie.andserver.util.StatusCode
use
StatusCode instead. |
| Class and Description |
|---|
| com.yanzhenjie.andserver.util.AcceptLanguage
use
AcceptLanguage instead. |
| com.yanzhenjie.andserver.util.CollectionUtils
use apache commons-collection instead.
|
| com.yanzhenjie.andserver.util.ObjectUtils
use apache commons-lang instead.
|
| com.yanzhenjie.andserver.util.StringUtils
use apache commons-lang instead.
|
| Exceptions and Description |
|---|
| com.yanzhenjie.andserver.error.BasicException
use
HttpException instead. |
| Method and Description |
|---|
| com.yanzhenjie.andserver.AndServer.serverBuilder(Context)
use
AndServer.webServer(Context) instead. |
| com.yanzhenjie.andserver.AndServer.serverBuilder(Context, String)
use
AndServer.webServer(Context, String) instead. |