Top Interfaces Classes Enums
module java.base

Package sun.net.www.protocol.http


Interface Summary

Modifier and TypeInterface and Description
public interface

Class Summary

Modifier and TypeClass and Description
public class
public abstract class
AuthCacheValue

AuthCacheValue: interface to minimize exposure to authentication cache for external users (i.e. plugin)

public class
AuthenticationHeader

This class is used to parse the information in WWW-Authenticate: and Proxy-Authenticate: headers.

public abstract class
AuthenticationInfo

AuthenticationInfo: Encapsulate the information needed to authenticate a user to a server.

pack-priv class
BasicAuthentication

BasicAuthentication: Encapsulate an http server authentication using the "basic" scheme.

pack-priv class
DigestAuthentication

DigestAuthentication: Encapsulate an http server authentication using the "Digest" scheme, as described in RFC2069 and updated in RFC2617

pack-priv class
EmptyInputStream

An input stream that just returns EOF.

public class
Handler

open an http input stream given a URL

public class
HttpCallerInfo

Used in HTTP/Negotiate, to feed HTTP request info into JGSS as a HttpCaller, so that special actions can be taken, including special callback handler, special useSubjectCredsOnly value.

public class
HttpURLConnection

A class to represent an HTTP connection to a remote object.

pack-priv class
NegotiateAuthentication

NegotiateAuthentication:

public abstract class
Negotiator

This abstract class is a bridge to connect NegotiteAuthentication and NegotiatorImpl, so that JAAS and JGSS calls can be made

pack-priv class
NTLMAuthenticationProxy

Proxy class for loading NTLMAuthentication, so as to remove static dependency.

Enum Summary

Modifier and TypeEnum and Description
public enum