Uses of Interface
org.refcodes.net.HttpFields
-
-
Uses of HttpFields in org.refcodes.net
Classes in org.refcodes.net with type parameters of type HttpFields Modifier and Type Class Description classAbstractHttpFields<T extends HttpFields<T>>Abstract implementation of theHeaderFieldstype.interfaceHttpFields<B extends HttpFields<B>>Various key/value "collections" we run across when we develop HTTP based applications may have more then one value for one key.Subinterfaces of HttpFields in org.refcodes.net Modifier and Type Interface Description interfaceFormFieldsTheFormFieldsrepresent the URL's Query-String by the notation originally used by the GET request of the ancient web forms (see "https://en.wikipedia.org/wiki/Query_string#Web_forms").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 HttpFields Modifier and Type Class Description classAbstractHeaderFields<C extends Cookie,T extends HeaderFields<C,T>>Abstract implementation of theHeaderFieldstype.classAbstractHttpFields<T extends HttpFields<T>>Abstract implementation of theHeaderFieldstype.classFormFieldsImplThe Class FormFieldsImpl.classRequestHeaderFieldsImplImplementation of theHeaderFieldsinterface.classResponseHeaderFieldsImplImplementation of theHeaderFieldsinterface.Methods in org.refcodes.net with parameters of type HttpFields Modifier and Type Method Description protected static voidAbstractHttpFields. copyHttpFields(java.util.Map<java.lang.String,java.util.List<java.lang.String>> aFromFields, HttpFields<?> aToFields)Copies the provided "from" fields into the provided "to" fields.
-