Uses of Interface
org.simpleframework.http.message.Message
Packages that use Message
-
Uses of Message in org.simpleframework.http.core
Classes in org.simpleframework.http.core that implement MessageModifier 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. -
Uses of Message in org.simpleframework.http.message
Classes in org.simpleframework.http.message that implement MessageModifier and TypeClassDescriptionclass
TheMessage
object is used to store an retrieve the headers for both a request and response.