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 TypeInterfaceDescriptioninterface
This is used to represent the HTTP response.interface
TheResponseHeader
object is used to manipulate the header information for a given response.Classes in org.simpleframework.http that implement StatusLineModifier and TypeClassDescriptionclass
TheResponseWrapper
object is used so that the originalResponse
object 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) class
This is used to represent the HTTP response.(package private) class
TheResponseMessage
object represents the header used for a response.