public abstract class AuthenticationProtocolHandler extends Object implements ProtocolHandler
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_MAX_CONTENT_LENGTH |
static Logger |
LOG |
| Modifier | Constructor and Description |
|---|---|
protected |
AuthenticationProtocolHandler(HttpClient client,
int maxContentLength) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract HttpHeader |
getAuthenticateHeader() |
protected abstract String |
getAuthenticationAttribute() |
protected abstract URI |
getAuthenticationURI(Request request) |
protected abstract HttpHeader |
getAuthorizationHeader() |
protected HttpClient |
getHttpClient() |
Response.Listener |
getResponseListener() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaccept, getNamepublic static final int DEFAULT_MAX_CONTENT_LENGTH
public static final Logger LOG
protected AuthenticationProtocolHandler(HttpClient client, int maxContentLength)
protected HttpClient getHttpClient()
protected abstract HttpHeader getAuthenticateHeader()
protected abstract HttpHeader getAuthorizationHeader()
protected abstract String getAuthenticationAttribute()
public Response.Listener getResponseListener()
getResponseListener in interface ProtocolHandlerCopyright © 1995–2017 Webtide. All rights reserved.