Uses of Interface
org.simpleframework.http.StatusLine
Packages that use StatusLine
-
Uses of StatusLine in org.simpleframework.http
Subinterfaces of StatusLine in org.simpleframework.httpModifier and TypeInterfaceDescriptioninterfaceThis is used to represent the HTTP response.interfaceTheResponseHeaderobject is used to manipulate the header information for a given response.Classes in org.simpleframework.http that implement StatusLineModifier and TypeClassDescriptionclassTheResponseWrapperobject is used so that the originalResponseobject can be wrapped in a filtering proxy object. -
Uses of StatusLine in org.simpleframework.http.core
Classes in org.simpleframework.http.core that implement StatusLineModifier and TypeClassDescription(package private) classThis is used to represent the HTTP response.(package private) classTheResponseMessageobject represents the header used for a response.