Uses of Interface
org.refcodes.net.BasicAuthCredentialsAccessor.BasicAuthCredentialsBuilder
-
-
Uses of BasicAuthCredentialsAccessor.BasicAuthCredentialsBuilder in org.refcodes.net
Classes in org.refcodes.net with type parameters of type BasicAuthCredentialsAccessor.BasicAuthCredentialsBuilder Modifier and Type Interface Description static interfaceBasicAuthCredentialsAccessor.BasicAuthCredentialsBuilder<B extends BasicAuthCredentialsAccessor.BasicAuthCredentialsBuilder<B>>Provides a builder method for aBasicAuthCredentialsproperty returning the builder for applying multiple build operations.Subinterfaces of BasicAuthCredentialsAccessor.BasicAuthCredentialsBuilder in org.refcodes.net Modifier and Type Interface Description 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.BasicAuthCredentialsBuilder Modifier and Type Class Description classAbstractHeaderFields<C extends Cookie,T extends HeaderFields<C,T>>Abstract implementation of theHeaderFieldstype.classRequestHeaderFieldsImplImplementation of theHeaderFieldsinterface.classResponseHeaderFieldsImplImplementation of theHeaderFieldsinterface.
-