jcifs.http
public class NtlmHttpURLConnection extends HttpURLConnection
HttpURLConnection
to provide NTLM authentication
services.
Please read Using jCIFS NTLM Authentication for HTTP Connections.
Constructor Summary | |
---|---|
NtlmHttpURLConnection(HttpURLConnection connection) |
Method Summary | |
---|---|
void | addRequestProperty(String key, String value) |
void | connect() |
void | disconnect() |
boolean | getAllowUserInteraction() |
Object | getContent() |
Object | getContent(Class[] classes) |
String | getContentEncoding() |
int | getContentLength() |
String | getContentType() |
long | getDate() |
boolean | getDefaultUseCaches() |
boolean | getDoInput() |
boolean | getDoOutput() |
InputStream | getErrorStream() |
long | getExpiration() |
String | getHeaderField(String header) |
String | getHeaderField(int index) |
long | getHeaderFieldDate(String header, long def) |
int | getHeaderFieldInt(String header, int def) |
String | getHeaderFieldKey(int index) |
Map | getHeaderFields() |
long | getIfModifiedSince() |
InputStream | getInputStream() |
boolean | getInstanceFollowRedirects() |
long | getLastModified() |
OutputStream | getOutputStream() |
Permission | getPermission() |
String | getRequestMethod() |
Map | getRequestProperties() |
String | getRequestProperty(String key) |
int | getResponseCode() |
String | getResponseMessage() |
URL | getURL() |
boolean | getUseCaches() |
void | setAllowUserInteraction(boolean allowUserInteraction) |
void | setDefaultUseCaches(boolean defaultUseCaches) |
void | setDoInput(boolean doInput) |
void | setDoOutput(boolean doOutput) |
void | setIfModifiedSince(long ifModifiedSince) |
void | setInstanceFollowRedirects(boolean instanceFollowRedirects) |
void | setRequestMethod(String requestMethod) |
void | setRequestProperty(String key, String value) |
void | setUseCaches(boolean useCaches) |
String | toString() |
boolean | usingProxy() |