Lines Matching full:instance

115   /// Set to TRUE to instruct the EFI HTTP instance to use the default address
116 /// information in every TCP connection made by this instance. In addition, when set
122 /// used in every TCP connection opened by this instance.
127 /// in every TCP connection opened by this instance.
132 /// every TCP connection opened by this instance.
142 /// Local IP address to be used in every TCP connection opened by this instance.
146 /// Local port to be used in every TCP connection opened by this instance.
158 /// HTTP version that this instance will support.
166 /// Defines behavior of EFI DNS and TCP protocols consumed by this instance. If
167 /// FALSE, this instance will use EFI_DNS4_PROTOCOL and EFI_TCP4_PROTOCOL. If TRUE,
168 /// this instance will use EFI_DNS6_PROTOCOL and EFI_TCP6_PROTOCOL.
195 /// The URI of a remote host. From the information in this field, the HTTP instance
301 Returns the operational parameters for the current HTTP child instance.
304 parameters) for this HTTP protocol instance.
306 @param[in] This Pointer to EFI_HTTP_PROTOCOL instance.
308 HTTP instance. It is the responsibility of the caller
319 @retval EFI_NOT_STARTED This EFI HTTP Protocol instance has not been started.
329 Initialize or brutally reset the operational parameters for this EFI HTTP instance.
332 When HttpConfigData is not NULL Initialize this EFI HTTP instance by configuring
334 When HttpConfigData is NULL, reset this EFI HTTP instance by closing all active
338 No other EFI HTTP function can be executed by this instance until the Configure()
341 @param[in] This Pointer to EFI_HTTP_PROTOCOL instance.
342 @param[in] HttpConfigData Pointer to the configure data to configure the instance.
351 @retval EFI_ALREADY_STARTED Reinitialize this HTTP instance without calling
367 The Request() function queues an HTTP request to this HTTP instance,
372 @param[in] This Pointer to EFI_HTTP_PROTOCOL instance.
376 @retval EFI_NOT_STARTED This EFI HTTP Protocol instance has not been started.
407 @param[in] This Pointer to EFI_HTTP_PROTOCOL instance.
413 @retval EFI_NOT_STARTED This instance hasn't been configured.
426 The Response() function queues an HTTP response to this HTTP instance, similar to
430 The HTTP driver will queue a receive token to the underlying TCP instance. When data
431 is received in the underlying TCP instance, the data will be parsed and Token will
444 token to underlying TCP instance. If data arrives in the receive buffer, up to
453 @param[in] This Pointer to EFI_HTTP_PROTOCOL instance.
457 @retval EFI_NOT_STARTED This EFI HTTP Protocol instance has not been
490 @param[in] This Pointer to EFI_HTTP_PROTOCOL instance.
496 @retval EFI_NOT_STARTED This EFI HTTP Protocol instance has not been started.