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 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. -
Uses of StatusLine in org.simpleframework.http.core
Classes in org.simpleframework.http.core that implement StatusLine Modifier and Type Class Description (package private) class
ResponseEntity
This is used to represent the HTTP response.(package private) class
ResponseMessage
TheResponseMessage
object represents the header used for a response.
-