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 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.
-