Uses of Interface
org.simpleframework.http.StatusLine
-
Packages that use StatusLine Package Description org.simpleframework.http org.simpleframework.http.core -
-
Uses of StatusLine in org.simpleframework.http
Subinterfaces of StatusLine in org.simpleframework.http Modifier and Type Interface Description interfaceResponseThis is used to represent the HTTP response.interfaceResponseHeaderTheResponseHeaderobject is used to manipulate the header information for a given response.Classes in org.simpleframework.http that implement StatusLine Modifier and Type Class Description classResponseWrapperTheResponseWrapperobject 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 StatusLine Modifier and Type Class Description (package private) classResponseEntityThis is used to represent the HTTP response.(package private) classResponseMessageTheResponseMessageobject represents the header used for a response.
-