ErrorReceivingResponseEvent Class
- java.
lang. Object - BaseEvent
- com.
microsoft. azure. storage. ErrorReceivingResponseEvent
- com.
public class ErrorReceivingResponseEvent extends BaseEvent
Represents an event that is fired when a network error occurs before the HTTP response status and headers are received.
Constructor Summary
Constructor | Description |
---|---|
ErrorReceivingResponseEvent(OperationContext opContext, Object connectionObject, RequestResult requestResult) |
Creates an instance of the class that is fired when a network error occurs before the HTTP response status and headers are received. |
Inherited Members
Constructor Details
ErrorReceivingResponseEvent
public ErrorReceivingResponseEvent(OperationContext opContext, Object connectionObject, RequestResult requestResult)
Creates an instance of the class that is fired when a network error occurs before the HTTP response status and headers are received.
Parameters:
java.net.HttpURLConnection
is supported as a connection object.
Applies to
Azure SDK for Java