Uses of Interface
org.simpleframework.http.ResponseHeader
Packages that use ResponseHeader
-
Uses of ResponseHeader in org.simpleframework.http
Subinterfaces of ResponseHeader in org.simpleframework.httpModifier and TypeInterfaceDescriptioninterfaceThis is used to represent the HTTP response.Classes in org.simpleframework.http that implement ResponseHeaderModifier and TypeClassDescriptionclassTheResponseWrapperobject is used so that the originalResponseobject can be wrapped in a filtering proxy object. -
Uses of ResponseHeader in org.simpleframework.http.core
Methods in org.simpleframework.http.core that return ResponseHeaderConstructors in org.simpleframework.http.core with parameters of type ResponseHeaderModifierConstructorDescriptionConversation(RequestHeader request, ResponseHeader response) Constructor for theConversationobject.