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 TypeInterfaceDescriptioninterface
This is used to represent the HTTP response.Classes in org.simpleframework.http that implement ResponseHeaderModifier and TypeClassDescriptionclass
TheResponseWrapper
object is used so that the originalResponse
object can be wrapped in a filtering proxy object. -
Uses of ResponseHeader in org.simpleframework.http.core
Classes in org.simpleframework.http.core that implement ResponseHeaderModifier and TypeClassDescription(package private) class
This is used to represent the HTTP response.(package private) class
TheResponseMessage
object represents the header used for a response.Fields in org.simpleframework.http.core declared as ResponseHeaderModifier and TypeFieldDescriptionprivate final ResponseHeader
Conversation.response
This is the response object that requires HTTP headers set.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 theConversation
object.