Uses of Interface
org.simpleframework.http.RequestLine
-
Packages that use RequestLine Package Description org.simpleframework.http org.simpleframework.http.core -
-
Uses of RequestLine in org.simpleframework.http
Subinterfaces of RequestLine in org.simpleframework.http Modifier and Type Interface Description interface
Request
TheRequest
is used to provide an interface to the HTTP entity body and message header.interface
RequestHeader
This is aHeader
object that is used to represent a basic form for the HTTP request message.Classes in org.simpleframework.http that implement RequestLine Modifier and Type Class Description class
RequestWrapper
TheRequestWrapper
object is used so that the originalRequest
object can be wrapped in a filtering proxy object. -
Uses of RequestLine in org.simpleframework.http.core
Classes in org.simpleframework.http.core that implement RequestLine Modifier and Type Class Description (package private) class
RequestEntity
This object is used to represent a HTTP request.(package private) class
RequestMessage
TheRequestMessage
object is used to create a HTTP request header representation.
-