Class HttpsInboundRequest

  • All Implemented Interfaces:
    InboundRequest

    @Deprecated
    public class HttpsInboundRequest
    extends HttpInboundRequest
    Deprecated.
    Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.
    Request wrapper for server HTTPS calls.
    • Constructor Detail

      • HttpsInboundRequest

        public HttpsInboundRequest​(Context context,
                                   Connection<Server> connection,
                                   java.lang.String methodName,
                                   java.lang.String resourceUri,
                                   java.lang.String protocol)
        Deprecated.
        Constructor.
        Parameters:
        context - The context of the parent connector.
        connection - The associated network connection.
        methodName - The protocol method name.
        resourceUri - The target resource URI.
        protocol - The protocol name and version.