public class DefaultFooClient extends AbstractFooClient
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
DEFAULT_USER_AGENT |
| 限定符和类型 | 方法和说明 |
|---|---|
JsonResponse<AddFooResponse> |
addFoo(AddFooParam params) |
JsonResponse<DeleteFooResponse> |
deleteFoo(String meetingId) |
JsonResponse<GetFooResponse> |
getFoo(GetFooParam params) |
static DefaultFooClient |
newInstance(org.apache.http.impl.client.CloseableHttpClient httpClient,
String url,
ClientVersion version) |
addAuthType, getAuthBase, registerAllPlugins, registerProxy, setAuthBase, setAuthFactory, setAuthType, unregisterProxycleanAllMonitor, cleanAllProxy, getHttpClient, registerMonitor, registerProxy, unregisterMonitor, unregisterProxyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcleanAllProxy, registerMonitor, unregisterMonitorpublic static final String DEFAULT_USER_AGENT
public static DefaultFooClient newInstance(org.apache.http.impl.client.CloseableHttpClient httpClient, String url, ClientVersion version)
public JsonResponse<AddFooResponse> addFoo(AddFooParam params)
public JsonResponse<GetFooResponse> getFoo(GetFooParam params)
public JsonResponse<DeleteFooResponse> deleteFoo(String meetingId)
Copyright © 2016. All Rights Reserved.