Interface InboundRequest
-
- All Known Implementing Classes:
HttpInboundRequest,HttpsInboundRequest
@Deprecated public interface InboundRequestDeprecated.Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.Marker interface for inbound requests.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Connection<Server>getConnection()Deprecated.Returns the related connection.Series<Header>getHeaders()Deprecated.Returns the headers.voidsetHeaders(Series<Header> headers)Deprecated.Put the headers in the request's attributes map.
-
-
-
Method Detail
-
getConnection
Connection<Server> getConnection()
Deprecated.Returns the related connection.- Returns:
- The related connection.
-
-