Uses of Interface
org.simpleframework.http.StatusLine
-
Packages that use StatusLine Package Description org.simpleframework.http -
-
Uses of StatusLine in org.simpleframework.http
Subinterfaces of StatusLine in org.simpleframework.http Modifier and Type Interface Description interface
Response
This is used to represent the HTTP response.interface
ResponseHeader
TheResponseHeader
object is used to manipulate the header information for a given response.Classes in org.simpleframework.http that implement StatusLine Modifier and Type Class Description class
ResponseWrapper
TheResponseWrapper
object is used so that the originalResponse
object can be wrapped in a filtering proxy object.
-