public class AndServer
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
INFO |
static java.lang.String |
TAG |
| Constructor and Description |
|---|
AndServer() |
| Modifier and Type | Method and Description |
|---|---|
static Server.ProxyBuilder |
proxyServer()
Create a builder for the reverse proxy server.
|
static Server.Builder |
serverBuilder(android.content.Context context)
Deprecated.
use
webServer(Context) instead. |
static Server.Builder |
serverBuilder(android.content.Context context,
java.lang.String group)
Deprecated.
use
webServer(Context, String) instead. |
static Server.Builder |
webServer(android.content.Context context)
Create a builder for the web server.
|
static Server.Builder |
webServer(android.content.Context context,
java.lang.String group)
Create a builder for the web server.
|
public static final java.lang.String TAG
public static final java.lang.String INFO
public static Server.Builder webServer(android.content.Context context)
Server.Builder.public static Server.Builder webServer(android.content.Context context, java.lang.String group)
group - group name.Server.Builder.public static Server.ProxyBuilder proxyServer()
Server.ProxyBuilder.@Deprecated public static Server.Builder serverBuilder(android.content.Context context)
webServer(Context) instead.@Deprecated public static Server.Builder serverBuilder(android.content.Context context, java.lang.String group)
webServer(Context, String) instead.