Package com.microsoft.azure.relay
Class RelayedHttpListenerResponse
java.lang.Object
com.microsoft.azure.relay.RelayedHttpListenerResponse
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Sends the response to the client and releases the resources held by this RelayedHttpListenerResponse instance.Sends the response to the client asynchronously and releases the resources held by this RelayedHttpListenerResponse instance.com.microsoft.azure.relay.HybridHttpConnection.ResponseStreamintvoidsetStatusCode(int statuscode) voidsetStatusDescription(String statusDescription)
-
Method Details
-
getStatusCode
public int getStatusCode() -
setStatusCode
public void setStatusCode(int statuscode) -
getStatusDescription
-
setStatusDescription
-
getHeaders
-
getOutputStream
public com.microsoft.azure.relay.HybridHttpConnection.ResponseStream getOutputStream() -
getContext
-
closeAsync
Sends the response to the client asynchronously and releases the resources held by this RelayedHttpListenerResponse instance. -
close
public void close()Sends the response to the client and releases the resources held by this RelayedHttpListenerResponse instance.
-