Uses of Interface
org.refcodes.net.BasicAuthCredentialsAccessor.BasicAuthCredentialsMutator
-
-
Uses of BasicAuthCredentialsAccessor.BasicAuthCredentialsMutator in org.refcodes.net
Subinterfaces of BasicAuthCredentialsAccessor.BasicAuthCredentialsMutator in org.refcodes.net Modifier and Type Interface Description static interfaceBasicAuthCredentialsAccessor.BasicAuthCredentialsPropertyProvides aBasicAuthCredentialsproperty.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.BasicAuthCredentialsMutator Modifier and Type Class Description classAbstractHeaderFields<C extends Cookie,T extends HeaderFields<C,T>>Abstract implementation of theHeaderFieldstype.classRequestHeaderFieldsImplImplementation of theHeaderFieldsinterface.classResponseHeaderFieldsImplImplementation of theHeaderFieldsinterface.
-