Uses of Interface
org.refcodes.net.BasicAuthCredentialsAccessor
-
-
Uses of BasicAuthCredentialsAccessor in org.refcodes.net
Subinterfaces of BasicAuthCredentialsAccessor in org.refcodes.net Modifier and Type Interface Description static interfaceBasicAuthCredentialsAccessor.BasicAuthCredentialsPropertyProvides aBasicAuthCredentialsproperty.interfaceBasicAuthRequestDefines aBasicAuthRequestdescribes a Baisc-Auth request as of HTTP.interfaceHeaderFields<C extends Cookie,B extends HeaderFields<C,B>>TheHeaderFieldsreflect the structure of a HTTP header and may be used to represent a HTTP header.interfaceRequestHeaderFieldsTheRequestHeaderFieldsreflect the structure of a HTTP header and may be used to represent a HTTP header.interfaceResponseHeaderFieldsTheResponseHeaderFieldsreflect the structure of a HTTP header and may be used to represent a HTTP header.Classes in org.refcodes.net that implement BasicAuthCredentialsAccessor Modifier and Type Class Description classAbstractHeaderFields<C extends Cookie,T extends HeaderFields<C,T>>Abstract implementation of theHeaderFieldstype.classBasicAuthRequestImplTheBasicAuthRequestImplclass implements theBasicAuthRequesttype.classRequestHeaderFieldsImplImplementation of theHeaderFieldsinterface.classResponseHeaderFieldsImplImplementation of theHeaderFieldsinterface.
-